acp-extension-claude-pty
v0.1.5
Published
ACP adapter for the real Claude Code CLI
Downloads
565
Maintainers
Readme
acp-extension-claude-pty
NPM wrapper for acp-extension-claude-pty, an ACP adapter for the real Claude Code CLI.
Install
npm install -g acp-extension-claude-pty
acp-extension-claude-pty doctorThe base package requires Node 18+ and installs one optional platform package for your OS and CPU:
acp-extension-claude-pty-darwin-arm64acp-extension-claude-pty-darwin-x64acp-extension-claude-pty-linux-arm64acp-extension-claude-pty-linux-x64acp-extension-claude-pty-win32-arm64acp-extension-claude-pty-win32-x64
Prerequisites
Install and authenticate Claude Code separately:
npm install -g @anthropic-ai/claude-code
claudenpx acp-extension-claude-pty doctor is useful for a quick smoke test, but editors should be configured with a stable installed binary.
Usage
ACP server:
acp-extension-claude-ptyZed custom-agent settings can use the installed binary directly:
{
"agent_servers": {
"acp-extension-claude-pty": {
"type": "custom",
"command": "acp-extension-claude-pty",
"args": [],
"env": {}
}
}
}Interactive pass-through:
acp-extension-claude-pty interactive -- --model sonnetPrint replacement for claude -p:
acp-extension-claude-pty print "summarize this repository" --output-format textDoctor:
acp-extension-claude-pty doctor --live-docsSecurity
Claude stores transcripts as plaintext under ~/.claude/projects. Do not publish debug logs or transcript fixtures without sanitizing message and tool-result bodies.
