This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryAdds full support for AWS Bedrock as a provider, including Anthropic integration, and fixes chat message serialization.
Full changelog
⚠️ No breaking changes detected.
Summary
This release adds full support for AWS Bedrock as a provider, including Anthropic integration, configuration updates, and extensive documentation. It also fixes a serialization issue in chat messages and refines test and code quality across the codebase.
New Features
- Add AWS Bedrock provider with configuration and implementation.
- Enhance AWS Bedrock provider with Anthropic support and configuration options.
- Update AWS Bedrock provider documentation to include Anthropic Messages format support.
- Add AWS Bedrock provider documentation updates in README and CONFIGURATION.md.
Bug Fixes
- Fix chat message content serialization by using
json.RawMessagefor proper JSON handling.
Improvements
- Refactor AWS Bedrock provider test types for consistency.
- Update internal client
opencode.goand config handling for better type safety. - Streamline provider integration in
server.go.
Documentation
- Expand CONFIGURATION.md and README with new provider details and examples.
- Add
docs/architecture.mdanddocs/howto-add-modelfor developer guidance. - Provide
configs/config.example.jsonillustrating the new provider configuration.
Chores
- Update internal provider
aws_bedrock.goand corresponding test files. - Refactor
internal/config/config.goandinternal/client/opencode.gofor maintainability. - Adjust
internal/server/server.goto incorporate the new provider.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Track Oc-go-cc, an Open-source proxy that lets Claude Code use OSS models
Get notified when new releases ship.
Sign up freeAbout Oc-go-cc, an Open-source proxy that lets Claude Code use OSS models
All releases →Related context
Earlier breaking changes
- v0.6.0 Configuration format updated; migration required for compatibility.
- v0.5.2 Catalog storage migrates from JSON files to SQLite by default.
- v0.3.0 Anthropic model routing now prioritizes Zen-specific endpoints over legacy Anthropic when `IsZen` is true; existing configs may need updates using `model_overrides`.
- v0.3.0 `model_overrides` now requires explicit model names for DeepSeek V4 Pro and Flash Free variants; shorthand syntax removed.
- v0.2.9 Removes models mimo-v2-pro, mimo-v2-omni, qwen3.5-plus from routing
Beta — feedback welcome: [email protected]