Add MiniMax Code - #533
Closed
hahhforest wants to merge 1 commit into
Closed
Conversation
MiniMax Code speaks ACP natively over stdio via `mcode acp`, so no adapter package is needed. Distributed as the npm package `@minimax-ai/code`.
hahhforest
force-pushed
the
add-minimax-code
branch
from
August 18, 2026 06:21
2c01ce2 to
1c14430
Compare
Author
|
Closing as a duplicate of #515, which predates this and uses the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds MiniMax Code to the ACP Agent Registry.
MiniMax Code speaks ACP natively over stdio, so no adapter package is required:
initializereportsprotocolVersion: 1,agentInfo: {name: "minimax-code", title: "MiniMax Code", version: "0.1.3"},loadSession: true, MCPhttp/sse, and sessionlist/resume/close. Authentication is Terminal Auth (minimax-code-login,args: ["login"]), advertised once the client declaresclientCapabilities._meta["terminal-auth"].No
repositoryfield: MiniMax Code is not developed in a public repository, so version bumps will come from the npm auto-update path.Validation
Ran against this branch:
Build validation:
Added agent: mcode v0.1.3Auth check passed with:
I also ran a real end-to-end session against the exact command a client resolves from this entry (
npm install @minimax-ai/code@0.1.3 --save-exact, thennode node_modules/@minimax-ai/code/cli.js acp), driving it with a client that sends the capability set Zed sends. A one-shot "fix this bug and verify it" task completed withstopReason: end_turn, emittingtool_calls withkind: read/edit/execute, absolutelocations, adiffcontent block on the edit,agent_thought_chunks, andavailable_commands_update. No unhandled methods.icon.svgis derived from MiniMax Code's official logo, converted to a 16x16 monochromecurrentColorSVG.