fix(ai): hash foreign responses tool item ids

This commit is contained in:
Mario Zechner
2026-03-22 05:40:26 +01:00
parent 235b247f1f
commit b21b42d032
3 changed files with 79 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed OpenAI Responses replay for foreign tool-call item IDs by hashing foreign `function_call.id` values into bounded `fc_<hash>` IDs instead of preserving backend-specific normalized shapes that OpenAI Codex rejects.
## [0.61.1] - 2026-03-20
### Changed