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

  1. Install the Claude Code CLI:
    # macOS / Linux
    curl -fsSL https://claude.ai/install.sh | bash
    
    # Windows
    irm https://claude.ai/install.ps1 | iex
  2. Log in — Open a terminal and run claude login to authenticate.
  3. 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

TypeCLI (JSON-RPC over stdio)
ACP Adapter@anthropic-ai/claude-code-acp
Default ModelSet by your Claude Code account

Troubleshooting

  • If the agent fails to connect, verify claude is on your PATH by running claude --version in a terminal.
  • On Windows, you can set the Claude Code CLI path manually in Project Settings > Blueprint AI > BAI Agents > Path Overrides.