co-mono/packages
Pablo Tovar cd43b8a9ca
fix: ensure max_tokens > thinking.budget_tokens for bedrock claude (#797)
Bedrock Claude models require max_tokens to exceed thinking.budget_tokens.
This constraint was handled for anthropic-messages API but missing for
bedrock-converse-stream, causing compaction failures.

Extracted adjustMaxTokensForThinking() helper that:
- Adds thinking budget on top of desired output tokens
- Reduces thinking budget if insufficient room (min 1024 output tokens)
- Applied to both anthropic-messages and bedrock-converse-stream APIs
2026-01-17 10:55:30 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-17 00:32:57 +01:00
ai fix: ensure max_tokens > thinking.budget_tokens for bedrock claude (#797) 2026-01-17 10:55:30 +01:00
coding-agent feat(coding-agent): export VERSION and update custom-header example (#798) 2026-01-17 10:54:00 +01:00
mom Add [Unreleased] section for next cycle 2026-01-17 00:32:57 +01:00
pods Release v0.48.0 2026-01-17 00:32:07 +01:00
tui Add [Unreleased] section for next cycle 2026-01-17 00:32:57 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-17 00:32:57 +01:00