Skip to content

Commit 9c33268

Browse files
committed
Clarify authentication requirement in README
Expand the auth note to explain that users must authenticate themselves with agents and that all agents are verified via CI.
1 parent 2753671 commit 9c33268

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
55
A registry of agents and extensions implementing the [Agent Client Protocol, ACP](https://github.com/agentclientprotocol/agent-client-protocol).
66

7-
> **Note**: This registry only includes agents that support [authentication](AUTHENTICATION.md). Agents must implement auth flows to be listed here. See also the [ACP auth methods proposal](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/docs/rfds/auth-methods.mdx).
7+
> **Authentication Required**: This registry maintains a curated list of **agents that support user authentication**.
8+
>
9+
> Users must be able to authenticate themselves with agents to use them.
10+
> All agents are verified via CI to ensure they return valid `authMethods` in the ACP handshake.
11+
> See [AUTHENTICATION.md](AUTHENTICATION.md) for implementation details and the [ACP auth methods proposal](https://github.com/agentclientprotocol/agent-client-protocol/blob/main/docs/rfds/auth-methods.mdx) for the specification.
812
913
## Included Agents
1014

1115
| Agent | Description |
12-
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
16+
|-----------------------------------------------------------------------------|-----------------------------------------------------------------------------------|
1317
| [Auggie CLI](https://github.com/augmentcode/auggie-zed-extension) | Augment Code's powerful software agent, backed by industry-leading context engine |
1418
| [Claude Code](https://github.com/zed-industries/claude-code-acp) | ACP adapter for Claude Code |
1519
| [Codex CLI](https://github.com/zed-industries/codex-acp) | ACP adapter for OpenAI's coding assistant |

0 commit comments

Comments
 (0)