diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 85d4135f..9bf08d21 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -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 diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 0a315900..ad6954e1 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -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