Skip to content

chore: update default Claude model from opus-4-6 to opus-4-7#1482

Open
Hansen1018 wants to merge 50 commits intoNoFxAiOS:devfrom
Hansen1018:feat/add-anthropic-opus-4-7-v2
Open

chore: update default Claude model from opus-4-6 to opus-4-7#1482
Hansen1018 wants to merge 50 commits intoNoFxAiOS:devfrom
Hansen1018:feat/add-anthropic-opus-4-7-v2

Conversation

@Hansen1018
Copy link
Copy Markdown
Contributor

Summary

  • Update default Claude model from claude-opus-4-6 to claude-opus-4-7

Changes

  • mcp/provider/claude.go: DefaultClaudeModel = "claude-opus-4-7"
  • api/handler_ai_model.go: defaultModel = "claude-opus-4-7"
  • web/src/components/trader/model-constants.ts: defaultModel = 'claude-opus-4-7'

Testing

  • ✅ Go build passed
  • ✅ Web build passed

@github-actions
Copy link
Copy Markdown

🤖 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 (6 lines: +3 -3)

🔧 Backend Checks

Go Formatting: ⚠️ Needs formatting

Files needing formatting
api/errors.go
api/handler_trader.go
api/handler_wallet.go
api/utils_test.go
config/config.go
kernel/engine.go
kernel/formatter.go
kernel/grid_engine.go
kernel/validate_test.go
main.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
Copy Markdown

🤖 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 (6 lines: +3 -3)

🔧 Backend Checks

Go Formatting: ⚠️ Needs formatting

Files needing formatting
api/errors.go
api/handler_trader.go
api/handler_wallet.go
api/utils_test.go
config/config.go
kernel/engine.go
kernel/formatter.go
kernel/grid_engine.go
kernel/validate_test.go
main.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
Copy Markdown

🤖 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
agent/brain.go
agent/execution_state.go
agent/onboard.go
agent/planner_runtime.go
agent/scheduler.go
agent/sentinel.go
agent/skill_dag.go
agent/skill_dag_runtime.go
agent/stock.go
agent/tools_test.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
Copy Markdown

🤖 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
agent/brain.go
agent/execution_state.go
agent/onboard.go
agent/planner_runtime.go
agent/scheduler.go
agent/sentinel.go
agent/skill_dag.go
agent/skill_dag_runtime.go
agent/stock.go
agent/tools_test.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.

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