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
sandbox-open-524
a6384619 fix(ai-isolate-cloudflare): accumulate toolResults across rounds The Cloudflare isolate driver wiped toolResults between need_tools rounds. wrap-code uses sequential tc_<idx> ids that are re-derived from scratch every time the Worker re-executes user code, so prior-round results must remain in the cache. With the wipe, multi-tool programs (e.g. `await A(); await B();`) ping-pong between {tc_0} and {tc_1} and exhaust maxToolRounds, surfacing as MaxRoundsExceeded. Single-tool code worked because only one cache entry was ever needed in a given round. Existing tests covered single-round flows only and used ad-hoc tool-call ids rather than wrap-code's real tc_<idx> shape, so the regression slipped through. Adds a tc_<idx>-shaped regression test covering two sequential tool calls. The test fails on the prior implementation and passes after the one-line fix.
by Sriket Komali
S
Succeeded
sandbox-open-524
a6384619 fix(ai-isolate-cloudflare): accumulate toolResults across rounds The Cloudflare isolate driver wiped toolResults between need_tools rounds. wrap-code uses sequential tc_<idx> ids that are re-derived from scratch every time the Worker re-executes user code, so prior-round results must remain in the cache. With the wipe, multi-tool programs (e.g. `await A(); await B();`) ping-pong between {tc_0} and {tc_1} and exhaust maxToolRounds, surfacing as MaxRoundsExceeded. Single-tool code worked because only one cache entry was ever needed in a given round. Existing tests covered single-round flows only and used ad-hoc tool-call ids rather than wrap-code's real tc_<idx> shape, so the regression slipped through. Adds a tc_<idx>-shaped regression test covering two sequential tool calls. The test fails on the prior implementation and passes after the one-line fix.
by Sriket Komali
S
Previous page
Previous
Next
Next page