co-mono/packages
Mario Zechner d327b9c768 fix(ai): handle same-provider different-model handoff in OpenAI Responses API
When switching between OpenAI models (e.g., gpt-5-mini to gpt-5.2-codex),
function_call IDs with fc_ prefix trigger pairing validation errors because
OpenAI tracks which fc_xxx IDs were paired with rs_xxx reasoning items.

The fix omits the id field for function_calls from different models, which
avoids the pairing validation while keeping call_id for matching with
function_call_output.

Fixes #886
2026-01-22 00:58:49 +01:00
..
agent Add [Unreleased] section for next cycle 2026-01-19 16:14:47 +01:00
ai fix(ai): handle same-provider different-model handoff in OpenAI Responses API 2026-01-22 00:58:49 +01:00
coding-agent fix(tui): don't add space after directory completion for @ file attachments 2026-01-21 23:48:41 +01:00
mom Add [Unreleased] section for next cycle 2026-01-19 16:14:47 +01:00
pods Release v0.49.2 2026-01-19 16:14:07 +01:00
tui fix(tui): don't add space after directory completion for @ file attachments 2026-01-21 23:48:41 +01:00
web-ui Add [Unreleased] section for next cycle 2026-01-19 16:14:47 +01:00