Claude Code
CLI RequiredAnthropic's coding agent via JSON-RPC over stdio. Supports session resume, extended thinking, and multi-turn conversations with persistent context.
curl -fsSL https://claude.ai/install.sh | bashnpm install -g @anthropic-ai/claude-codenpm install -g @anthropic-ai/claude-code-acpThe ACP adapter wraps the CLI in a JSON-RPC interface that Blueprint AI can communicate with.
claude auth loginThis opens a browser window to authenticate with your Anthropic account. Alternatively, set the ANTHROPIC_API_KEY environment variable.
claude --version && claude-code-acp --helpModel selection is handled by the Claude Code CLI based on your account tier and configuration.
- Session resume -- Conversations persist across tab closes. Reopen a tab and continue where you left off.
- Extended thinking -- Claude Opus can use a thinking step before responding, improving accuracy on complex tasks.
- Streaming -- Responses stream token-by-token into the chat panel.
- Auto-detection -- Blueprint AI detects the Claude Code CLI from your PATH automatically.
- Node.js 18+
- Anthropic account with API access or Claude Pro/Team subscription
- Claude Code CLI and ACP adapter installed globally