aster acp speaks the Agent Client Protocol. Register it in Zed’s
settings.json as a custom agent server:
--permission-mode, --model, --no-mcp, --trace.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Aster as a custom agent server via the Agent Client Protocol.
aster acp speaks the Agent Client Protocol. Register it in Zed’s
settings.json as a custom agent server:
{
"agent": {
"custom_servers": {
"aster": {
"command": "aster",
"args": ["acp", "--permission-mode", "edit"]
}
}
}
}
--permission-mode, --model, --no-mcp, --trace.