Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
54abae06 Code mode (#362)
* Pull in code-mode changes from ai-code-mode
Adds code-mode packages (ai-code-mode, ai-code-mode-skills, ai-isolate-*),
example app, tool registry, and devtools code-mode tab.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* more refinements
* Simpler example
* Fewer examples
* Working skills example
* Home page really coming together
* Home page done
* More realistic tools
* Finished home page
* Reworking the demo
* final fixups
* last few fixups
* ci: apply automated fixes
* fix: replace md-to-pdf with puppeteer+marked to fix provenance check
md-to-pdf depends on marked@4 which lacks npm provenance, failing the
CI provenance check. Use puppeteer (already a dep) + marked@15 directly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* ci: apply automated fixes
* add changeset for code mode packages and revert ai-devtools changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: add database tools demo route with in-memory DB
Add a new demo route for database code tools using an in-memory database
with three tables: customers (10 rows), products (10 rows), and purchases
(25 rows). Includes two simple tools - queryTable for filtering/sorting/
selecting data and getSchemaInfo for introspection. Supports both Code
Mode (execute_typescript) and regular tool-calling modes.
https://claude.ai/code/session_012K7mAaWtcw5ZCGPcs88zmm
* database demo
* database demo
* feat: add gold-standard judging, export, layout fixes, and nav rename for database demo
- Add Opus-powered judge API that compares responses against gold-standard results using structured output
- Add JSON export button for message arrays
- Fix three-column layout so sidebars don't get pushed off screen
- Remove duplicate "Try These" from left sidebar
- Expose getSchemaInfo as both a code-mode and direct LLM tool
- Rename nav item to "Database Demo" and move to second position
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* ci: apply automated fixes
* simplifying
* simplifying
* adding skills
* refactoring
* dashboard demo start
* merging main
* small tweaks
* More execute prompt work
* Model evals
* Model evals
* chore: sync lockfile with models-eval dotenv ^17.2.3
Align pnpm-lock.yaml with @tanstack/ai-code-mode-models-eval so frozen
pnpm install in CI matches the manifest after sherif alignment.
Made-with: Cursor
* ci: apply automated fixes
* ci: bump autofix-ci/action to v1.3.3 and opt into Node 24
- Pin autofix-ci/action to 7a166d75 (v1.3.3) for API reliability
- Set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 for JS action runtime deprecation
Made-with: Cursor
* feat(ts-code-mode-web): realtime dashboard + execute_prompt API
- Replace tile orchestrator dashboard with text-mode OpenAI Realtime + execute_prompt tool
- Add /api/execute-prompt (shoe catalog via executePrompt) and /api/realtime-token
- Harden client tool args and OpenAI Realtime function_call id (call_id/item_id)
- RealtimeClient: always send tool result for unknown tools
- Remove legacy dashboard components and lib/dashboard
Made-with: Cursor
* Working
* Merged main
* Docs update
* ci: apply automated fixes
* final fixes
* ci: apply automated fixes
* ci: fix formatting and lint in ai-isolate-node
Apply Prettier formatting fixes and remove unnecessary optional chain
on non-nullish value flagged by ESLint.
Made-with: Cursor
* chore: update changeset with missing packages
Add ai-event-client, ai-ollama, ai-openai, ai-client, and ai-devtools
to the changeset to cover all source changes on this branch.
Made-with: Cursor
* fix: correct ai-devtools package name in changeset
The package is @tanstack/ai-devtools-core, not @tanstack/ai-devtools.
Made-with: Cursor
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>