The two modes a session can run in
When you create a session from the Start a new session page, you pick from three cards: Plan & Build, Import, and Quick Changes. Internally, those collapse into two real modes on the session row:| Mode (sidebar badge) | Card on new-session page | What it’s for |
|---|---|---|
SPEC | Plan & Build, Import | Idea → spec → tickets → PR, with breadcrumb phases. See Plan & Build. |
CHAT | Quick Changes | Direct chat for a fix or a small change. See Chat mode. |
Where sessions live
The sidebar’s middle zone — between the workspace picker and the footer — is the session list. It has two tabs:- Sessions — your own sessions in the currently selected workspace.
- Shared — sessions other teammates shared with you. Unread shared sessions show a blue dot and a count badge on the tab.
Cmd+F (or Ctrl+F on Windows/Linux) to focus it. Each row hovers in a context menu with:
- Pin / Unpin session — pinned IDs are stored per workspace in
localStorageunderagent-pinned-sessions-{workspaceId}. - Rename session.
- Copy branch name — only shown when the session has a worktree branch.
- Archive / Unarchive.
- Delete.