Release notes
SSH that stays up when you switch workspaces, and automations the agent can propose
Switching to a local workspace no longer hides a live SSH session — the title bar keeps the chip, names any agents still running, and lets you Open or Disconnect. The agent can list your automations and propose new ones in an approval card, including a pinned model. Plan tasks no longer show a doubled (depends: …) prefix, and the live N/M tasks count includes the task in progress.
Fixed
- Switching to a local workspace no longer makes a live SSH session (and its running agents) look closed. Title bar and sidebar track sessions independently of the active workspace.
- Plan task names no longer include a leftover
(depends: x)marker when the model wrote the prefix anddependsOntogether. - Live
N/M tasksstarts at1/9when the first task is in progress, instead of staying0/9until something completes. - Context menus opened at the bottom or right edge stay inside the viewport.
- Closed-app automation scheduling is only offered when a cloud model is selected (and still not for SSH workspaces).
New
- The agent can list automations and propose create, update, or remove in an approval card; nothing is written until you Approve.
- Automations can pin a specific model, or follow the current one.
- Parallel agents wait on file leases instead of skipping contended files;
check_file_contentionshows who holds what so the run can prioritise.