mirror of
https://github.com/HKUDS/CLI-Anything.git
synced 2026-09-21 04:45:54 +08:00
Upgrade the cli-anything-minimax harness to use MiniMax-M3 as the default chat model, while keeping MiniMax-M2.7 and MiniMax-M2.7-highspeed available for users that prefer the previous generation. Changes: - Add MiniMax-M3 to the model selection list (first entry / default) - Switch default model in chat/stream/test/run_full_workflow to MiniMax-M3 - Retain MiniMax-M2.7 and MiniMax-M2.7-highspeed in the model list - Update README.md, SKILL.md (package + repo skills/) descriptions - Update unit tests for the new model list and default - Bump cli-anything-minimax to 1.1.0 (setup.py + registry.json)