Claude Code
Anthropic's coding agent, connected via JSON-RPC over stdio. Supports session resume, extended thinking, and rate-limit tracking.
Prerequisites
- Node.js installed and available on your
PATH. - An Anthropic account with Claude Code access.
Setup
- Install the Claude Code CLI:
# macOS / Linux curl -fsSL https://claude.ai/install.sh | bash # Windows irm https://claude.ai/install.ps1 | iex - Log in — Open a terminal and run
claude loginto authenticate. - Open Blueprint AI — Select Claude Code from the agent dropdown in the chat panel. The plugin will auto-install the ACP adapter package on first use.
Key Details
| Type | CLI (JSON-RPC over stdio) |
| ACP Adapter | @anthropic-ai/claude-code-acp |
| Default Model | Set by your Claude Code account |
Troubleshooting
- If the agent fails to connect, verify
claudeis on yourPATHby runningclaude --versionin a terminal. - On Windows, you can set the Claude Code CLI path manually in
Project Settings > Blueprint AI > BAI Agents > Path Overrides.