Skip to content

Commit 28b6e64

Browse files
committed
Update read for clients and libraries
1 parent 37f6d3b commit 28b6e64

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
1515
### Editors
1616

1717
- [Zed](https://zed.dev/docs/ai/external-agents)
18-
- [neovim](https://neovim.io) through the [CodeCompanion](https://github.com/olimorris/codecompanion.nvim) plugin
18+
- Emacs via [agent-shell.el](https://github.com/xenodium/agent-shell)
1919
- [marimo notebook](https://github.com/marimo-team/marimo)
20-
- [yetone/avante.nvim](https://github.com/yetone/avante.nvim): A Neovim plugin designed to emulate the behaviour of the Cursor AI IDE.
20+
- [neovim](https://neovim.io)
21+
- through the [CodeCompanion](https://github.com/olimorris/codecompanion.nvim) plugin
22+
- through the [yetone/avante.nvim](https://github.com/yetone/avante.nvim) plugin
2123

2224
### Agents
2325

@@ -32,7 +34,8 @@ Learn more at [agentclientprotocol.com](https://agentclientprotocol.com/).
3234
- **Rust**: [`agent-client-protocol`](https://crates.io/crates/agent-client-protocol) - See [examples/agent.rs](./rust/examples/agent.rs) and [examples/client.rs](./rust/examples/client.rs)
3335
- **TypeScript**: [`@zed-industries/agent-client-protocol`](https://www.npmjs.com/package/@zed-industries/agent-client-protocol) - See [examples/](./typescript/examples/)
3436
- **JSON Schema**: [schema.json](./schema/schema.json)
35-
- [**use-acp**](https://github.com/marimo-team/use-acp): React hooks for connecting to Agent Client Protocol (ACP) servers.
37+
- **React**: [use-acp](https://github.com/marimo-team/use-acp): hooks for connecting to Agent Client Protocol (ACP) servers.
38+
- **Emacs**: [acp.el](https://github.com/xenodium/acp.el)
3639

3740
## Contributing
3841

0 commit comments

Comments
 (0)