ACP Support
Use AlphaBase through Agent Client Protocol compatible editors.
AlphaBase supports ACP through:
alphabase acpThis starts an ACP-compatible subprocess over stdio (JSON-RPC transport).
Why ACP
ACP lets compatible editors integrate AlphaBase without writing a custom extension runtime.
Basic Editor Config Pattern
Point your editor’s ACP server definition to:
- command:
alphabase - args:
["acp"]
Recommended Use
- use ACP when your editor has native ACP support
- use the VS Code extension for the full AlphaBase v2 surface in VS Code