The configuration examples in the documentation are too basic. Are there more configuration instructions or references? https://zed.dev/docs/ai/external-agents#installation-1
{
"agent_servers": {
"claude-acp": {
"type": "registry",
"env": {
"CLAUDE_CODE_EXECUTABLE": "/path/to/alternate-claude-code-executable"
}
}
}
}
The configuration examples in the documentation are too basic. Are there more configuration instructions or references? https://zed.dev/docs/ai/external-agents#installation-1
{ "agent_servers": { "claude-acp": { "type": "registry", "env": { "CLAUDE_CODE_EXECUTABLE": "/path/to/alternate-claude-code-executable" } } } }