mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-04 22:21:39 +00:00
* feat(tools): per-model code-mode capability flags and auto master-switch tier * feat(anthropic): flag claude-sonnet-4-6 as code-mode preferred * revert(anthropic): drop claude-sonnet-4-6 from the code-mode preferred set * test(anthropic): type the manifest compat field in the catalog contract test * fix(anthropic): carry catalog compat onto hand-built forward-compat model rows
MiniMax (OpenClaw plugin)
Bundled MiniMax plugin for both:
- API-key provider setup (
minimax) - Token Plan OAuth setup (
minimax-portal)
Enable
openclaw plugins enable minimax
Restart the Gateway after enabling.
openclaw gateway restart
Authenticate
OAuth:
openclaw models auth login --provider minimax-portal --set-default
API key:
openclaw setup --wizard --auth-choice minimax-global-api
Notes
- MiniMax OAuth uses a user-code login flow.
- OAuth currently targets the Token Plan path.