Add MiniMax Code to the ACP Registry - #515
Open
hetaoBackend wants to merge 3 commits into
Open
Conversation
Author
|
Hi maintainers — MiniMax Code is now published on npm, and both the registry validation and isolated ACP authentication handshake pass locally. Could you please approve the first-time contributor workflow run and take a look at this PR when you have a chance? Thank you! |
hetaoBackend
marked this pull request as ready for review
August 16, 2026 15:02
Author
|
@benbrandt Hi Ben — could you help approve the first-time contributor workflow and review this MiniMax Code registry entry? The npm package is published, and both registry validation and the isolated ACP auth check pass locally. Thank you! |
Closed
Author
|
@benbrandt The registry entry has now been updated to the published @minimax-ai/code@0.1.6 release. Could you please review and merge PR #515 when convenient? The registry validation and isolated ACP auth check passed locally. Thank you! |
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
@minimax-ai/codenpm package and launch its native ACP server withacpWhy
MiniMax Code implements ACP over stdio and exposes terminal authentication during the
initializehandshake. Registering the published package makes it discoverable and installable by ACP clients.Validation
uv run --with jsonschema .github/workflows/build_registry.py --dry-runuv run --with agent-client-protocol .github/workflows/verify_agents.py --auth-check --agent minimax-code --clean --verboseAuth OK: minimax-code-login(terminal)uv run .github/workflows/update_versions.py --agents minimax-codegit diff --check