Features

Native AI across the workbench — not a bolt-on chat tab.

AI modes

Ask for answers, Agent for execution, Plan before you code.

Icon

Ask

Fast Q&A on code and concepts without touching the repo.

Icon

Agent

Tools for files, search, and terminal — with Keep, Undo, and Review on changes.

Icon

Plan

Structured planning pass before implementation — fewer wrong turns.

Whole-project context

Every workspace root, not just the active editor tab.

Icon

Multi-root workspaces

Agent resolves paths across all folders in your workspace.

Icon

Terminal & attachments

Attach terminal output and files so the model sees real state.

Agent activity

See what changed before you commit to it.

Icon

File changes panel

Per-file diffs with Keep all, Undo all, or Review in the editor.

Icon

Commands panel

Terminal runs from the agent — dismissible when you are done.

Long sessions

Stay in flow when conversations grow.

Icon

Background compaction

Summarizes older messages so context stays within model limits — send is rarely blocked.

Icon

Context meter

Status bar shows estimated usage; manual /compact when you want control.

Compaction docs

Stack playbooks

Sensible scaffolds for Next.js, Flutter, and more — injected into Agent prompts.

Icon

Bundled + remote

Shipped JSON, optional local override, or team-hosted playbook URL.

Stack playbooks docs

Models

Gateway-backed OpenAI and Anthropic with rate-limit handling.

Icon

Unified gateway

Validates requests, repairs tool history, and paces TPM before provider 429s.

Gateway README