You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address 3 code review issues in Anthropic providers
1. Assistant ToolCalls now included in message conversion — creates
ToolUseBlock for each ToolCall alongside text content. Multi-turn
tool use conversations now work correctly.
2. JSON unmarshal errors for tool arguments are no longer silently
swallowed — errors are surfaced in response content (Chat) or as
error events (Stream) instead of producing nil Arguments.
3. foundryReadSSE now checks scanner.Err() after loop — large payloads
exceeding 64KB buffer no longer cause silent stream termination.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments