Scott Everitt

Results 2 comments of Scott Everitt

I got this working using https://www.npmjs.com/package/@zed-industries/claude-code-acp `npm i -g @zed-industries/claude-code-acp` Then in your zed config add: ``` "agent_servers": { "claude-code-acp": { "command": "claude-code-acp" } } ``` You should see it...

No need for temporary fix anymore. Confirmed working in Claude Code version 1.0.100. You should be able to follow [This Comment](https://github.com/anthropics/claude-code/issues/6686#issuecomment-3237610121) now.