Releases: MiniMax-AI/cli
Releases · MiniMax-AI/cli
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- fix(speech): use correct file extension for default output filename by @fifteen42 in #63
- fix(speech): decode SSE stream to raw audio and handle EPIPE by @BLUE-coconut in #60
New Contributors
- @fifteen42 made their first contribution in #63
- @BLUE-coconut made their first contribution in #60
Full Changelog: v1.0.5...v1.0.6
What's Changed
- fix(speech): use correct file extension for default output filename by @fifteen42 in #63
- fix(speech): decode SSE stream to raw audio and handle EPIPE by @BLUE-coconut in #60
New Contributors
- @fifteen42 made their first contribution in #63
- @BLUE-coconut made their first contribution in #60
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- fix: correct file extensions and flag names in SKILL.md by @liyuan97 in #26
- refactor: api key from file only, interactive setup, dedup utilities by @liyuan97 in #27
- fix: migrate quota endpoints from www to api subdomain by @liyuan97 in #28
- docs: polish README with logo, badges, and features overview by @liyuan97 in #31
- fix: Node.js compatibility for file upload and status bar by @raylanlin in #32
- test: add missing tests for file/upload, search/query, vision/describe by @raylanlin in #33
- feat(music): add structured flags for music generation by @raylanlin in #34
- feat(errors): improve global error interception for filesystem, network and format errors by @victor0602 in #35
- fix(config): use atomic write (tmp+rename) for credentials and config files by @victor0602 in #36
- docs(skill): sync music generate flags with CLI implementation by @raylanlin in #37
- fix(args): support global flags before command name by @EElaineYIN in #39
- fix(image): prevent URL truncation in --subject-ref parsing by @EElaineYIN in #47
- fix(config): validate MINIMAX_TIMEOUT env var to prevent NaN crash by @EElaineYIN in #46
- fix(speech): remove dead --sound-effect option by @EElaineYIN in #45
- fix(download): add error handling, backpressure, and flush-wait by @EElaineYIN in #44
- fix(commands): detect MIME type from file extension for images by @EElaineYIN in #43
- fix(commands): use ?? instead of || for numeric flag defaults by @EElaineYIN in #42
- refactor: rename CLI command from minimax to mmx by @liyuan97 in #50
- feat: show quota dashboard after successful auth login by @liyuan97 in #51
New Contributors
- @raylanlin made their first contribution in #32
- @EElaineYIN made their first contribution in #39
Full Changelog: v0.4.3...v1.0.4
v0.4.3
What's Changed
- refactor: npm-only distribution by @liyuan97 in #24
- feat: add TypeScript ESLint and clean up unused code by @liyuan97 in #25
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- ci: fix release upload globs by @liyuan97 in #22
Full Changelog: v0.4.1...v0.4.2
What's Changed
- ci: fix release upload globs by @liyuan97 in #22
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- refactor: JSON-only config, remove yaml dependency by @liyuan97 in #20
- feat: add minimax.mjs, prefer Node.js in install.sh by @liyuan97 in #21
Full Changelog: v0.4.0...v0.4.1
What's Changed
- refactor: JSON-only config, remove yaml dependency by @liyuan97 in #20
- feat: add minimax.mjs, prefer Node.js in install.sh by @liyuan97 in #21
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: add MiniMax brand true-color status bar by @victor0602 in #6
- feat(quota): redesign quota show as rich HUD with usage bar and i18n by @JochenYang in #7
- fix: resolve 8 CLI quality issues found during audit by @liyuan97 in #8
- refactor: decouple flag parsing, extract status-bar, cleanup dead code by @liyuan97 in #12
- docs: rewrite README — Agent-era positioning by @victor0602 in #10
- fix: speech/music URL mode returns empty output (no --out) by @liyuan97 in #13
- docs: rewrite README + add README_CN by @liyuan97 in #14
- feat: welcome screen + trim global flags by @liyuan97 in #15
- docs: remove npm/bun install option by @liyuan97 in #16
- Fix/audio url mode by @liyuan97 in #17
New Contributors
- @JochenYang made their first contribution in #7
Full Changelog: v0.3.1...v0.4.0