Skip to content

Update Minimax to 2.7#51

Open
ymuuuu wants to merge 1 commit intonumman-ali:mainfrom
ymuuuu:update/minimax-to-2.7
Open

Update Minimax to 2.7#51
ymuuuu wants to merge 1 commit intonumman-ali:mainfrom
ymuuuu:update/minimax-to-2.7

Conversation

@ymuuuu
Copy link
Copy Markdown

@ymuuuu ymuuuu commented Mar 30, 2026

Summary

  • Update MiniMax provider config from MiniMax-M2.5 to MiniMax-M2.7 across all model tiers (opus, sonnet, haiku)
  • Updates applied to src/providers/index.ts, src/tui/content/providers.ts, and src/tui/screens/ModelConfigScreen.tsx

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 30, 2026 22:50
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.5 to MiniMax-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.

Comment on lines +100 to +104
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',
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants