TanStack
OSS
ai
Sign in / Sign up
Open main menu
ai
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
fix/continuation-chunk-emission
c783ca51 test(e2e): add continuation re-execution tool call arguments tests Add 4 E2E tests verifying tool call arguments are preserved during continuation re-executions. Without TOOL_CALL_START/ARGS emission, clients store tool calls with empty {} arguments. Tests: - Single client tool args preserved after continuation - Sequential client tool args preserved across multiple continuations - Parallel client tool args preserved in batch continuation - Mixed server+client tool args preserved in sequence Also populate the `args` field on synthetic TOOL_CALL_ARGS chunks emitted during continuation, matching adapter-emitted chunks.
by Diego Garc...
D
Succeeded
fix/continuation-chunk-emission
6e1a3525 test(e2e): add continuation re-execution tool call arguments tests Add 3 E2E tests verifying tool call arguments are preserved during continuation re-executions. Without TOOL_CALL_START/ARGS emission, clients store tool calls with empty {} arguments. Tests: - Single client tool args preserved after continuation - Sequential client tool args preserved across multiple continuations - Parallel client tool args preserved in batch continuation
by Diego Garc...
D
Succeeded
fix/continuation-chunk-emission
98053184 test(e2e): add continuation re-execution tool call arguments tests Add 3 E2E tests verifying tool call arguments are preserved during continuation re-executions. Without TOOL_CALL_START/ARGS emission, clients store tool calls with empty {} arguments. Tests: - Single client tool args preserved after continuation - Sequential client tool args preserved across multiple continuations - Parallel client tool args preserved in batch continuation
by Diego Garc...
D
Succeeded
fix/continuation-chunk-emission
d61a04a6 test(e2e): add continuation re-execution tool call arguments tests Add 3 E2E tests verifying tool call arguments are preserved during continuation re-executions. Without TOOL_CALL_START/ARGS emission, clients store tool calls with empty {} arguments. Tests: - Single client tool args preserved after continuation - Sequential client tool args preserved across multiple continuations - Parallel client tool args preserved in batch continuation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
by Diego Garc...
D
Succeeded
fix/continuation-chunk-emission
8a8491a3 test(ai): add test for mixed pending batch with server and client tools
by Diego Garc...
D
Succeeded
fix/use-chat-messages-ref-staleness
c2291768 fix(ai-react): update messagesRef synchronously during render Replace useEffect ref update with synchronous render-time assignment so messagesRef is always current when useMemo creates a new ChatClient.
by Diego Garc...
D
Succeeded
fix/continuation-chunk-emission
6e4d49e5 fix(ai): emit TOOL_CALL_START and TOOL_CALL_ARGS during continuation re-executions Pending tool calls resumed from message history only emit TOOL_CALL_END, causing clients to store empty arguments and triggering infinite re-execution loops. Emit the full START → ARGS → END sequence using the arguments from the original ToolCall objects.
by Diego Garc...
D
Succeeded
fix/tool-approval-flow-issues
839cbbbd fix: clone approval object to avoid shared mutation, reset mock in batch test
by Diego Garc...
D
Previous page
Previous
Next
Next page