You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graff already speaks ACP (graff acp), but the only way to use it in Zed is a hand-written agent_servers entry in settings. The ACP Registry is Zed's primary install path ("Install from Registry" in Agent Settings → External Agents) and feeds JetBrains, VS Code and other ACP clients too.
agent.json following the schema — name, description, version, distribution info for automatic installation (npm/binary download URL per platform)
optional icon.svg
Submit a PR
Prerequisite / caveat
The registry is curated to agents that support ACP authentication (protocol/v1/authentication). Graff currently owns its own auth (graff login, keychain) and doesn't implement the ACP auth methods — we should either document our OAuth flow as supported or add ACP auth support first.
Summary
Graff already speaks ACP (
graff acp), but the only way to use it in Zed is a hand-writtenagent_serversentry in settings. The ACP Registry is Zed's primary install path ("Install from Registry" in Agent Settings → External Agents) and feeds JetBrains, VS Code and other ACP clients too.Docs: https://agentclientprotocol.com/docs/registry
What listing requires
graff/with:agent.jsonfollowing the schema — name, description, version, distribution info for automatic installation (npm/binary download URL per platform)icon.svgPrerequisite / caveat
graff login, keychain) and doesn't implement the ACP auth methods — we should either document our OAuth flow as supported or add ACP auth support first.session/updates; tracked separately in ACP: stream tool calls and incremental session updates (currently final-text-only) #612.Suggested follow-ups