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: prevent duplicated tool call rendering in parallel execution
Explicitly marks all tool_use blocks as non-partial after finalization
to prevent race conditions where tools might still have partial=true.
Fixes EXT-634
0 commit comments