feat: add GPT-5.5 model support#1489
Conversation
🤖 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. |
🤖 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 💡 Suggestion: This is a large PR. Consider breaking it into smaller, focused PRs for easier review. 🔧 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. |
- agent/agent.go: update openai default model to gpt-5.5 - api/handler_ai_model.go: update openai defaultModel to gpt-5.5 - web/src/components/trader/model-constants.ts: add gpt-5.5 to CLAW402_MODELS and BLOCKRUN_MODELS - store/ai_charge.go: gpt-5.5 price at $0.15 - mcp/payment/claw402.go: gpt-5.5 endpoint - mcp/provider/openai.go: DefaultOpenAIModel = gpt-5.5
0d8f20a to
d1fabdd
Compare
|
|
d1fabdd to
0d8f20a
Compare
- mcp/provider/openai.go: DefaultOpenAIModel = gpt-5.5 - api/handler_ai_model.go: openai defaultModel = gpt-5.5 - agent/agent.go: openai provider default model = gpt-5.5 - agent/model_provider_catalog.go: OpenAI DefaultModel = gpt-5.5 - mcp/payment/claw402.go: add gpt-5.5 endpoint - store/ai_charge.go: gpt-5.5 price at $0.15/call - web/src/components/trader/model-constants.ts: add gpt-5.5 to CLAW402_MODELS and BLOCKRUN_MODELS
0d8f20a to
84fbcc1
Compare
🤖 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. |
Summary
Change Type
Scope
Linked Issues
Testing
What you verified and how:
go build ./...passesnpm run buildpasses (web)go test ./...passesSecurity Impact
Compatibility