Improved Linear Agent interactions
When Linear first shipped support for agents on Linear, we were a launch partner. Linear have high standards for how interactions should work, but the details were left up to ourselves. Recently, Linear shipped their Agent Interaction SDK which codified the interaction patterns that emerged during the initial agent implementation phase.
The Agent Interaction SDK comes with much better support inside Linear for working with agents. We've implemented it, and now using Reflag agent in Linear is a super smooth experience:
The Linear team added a way to show that the agent is working, and it also now keeps a history of what the agent did.
Implementation-wise, we previously needed to keep a bunch of state on our side to ensure that the agent had full context for follow-up messages. That's now handled by Linear, too, making our implementation much simpler to maintain.
To learn more, check out our integration page on Linear, or read the docs.