feat: add Claude Opus 4.8 model support#14
Conversation
- mcp/provider/claude.go: DefaultClaudeModel = claude-opus-4-8 - agent/agent.go: claude provider default model = claude-opus-4-8 - agent/model_provider_catalog.go: Claude DefaultModel = claude-opus-4-8 - api/handler_ai_model.go: claude defaultModel = claude-opus-4-8 - web/src/components/trader/model-constants.ts: claude defaultModel = claude-opus-4-8 - store/ai_charge.go: claude-opus-4-8 price at $0.18/call - mcp/payment/claw402.go: add claude-opus-4-8 endpoint - web/src/components/trader/model-constants.ts: add claude-opus-4-8 to CLAW402_MODELS and BLOCKRUN_MODELS
🤖 Advisory Check ResultsThese are advisory checks to help improve code quality. They won't block your PR from being merged. 📋 PR InformationTitle Format: ✅ Good - Follows Conventional Commits 🔧 Backend ChecksGo Formatting: Files needing formattingGo Vet: ✅ Good Fix locally: go fmt ./... # Format code
go vet ./... # Check for issues
go test ./... # Run tests⚛️ Frontend ChecksBuild & Type Check: ✅ Success Fix locally: cd web
npm run build # Test build (includes type checking)📖 ResourcesQuestions? 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. |
🔴 Go Test Coverage ReportTotal Coverage: 📊 Detailed Coverage Report (click to expand)Coverage by PackageCoverage Guidelines
This is an automated coverage report. The coverage requirement is advisory and does not block PR merging. |
🐳 Docker Build Check ResultsAMD64 builds: ❌ failure
|
Summary
Change Type
Scope
Linked Issues
Testing
What you verified and how:
go build ./...passesgo test ./...passesSecurity Impact
Yes/No)Yes/No)Yes/No)Compatibility
Yes/No)Yes/No)Yes/No)