Tools
Tools: How to configure ACP agents in Zed
2026-02-24
0 views
admin
Configuration to add to Zed's settings.json: ## Example of how it should look: ## He appears right here in the icon + ## RELATED NOTES Copy this template and modify it How do I find the ACP directory to put in the command? You can use the command which claudem25-agent-acp. Our new ACP agent, Claude, using the MiniMax, appears right down there. How to configure Claude CLI ACP for other compatible models, such as MiniMax M2.5
https://dev.to/hallancosta/how-to-configure-claude-cli-acp-for-other-compatible-models-such-as-minimax-m25-3j4n How to Set Up Claude Code with Multiple AI Models
https://dev.to/hallancosta/how-to-set-up-claude-code-with-multiple-ai-models-4k6j Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse CODE_BLOCK:
"agent_servers": { "Claude - MiniMax M2.5": { "type": "custom", "command": "/home/hallan/.local/bin/claudem25-agent-acp" },
} Enter fullscreen mode Exit fullscreen mode CODE_BLOCK:
"agent_servers": { "Claude - MiniMax M2.5": { "type": "custom", "command": "/home/hallan/.local/bin/claudem25-agent-acp" },
} CODE_BLOCK:
"agent_servers": { "Claude - MiniMax M2.5": { "type": "custom", "command": "/home/hallan/.local/bin/claudem25-agent-acp" },
}
how-totutorialguidedev.toaiserver