Features
- IDE tab: Browse and edit files in a full VS Code editor right inside the task view. Click the IDE tab in the side panel to open your repo's workspace.
- Steer the agent mid-turn: Cmd-click send (or Cmd-Enter) to redirect the agent while it's working, or steer from a queued message instead of waiting for it to finish.
UX Improvements
-
Sidebar task filters now use fuzzy search across task name, PR number, and branch.
-
A three-dot menu on the task title now holds Rename, Archive, Delete, and Copy task link. The same actions are also available from the command palette (
Cmd-K). -
Tasks created from Linear are now titled with the ticket identifier (e.g.
NS-840 Fix the thing) so you can spot them in the sidebar.
Bug Fixes
- Fixed an onboarding race that could clear environment variables between setup steps.