Skip to content

feat: add MiniMax M2.7 model#1423

Closed
Hansen1018 wants to merge 28 commits intoNoFxAiOS:devfrom
Hansen1018:feat/add-minimax-m2.7-model
Closed

feat: add MiniMax M2.7 model#1423
Hansen1018 wants to merge 28 commits intoNoFxAiOS:devfrom
Hansen1018:feat/add-minimax-m2.7-model

Conversation

@Hansen1018
Copy link
Contributor

Summary

  • Update default MiniMax model from M2.5 to M2.7
  • 4 files modified (Go backend + TypeScript frontend)

Changes

  • mcp/providers.go: DefaultMiniMaxModel = "MiniMax-M2.7"
  • mcp/provider/minimax.go: DefaultMiniMaxModel = "MiniMax-M2.7"
  • api/handler_ai_model.go: defaultModel = "MiniMax-M2.7"
  • web/src/components/trader/model-constants.ts: defaultModel = 'MiniMax-M2.7'

@github-actions
Copy link

🤖 Advisory Check Results

These are advisory checks to help improve code quality. They won't block your PR from being merged.

📋 PR Information

Title Format: ✅ Good - Follows Conventional Commits
PR Size: 🟢 Small (8 lines: +4 -4)

🔧 Backend Checks

Go Formatting: ⚠️ Needs formatting

Files needing formatting
api/handler_wallet.go
api/strategy.go
api/utils_test.go
config/config.go
kernel/formatter.go
kernel/grid_engine.go
kernel/validate_test.go
main.go
manager/trader_manager.go
market/data.go

Go Vet: ✅ Good
Tests: ✅ Passed

Fix locally:

go fmt ./...      # Format code
go vet ./...      # Check for issues
go test ./...     # Run tests

⚛️ Frontend Checks

Build & Type Check: ✅ Success

Fix locally:

cd web
npm run build  # Test build (includes type checking)

📖 Resources

Questions? Feel free to ask in the comments! 🙏


These checks are advisory and won't block your PR from being merged. This comment is automatically generated from pr-checks-run.yml.

@github-actions
Copy link

🤖 Advisory Check Results

These are advisory checks to help improve code quality. They won't block your PR from being merged.

📋 PR Information

Title Format: ✅ Good - Follows Conventional Commits
PR Size: 🟢 Small (8 lines: +4 -4)

🔧 Backend Checks

Go Formatting: ⚠️ Needs formatting

Files needing formatting
api/handler_wallet.go
api/strategy.go
api/utils_test.go
config/config.go
kernel/formatter.go
kernel/grid_engine.go
kernel/validate_test.go
main.go
manager/trader_manager.go
market/data.go

Go Vet: ✅ Good
Tests: ✅ Passed

Fix locally:

go fmt ./...      # Format code
go vet ./...      # Check for issues
go test ./...     # Run tests

⚛️ Frontend Checks

Build & Type Check: ✅ Success

Fix locally:

cd web
npm run build  # Test build (includes type checking)

📖 Resources

Questions? Feel free to ask in the comments! 🙏


These checks are advisory and won't block your PR from being merged. This comment is automatically generated from pr-checks-run.yml.

@github-actions
Copy link

🤖 Advisory Check Results

These are advisory checks to help improve code quality. They won't block your PR from being merged.

📋 PR Information

Title Format: ✅ Good - Follows Conventional Commits
PR Size: 🟢 Small (8 lines: +4 -4)

🔧 Backend Checks

Go Formatting: ⚠️ Needs formatting

Files needing formatting
api/handler_wallet.go
api/strategy.go
api/utils_test.go
config/config.go
kernel/formatter.go
kernel/grid_engine.go
kernel/validate_test.go
main.go
manager/trader_manager.go
market/data.go

Go Vet: ✅ Good
Tests: ✅ Passed

Fix locally:

go fmt ./...      # Format code
go vet ./...      # Check for issues
go test ./...     # Run tests

⚛️ Frontend Checks

Build & Type Check: ✅ Success

Fix locally:

cd web
npm run build  # Test build (includes type checking)

📖 Resources

Questions? Feel free to ask in the comments! 🙏


These checks are advisory and won't block your PR from being merged. This comment is automatically generated from pr-checks-run.yml.

@Hansen1018 Hansen1018 force-pushed the feat/add-minimax-m2.7-model branch from b23c0a8 to 0e23e04 Compare March 23, 2026 19:54
@github-actions
Copy link

🤖 Advisory Check Results

These are advisory checks to help improve code quality. They won't block your PR from being merged.

📋 PR Information

Title Format: ✅ Good - Follows Conventional Commits
PR Size: 🟢 Small (8 lines: +4 -4)

🔧 Backend Checks

Go Formatting: ⚠️ Needs formatting

Files needing formatting
api/handler_wallet.go
api/strategy.go
api/utils_test.go
config/config.go
kernel/formatter.go
kernel/grid_engine.go
kernel/validate_test.go
main.go
manager/trader_manager.go
market/data.go

Go Vet: ✅ Good
Tests: ✅ Passed

Fix locally:

go fmt ./...      # Format code
go vet ./...      # Check for issues
go test ./...     # Run tests

⚛️ Frontend Checks

Build & Type Check: ✅ Success

Fix locally:

cd web
npm run build  # Test build (includes type checking)

📖 Resources

Questions? Feel free to ask in the comments! 🙏


These checks are advisory and won't block your PR from being merged. This comment is automatically generated from pr-checks-run.yml.

@Hansen1018 Hansen1018 closed this Mar 23, 2026
@Hansen1018 Hansen1018 deleted the feat/add-minimax-m2.7-model branch March 23, 2026 20:02
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