Skip to content

Add ACP adapter#165

Draft
tanvesh01 wants to merge 1 commit intosynthetic-lab:mainfrom
tanvesh01:feat/acp-zed-adapter
Draft

Add ACP adapter#165
tanvesh01 wants to merge 1 commit intosynthetic-lab:mainfrom
tanvesh01:feat/acp-zed-adapter

Conversation

@tanvesh01
Copy link
Copy Markdown
Contributor

@tanvesh01 tanvesh01 commented Mar 7, 2026

Closes #123

Open for testing!

Summary

  • Add a standalone ACP adapter under source/acp/ that implements MVP Agent Client Protocol methods (initialize, authenticate, session/new, session/prompt, session/cancel) plus streaming updates and permission requests.
  • Add session-level model selection via session/set_config_option and return model config options in session/new.
  • Improve tool-call UX for ACP clients by including richer tool titles (notably shell command previews), and document dev/prod Zed setup examples.

Validation

  • npm run format
  • npm run build
  • npm run test:run

Octo's ACP in Zed

image

@tanvesh01 tanvesh01 changed the title Add ACP adapter for Zed external agents Add ACP adapter Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ACP (Agent Communication Protocol support)

1 participant