# claude-code-acp-ts **Repository Path**: nuwax/claude-code-acp-ts ## Basic Information - **Project Name**: claude-code-acp-ts - **Description**: Use Claude Code from any ACP client such as Zed! - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: feat/claude-code-acp-ts - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-17 - **Last Updated**: 2026-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ACP adapter for Claude Code (TypeScript) [![npm](https://img.shields.io/npm/v/claude-code-acp-ts)](https://www.npmjs.com/package/claude-code-acp-ts) > **Note**: This is a fork of [@zed-industries/claude-code-acp](https://github.com/zed-industries/claude-code-acp), maintained by [nuwax-ai](https://github.com/nuwax-ai). Use [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview#branding-guidelines) from [ACP-compatible](https://agentclientprotocol.com) clients! This tool implements an ACP agent by using the official [Claude Agent SDK](https://platform.claude.com/docs/en/agent-sdk/overview), supporting: - Context @-mentions - Images - Tool calls (with permission requests) - Following - Edit review - TODO lists - Interactive (and background) terminals - Custom [Slash commands](https://docs.anthropic.com/en/docs/claude-code/slash-commands) - Client MCP servers Learn more about the [Agent Client Protocol](https://agentclientprotocol.com/). ## Contribution Policy This project does not require a Contributor License Agreement (CLA). Instead, contributions are accepted under the following terms: The latest version of Zed can already use this adapter out of the box. To use Claude Code, open the Agent Panel and click "New Claude Code Thread" from the `+` button menu in the top-right: https://github.com/user-attachments/assets/ddce66c7-79ac-47a3-ad59-4a6a3ca74903 Read the docs on [External Agent](https://zed.dev/docs/ai/external-agents) support. ### Other clients Or try it with any of the other [ACP compatible clients](https://agentclientprotocol.com/overview/clients)! #### Installation Install the adapter from `npm`: ```bash npm install -g claude-code-acp-ts ``` You can then use `claude-code-acp-ts` as a regular ACP agent: ```bash ANTHROPIC_API_KEY=sk-... claude-code-acp-ts ``` ## License Apache-2.0