Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 08 Apr 20:04
· 170 commits to main since this release

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

Full Changelog: v0.4.3...v1.0.4