Skip to main content
Claude
Claude Code runs inside ADE through the bundled Claude Agent SDK — there’s no separate claude CLI to install. Pick a Claude model in any chat and ADE starts the session in the selected lane’s worktree, applies your permission mode, streams tool calls live, and records the transcript to History.

Setup

1

Connect Claude in Settings → AI

Sign in with a Claude subscription or paste an Anthropic API key. A green status means Claude is ready.
2

Pick a Claude model in chat

Open the model picker in the chat header and choose a Claude model. That session now runs on Claude.

What ADE handles for you

Lane-scoped worktree

Every session runs in the active lane’s worktree, so Claude edits and runs commands against that task’s isolated checkout.

Live transcripts

Tool calls, thinking, and diffs stream into chat and are saved to History.

Permission gates

A native permission mode decides what Claude can do without asking.

In-context links

Changes attribute to Files and Git, and link out to PRs, Linear issues, and proof when used.

Permission modes

Claude Code uses Claude’s native permission model. Pick a stricter mode when exploring an unfamiliar repo, and a more permissive one only when you trust the lane and task.
ModeBehavior
defaultClaude’s built-in permission flow — asks before risky operations.
planRead-only. Writing and executing are blocked until you approve a plan.
acceptEditsFile writes allowed; shell commands still require approval.
bypassPermissionsProceeds without asking.
The mode can change mid-session from the permission picker. See Permissions for how modes map across providers.
Claude is also one of the providers you can launch as a CLI session in the Work tab, and as a CTO worker backend. Wherever it runs, it’s the same bundled Claude Agent SDK against the same lane worktree — desktop, ade code, and your phone all see the session.

AI providers

Connect each agent and set defaults.

Agent chat

Run Claude in a lane and watch tool calls stream.