ta
TanStack
GitHub
ai
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
ai
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
quickjs-bun-code-mode
adfa3c3d Merge 431f71e4a210da0226bb9e08599c9f03f60ea32c into 059f8bbc61bf70f40000c63db6ff64b692b823b0
by Kenta Iwasaki
K
Succeeded
quickjs-bun-code-mode
adfa3c3d ci: apply automated fixes
by autofix-ci...
a
Succeeded
quickjs-bun-code-mode
adfa3c3d Merge 431f71e4a210da0226bb9e08599c9f03f60ea32c into 059f8bbc61bf70f40000c63db6ff64b692b823b0
by Kenta Iwasaki
K
Succeeded
quickjs-bun-code-mode
9659e223 refactor(ts-code-mode-web): simplify Bun Vite config Drop the quickjs-bun path walker/plugin/alias. Keep the working pattern: browser-only client resolve conditions, bun on SSR only, externalize quickjs-bun + the isolate driver, and CODE_MODE_BUN/Nitro bun preset.
by Tom Beckenham
T
Succeeded
quickjs-bun-code-mode
9659e223 Merge b47c62a0e40a3150b8795cd4e1c156b9489565ee into 059f8bbc61bf70f40000c63db6ff64b692b823b0
by Kenta Iwasaki
K
Succeeded
quickjs-bun-code-mode
9659e223 Merge b47c62a0e40a3150b8795cd4e1c156b9489565ee into 059f8bbc61bf70f40000c63db6ff64b692b823b0
by Kenta Iwasaki
K
Succeeded
quickjs-bun-code-mode
c24aaa71 fix(workspace): stop @types/bun from polluting other packages' global types Adding @types/bun as a devDependency of @tanstack/ai-isolate-quickjs-bun let pnpm hoist it into the shared virtual store (node_modules/.pnpm/node_modules), where it became resolvable workspace-wide. Unrelated deps in the nitro/SSR stack (srvx, crossws) carry phantom `import "bun"` type statements that previously no-op'd; once @types/bun was reachable they resolved to it and pulled bun-types into every dependent's `tsc` run. bun-types globally redeclares `fetch` with `init: RequestInit | BunFetchRequestInit`, dropping the DOM `preconnect` member, which broke `@tanstack/sandbox-web-example:test:types` (and any other app using `typeof fetch`). Exclude @types/bun from the shared hoist so only its direct dependent resolves it via its own node_modules symlink. quickjs-bun still type-checks, builds, and passes its Bun test suite; sandbox-web no longer pulls in bun-types. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by Jack Herri...
J
Succeeded
quickjs-bun-code-mode
c24aaa71 fix(workspace): stop @types/bun from polluting other packages' global types Adding @types/bun as a devDependency of @tanstack/ai-isolate-quickjs-bun let pnpm hoist it into the shared virtual store (node_modules/.pnpm/node_modules), where it became resolvable workspace-wide. Unrelated deps in the nitro/SSR stack (srvx, crossws) carry phantom `import "bun"` type statements that previously no-op'd; once @types/bun was reachable they resolved to it and pulled bun-types into every dependent's `tsc` run. bun-types globally redeclares `fetch` with `init: RequestInit | BunFetchRequestInit`, dropping the DOM `preconnect` member, which broke `@tanstack/sandbox-web-example:test:types` (and any other app using `typeof fetch`). Exclude @types/bun from the shared hoist so only its direct dependent resolves it via its own node_modules symlink. quickjs-bun still type-checks, builds, and passes its Bun test suite; sandbox-web no longer pulls in bun-types. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by Jack Herri...
J
Succeeded
quickjs-bun-code-mode
c24aaa71 Merge 548c41832eacbe77d54548ef3e9087e7eb9071af into 6feb5644a38073c5865f7b4ff4d64d62195e755b
by Kenta Iwasaki
K
Failed
quickjs-bun-code-mode
c24aaa71 Merge 548c41832eacbe77d54548ef3e9087e7eb9071af into 6feb5644a38073c5865f7b4ff4d64d62195e755b
by Kenta Iwasaki
K
Succeeded
quickjs-bun-code-mode
bede83b9 ci(ai-isolate-quickjs-bun): run the Bun-gated test suite in CI The driver's substantive suite (escape attempts, timeouts, memory limits, maxToolCalls, concurrency) is gated behind `describe.skipIf(typeof Bun === 'undefined')` and only runs under Bun. The Node PR job exercised only the "rejects on Node.js" case, leaving that behavior unverified in CI. Add a separate, path-filtered `Bun Tests` workflow that installs Bun, builds the package's workspace dependencies via nx (`@tanstack/ai-code-mode` is a runtime peer dep), and runs `test:bun`. Path-filtered to the package so it stays off unrelated PRs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by Jack Herri...
J
Succeeded
quickjs-bun-code-mode
bede83b9 Merge 3e3184a27397269ec518d6bdcac354296885e2c4 into 6feb5644a38073c5865f7b4ff4d64d62195e755b
by Kenta Iwasaki
K
Failed
quickjs-bun-code-mode
bede83b9 Merge 3e3184a27397269ec518d6bdcac354296885e2c4 into 6feb5644a38073c5865f7b4ff4d64d62195e755b
by Kenta Iwasaki
K
Succeeded
quickjs-bun-code-mode
f426d72c fix: docs/code-mode/code-mode-isolates.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
by Kenta Iwasaki
K
Failed
quickjs-bun-code-mode
f426d72c Merge ec8c161ae8db7a068889818a0808d2c086937de5 into 1106996ab500cc57b5ddc8bb2b780aaf45c4c93c
by Kenta Iwasaki
K
Succeeded
quickjs-bun-code-mode
d6030123 fix: docs/code-mode/code-mode-isolates.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
by Kenta Iwasaki
K
Failed
quickjs-bun-code-mode
d6030123 Merge 8634ac7fc63b4cb0286da17250cebecf383e2d77 into 85d31a8ce3536449cb1edbfb34540aa2cd0d8efa
by Kenta Iwasaki
K
Previous
Next