co-mono/packages
Burak Varlı 9a438465eb
fix(ai): signature support for non-Anthropic models in Amazon Bedrock provider (#727)
* Add Amazon Bedrock models test suite for agent package

Tests basic prompts, multi-turn conversations with thinking, and
synthetic thinking signatures across all Bedrock models.

Known issues are categorized and skipped:
- Models requiring inference profile (5)
- Invalid model IDs for us-east-1 region (6)
- Max tokens config exceeds model limit (2)
- No signature support in reasoningContent (10)
- Rejects reasoning content in user messages (25)
- Validates signature format - Anthropic newer models (7)

* Fix Bedrock signature support for non-Anthropic models

Only include the signature field in reasoningContent.reasoningText for
Anthropic Claude models. Other models (OpenAI, Qwen, Minimax, Moonshot,
etc.) reject this field with:
"This model doesn't support the reasoningContent.reasoningText.signature field"

This fix enables multi-turn conversations with thinking content for
10 additional Bedrock models that previously failed.

https://buildwithpi.ai/session?7e39c05f66ea358da3f993c267fe3e29

* Add a CHANGELOG entry
2026-01-14 19:21:35 +01:00
..
agent fix(ai): signature support for non-Anthropic models in Amazon Bedrock provider (#727) 2026-01-14 19:21:35 +01:00
ai fix(ai): signature support for non-Anthropic models in Amazon Bedrock provider (#727) 2026-01-14 19:21:35 +01:00
coding-agent refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
mom Add [Unreleased] section for next cycle 2026-01-14 00:11:36 +01:00
pods Release v0.45.7 2026-01-14 00:10:52 +01:00
tui fix: keyboard shortcuts on non-Latin keyboard layouts (#718) 2026-01-14 10:28:58 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-14 00:11:36 +01:00