Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).

- [Zed](https://zed.dev/docs/ai/external-agents)
- Emacs via [agent-shell.el](https://github.com/xenodium/agent-shell)
- [JetBrains _(coming soon)_](https://blog.jetbrains.com/ai/2025/10/jetbrains-zed-open-interoperability-for-ai-coding-agents-in-your-ide/)
- [marimo notebook](https://github.com/marimo-team/marimo)
- [neovim](https://neovim.io)
- through the [CodeCompanion](https://github.com/olimorris/codecompanion.nvim) plugin
Expand All @@ -27,6 +28,7 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
- [via Zed's SDK adapter](https://github.com/zed-industries/claude-code-acp)
- [Gemini](https://github.com/google-gemini/gemini-cli)
- [Goose](https://block.github.io/goose/docs/guides/acp-clients)
- [JetBrains Junie _(coming soon)_](https://www.jetbrains.com/junie/)
- [Stakpak](https://github.com/stakpak/agent?tab=readme-ov-file#agent-client-protocol-acp)
- [VT Code](https://github.com/vinhnx/vtcode/blob/main/README.md#zed-ide-integration-agent-client-protocol)

Expand Down
1 change: 1 addition & 0 deletions docs/overview/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ The following agents can be used with an ACP Client:
- [via Zed's SDK adapter](https://github.com/zed-industries/claude-code-acp)
- [Gemini](https://github.com/google-gemini/gemini-cli)
- [Goose](https://block.github.io/goose/docs/guides/acp-clients)
- [JetBrains Junie _(coming soon)_](https://www.jetbrains.com/junie/)
- [Stakpak](https://github.com/stakpak/agent?tab=readme-ov-file#agent-client-protocol-acp))
- [VT Code](https://github.com/vinhnx/vtcode/blob/main/README.md#zed-ide-integration-agent-client-protocol)
1 change: 1 addition & 0 deletions docs/overview/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: "Clients implementing the Agent Client Protocol"
The following clients can be used with an ACP Agent:

- [Zed](https://zed.dev/docs/ai/external-agents)
- [JetBrains _(coming soon)_](https://blog.jetbrains.com/ai/2025/10/jetbrains-zed-open-interoperability-for-ai-coding-agents-in-your-ide/)
- Emacs via [agent-shell.el](https://github.com/xenodium/agent-shell)
- [marimo notebook](https://github.com/marimo-team/marimo)
- [neovim](https://neovim.io)
Expand Down