From c3ded498ad3063ab3323b689b671015a016eb2ca Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 16 Apr 2026 22:16:34 +0200 Subject: [PATCH] docs(ai): drop incorrect anthropic sdk bump changelog entry The @anthropic-ai/sdk range was already ^0.90.0 in the previous commit. Only node_modules was stale; no dependency version actually changed. --- packages/ai/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 241b7792..f062c605 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -7,10 +7,6 @@ - Added `onResponse` to `StreamOptions` so callers can inspect provider HTTP status and headers after each response arrives and before the response stream is consumed ([#3128](https://github.com/badlogic/pi-mono/issues/3128)) - Added `thinkingDisplay` (`"summarized" | "omitted"`) to `AnthropicOptions` and `BedrockOptions`, wiring it through to the Anthropic/Bedrock `thinking` config. Defaults to `"summarized"` so Claude Opus 4.7 and Mythos Preview keep returning thinking text; set it to `"omitted"` to skip thinking streaming for faster time-to-first-text-token. -### Changed - -- Bumped `@anthropic-ai/sdk` to `0.90.0` so `ThinkingConfigAdaptive.display` and `ThinkingConfigEnabled.display` are typed by the SDK. - ## [0.67.5] - 2026-04-16 ### Fixed