Skip to content

Commit aa3f619

Browse files
authored
docs: update acp-protocol.md
1 parent 4790ea4 commit aa3f619

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

doc/usage/acp-protocol.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Technical reference for ACP protocol implementation in CodeCompanion
2+
description: How CodeCompanion implements the Agent Client Protocol (ACP)
33
---
44

55
# ACP Protocol Reference
@@ -28,12 +28,7 @@ CodeCompanion provides comprehensive support for the ACP specification:
2828

2929
### Supported Adapters
3030

31-
| Adapter | Description | Special Features |
32-
|---------|-------------|------------------|
33-
| **Claude Code** | Anthropic's Claude Code CLI | OAuth authentication, tool output trimming |
34-
| **Gemini CLI** | Google's Gemini CLI | Multiple auth methods (OAuth, API key, Vertex AI), YOLO mode |
35-
| **Auggie CLI** | Augment Code CLI | Standard ACP support |
36-
| **Codex** | OpenAI Codex | Full ACP implementation |
31+
Please see the [Configuring ACP Adapters](/configuration/adapters-acp) page.
3732

3833
### Client Capabilities
3934

@@ -133,9 +128,3 @@ The protocol version is negotiated during initialization. If an agent selects a
133128
- [Using Agents](/usage/chat-buffer/agents) - How to interact with agents in chat
134129
- [Agent Client Protocol Specification](https://agentclientprotocol.com/) - Official ACP documentation
135130

136-
137-
138-
139-
140-
141-

0 commit comments

Comments
 (0)