Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the project’s MiniMax provider defaults to use the MiniMax-M2.7 model identifier, aligning CLI/TUI defaults and education content with the new MiniMax model version.
Changes:
- Update MiniMax default model env vars in provider templates from
MiniMax-M2.5toMiniMax-M2.7 - Update TUI provider education content to reference
MiniMax-M2.7 - Update TUI model-mapping placeholders for MiniMax to
MiniMax-M2.7
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/providers/index.ts |
Updates MiniMax provider default model environment variables to MiniMax-M2.7. |
src/tui/content/providers.ts |
Updates MiniMax provider education “models” display values to MiniMax-M2.7. |
src/tui/screens/ModelConfigScreen.tsx |
Updates MiniMax model placeholders shown in the model configuration screen to MiniMax-M2.7. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ANTHROPIC_MODEL: 'MiniMax-M2.7', | ||
| ANTHROPIC_SMALL_FAST_MODEL: 'MiniMax-M2.7', | ||
| ANTHROPIC_DEFAULT_SONNET_MODEL: 'MiniMax-M2.7', | ||
| ANTHROPIC_DEFAULT_OPUS_MODEL: 'MiniMax-M2.7', | ||
| ANTHROPIC_DEFAULT_HAIKU_MODEL: 'MiniMax-M2.7', |
There was a problem hiding this comment.
Repository docs still reference the old MiniMax model name MiniMax-M2.5 (e.g., README.md around lines ~126/153, docs/README.md ~75, docs/features/mirror-claude.md ~16). Since this change updates the default model to MiniMax-M2.7, these docs will become outdated; please update them in the same PR (or add a follow-up) to keep user-facing instructions consistent.
Summary
MiniMax-M2.5toMiniMax-M2.7across all model tiers (opus, sonnet, haiku)src/providers/index.ts,src/tui/content/providers.ts, andsrc/tui/screens/ModelConfigScreen.tsx🤖 Generated with Claude Code