Core Features
Bookmarks
Star important moments — agent answers, terminal output, file lines — and find them again instantly.
Long agent sessions produce a few moments worth keeping: the explanation that finally made sense, the failing test output, the line of code to revisit. Bookmarks pin those moments so they don't scroll away.
What you can bookmark
- Agent blocks — any message, tool call, or result in a conversation
- Terminal blocks — a command and its full output
- File lines — specific lines in code views
- Panes — an entire session worth returning to
Hover over a block and click the star icon. Bookmarked items get a colored marker in the gutter.
Colors and notes
Each bookmark can carry a color and a note. Right-click the star (or click a bookmark's color dot in the panel) to pick a color and add context — "baseline before refactor", "flaky test evidence", "good prompt".
Colors are labels: use one color per investigation, per topic, whatever fits.
The Bookmarks panel
Press Cmd+Shift+B (macOS) or Ctrl+Shift+B (Windows/Linux).
- See every bookmark across all panes and sessions
- Filter by type — agent, terminal, code, pane — or search by text
- Click a bookmark to jump back to its source — the pane reopens if it was closed
How is this guide?