Skip to content

Tags: MiniMax-AI/cli

Tags

v1.0.10

Toggle v1.0.10's commit message
fix: clear cached region when api_key changes via config set

Previously, switching API key with `mmx config set --key api_key`
kept the old cached region, causing requests to hit the wrong
endpoint. Now setting api_key deletes the cached region so it
gets auto-detected on the next command.

Bump version to 1.0.10.

v1.0.9

Toggle v1.0.9's commit message
chore: bump version to 1.0.9

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #104 from MiniMax-AI/fix/quota-endpoint

fix: use correct token_plan/remains endpoint

v1.0.7

Toggle v1.0.7's commit message
chore: bump version to 1.0.7

v1.0.6

Toggle v1.0.6's commit message
fix: bump version to 1.0.6 and fix music generate test regressions

- Bump package.json version to 1.0.6 for npm publish
- Fix --instrumental with --lyrics-file validation (check flag presence, not just content)
- Update tests: new lyrics-required error message, replace 无歌词 example check with --lyrics-optimizer

Made-with: Cursor

v1.0.5

Toggle v1.0.5's commit message
chore: bump version to 1.0.5

Made-with: Cursor

v1.0.4

Toggle v1.0.4's commit message
chore: bump version to 1.0.4

Made-with: Cursor

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #25 from MiniMax-AI-Dev/feat/eslint-typescript

feat: add TypeScript ESLint and clean up unused code

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #22 from MiniMax-AI-Dev/ci/fix-release-upload

ci: fix release upload globs

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from MiniMax-AI-Dev/feat/mjs-distribution

feat: add minimax.mjs, prefer Node.js in install.sh