You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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