chore: update unreleased changelog entries

This commit is contained in:
Mario Zechner 2026-02-05 22:27:52 +01:00
parent c07277b9ac
commit c3aef01075
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,7 @@
- Fixed Bedrock Opus 4.6 model IDs (removed `:0` suffix) and cache pricing for `us.*` and `eu.*` variants
- Added missing `eu.anthropic.claude-opus-4-6-v1` inference profile to model catalog
- Fixed Claude Opus 4.6 context window metadata to 200000 for Anthropic and OpenCode providers
## [0.52.2] - 2026-02-05

View file

@ -2,12 +2,13 @@
## [Unreleased]
### New Features
### Fixed
- Fixed git package parsing fallback for unknown hosts so enterprise git sources like `git:github.tools.sap/org/repo` are treated as git packages instead of local paths
- Fixed git package `@ref` parsing for shorthand, HTTPS, and SSH source formats, including branch refs with slashes
- Fixed Bedrock default model ID from `us.anthropic.claude-opus-4-6-v1:0` to `us.anthropic.claude-opus-4-6-v1`
- Fixed Bedrock Opus 4.6 model metadata (IDs, cache pricing) and added missing EU profile
- Fixed Claude Opus 4.6 context window metadata to 200000 for Anthropic and OpenCode providers
## [0.52.2] - 2026-02-05