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
486-root-export-is-not-workerbrowser-safe-because-it-eagerly-imports-node-only-file-storage
ee7fa2a2 ci: apply automated fixes
by autofix-ci...
a
Succeeded
486-root-export-is-not-workerbrowser-safe-because-it-eagerly-imports-node-only-file-storage
ee7fa2a2 Merge 60b45d2850c2f78c0805daea5b054ed940b67c9c into e8ce0e1641618b56c5e157d4aaf8ad8aad640eb5
by Tom Beckenham
T
Succeeded
486-root-export-is-not-workerbrowser-safe-because-it-eagerly-imports-node-only-file-storage
99604be5 Merge 4501aff1371c0e4cc30b1f33b9c991962f30c39f into e8ce0e1641618b56c5e157d4aaf8ad8aad640eb5
by Tom Beckenham
T
Succeeded
486-root-export-is-not-workerbrowser-safe-because-it-eagerly-imports-node-only-file-storage
99604be5 fix(ai-code-mode-skills): make root export Worker/browser-safe (#486) The root entry re-exported `createFileSkillStorage` via `export * from './storage'`, eagerly pulling in `node:fs`/`node:path`. This broke Cloudflare Workers and browser bundlers even for consumers that only used non-storage helpers like `createSkillManagementTools`. The Node-only file storage now lives only behind the `@tanstack/ai-code-mode-skills/storage` subpath. The root re-exports only the browser-safe `createMemorySkillStorage`. Docs, README, JSDoc, and a changeset are updated, plus a regression test that walks the root module graph (static + dynamic imports) and asserts it reaches zero `node:` builtins and that the public export surface is correct. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Previous page
Previous
Next
Next page