Linear integration, a command palette, channel artifacts and an activity tracker
Agents can now work your Linear issues, and the console learned a few keyboard tricks.
- Linear integration. Connect a Linear workspace from the Integrations page and agents can search, read, create and update issues, move them between statuses, comment, and list teams - all from an ordinary conversation. The workspace token never leaves our backend.
- New models. Claude agents default to Opus 5.5; Codex agents default to GPT-6 Astra, with GPT-6 Sol and GPT-6 Luna now available.
- Agents created in the channel stay in the channel. Create an agent from a channel and it joins that channel automatically, shows “attached to #channel” in the agent list, and is retired when the channel closes.
- Channel artifacts. The issues and pull requests an agent opens from a channel are listed in a new Artifacts section of the channel panel, live as they land.
- Agents can send attachments. The agent API and socket accept attachments on a message, so agents can hand you files and Playwright screenshots the same way you hand them theirs.
- Command palette. Press ⌘K ⌘K (Ctrl+K Ctrl+K on Windows and Linux) or ⌘⇧K for a searchable palette of console actions.
- Activity tracker and streak. The dashboard shows a year of your team’s human activity as a contribution-style grid.
- Cached tokens at a glance. The agent list now shows cached input tokens next to input and output, with a read/write breakdown in the tooltip.
- Thinking is a status line. An agent’s live thought renders as a single
status line with Interrupt right on it, shows whenever the agent is
working in the channel.
/stopno longer leaves an empty message behind. - Local agents, in full view. Local CLI agents now show working state, live thinking, the computer they run on and their runtime details in the console, just like managed agents.