Skip to content

fix(claude): add MiniMax models to the picker - #129

Open
octo-patch wants to merge 1 commit into
nexu-io:mainfrom
octo-patch:octo/20260726-provider-add-recvpdruIPiFgh
Open

fix(claude): add MiniMax models to the picker#129
octo-patch wants to merge 1 commit into
nexu-io:mainfrom
octo-patch:octo/20260726-provider-add-recvpdruIPiFgh

Conversation

@octo-patch

Copy link
Copy Markdown

Reason: Add the configured MiniMax Claude-compatible models to the picker.

What changed

  • add MiniMax/MiniMax-M3 and MiniMax/MiniMax-M2.7 to the Claude Code curated model list used by the Next.js app
  • keep the CLI-side agent registry in sync with the same curated model entries
  • add focused tests that assert both MiniMax model ids remain available in the Claude picker

Checks

  • pnpm --dir cli test -- src/__tests__/agents-detect.test.ts
  • pnpm --dir next test -- src/lib/agents/__tests__/detect.test.ts

@lefarcen
lefarcen requested a review from mrcfps July 26, 2026 20:34
@lefarcen lefarcen added size/S Small change: 20-99 changed lines risk/medium Medium risk change type/bugfix Bug fix labels Jul 26, 2026

@mrcfps mrcfps left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@octo-patch The MiniMax M3 and M2.7 model entries are kept in sync across the Next.js and CLI Claude registries, and the new coverage verifies both picker lists. I also verified the workspace guard, both package typechecks, all unit tests, and both production builds; everything passes. Thanks for the focused, well-tested fix! 🙌

🔁 Powered by Looper · runner=reviewer · agent=codex · An autonomous AI dev team for your GitHub repos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk/medium Medium risk change size/S Small change: 20-99 changed lines type/bugfix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants