Proposal: add MiniMax Code (MCode) via ACP #3446
Replies: 1 comment
|
I prepared a tested implementation branch for concrete review while keeping this Discussion as the upstream gate: hetaoBackend/vibe-kanban@BloopAI:main...hetaoBackend:feat/minimax-code-agent The branch adds the I will wait for direction here before opening an upstream PR. |
Uh oh!
There was an error while loading. Please reload this page.
MiniMax Code exposes a native ACP server over stdio through
mcode acp. Vibe Kanban already has a reusable ACP harness for Gemini and Qwen, so I propose a first-classMCODEexecutor that stays entirely on the local product path and does not depend on the sunset remote services. The default permission policy would be supervised. The implementation would cover command construction, availability detection, ACP lifecycle, approvals, cancellation, generated Rust and TypeScript types, the agent selector, and user documentation. It would not write to MCode private state for MCP configuration; any broader client MCP overlay should be handled separately in the shared ACP harness. Before opening a PR, would community maintainers prefer this focused dedicated executor, or should new ACP agents wait for a rewritten version of #3282?All reactions