co-mono/packages
Mario Zechner 6679a83b32 fix(ai): Sanitize tool call IDs for Anthropic API compatibility
- Anthropic API requires tool call IDs to match pattern ^[a-zA-Z0-9_-]+$
- OpenAI Responses API generates IDs with pipe character (|) which breaks Anthropic
- Added sanitizeToolCallId() to replace invalid characters with underscores
- Fixes cross-provider handoffs from OpenAI Responses to Anthropic
- Added test to verify the fix works
2025-09-04 05:17:08 +02:00
..
agent chore: bump version to 0.5.28 2025-09-03 01:26:12 +02:00
ai fix(ai): Sanitize tool call IDs for Anthropic API compatibility 2025-09-04 05:17:08 +02:00
pods chore: bump version to 0.5.28 2025-09-03 01:26:12 +02:00
tui chore: bump version to 0.5.28 2025-09-03 01:26:12 +02:00