Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-continuation-chunk-emission.md

This file was deleted.

13 changes: 13 additions & 0 deletions examples/ts-svelte-chat/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# ts-svelte-chat

## 0.1.30

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-anthropic@0.7.3
- @tanstack/ai-client@0.7.9
- @tanstack/ai-gemini@0.8.6
- @tanstack/ai-ollama@0.6.5
- @tanstack/ai-openai@0.7.4
- @tanstack/ai-svelte@0.6.14

## 0.1.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-svelte-chat/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "ts-svelte-chat",
"private": true,
"version": "0.1.29",
"version": "0.1.30",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
Expand Down
14 changes: 14 additions & 0 deletions examples/ts-vue-chat/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
# ts-vue-chat

## 0.1.30

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-anthropic@0.7.3
- @tanstack/ai-client@0.7.9
- @tanstack/ai-gemini@0.8.6
- @tanstack/ai-ollama@0.6.5
- @tanstack/ai-openai@0.7.4
- @tanstack/ai-vue@0.6.14
- @tanstack/ai-vue-ui@0.1.25

## 0.1.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-vue-chat/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "ts-vue-chat",
"version": "0.1.29",
"version": "0.1.30",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/vanilla-chat/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# vanilla-chat

## 0.0.29

### Patch Changes

- Updated dependencies []:
- @tanstack/ai-client@0.7.9

## 0.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla-chat/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
"name": "vanilla-chat",
"private": true,
"type": "module",
"version": "0.0.28",
"version": "0.0.29",
"scripts": {
"start": "vite --port 3001",
"dev": "vite --port 3001",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-client/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-client

## 0.7.9

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-event-client@0.2.2

## 0.7.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-client/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-client",
"version": "0.7.8",
"version": "0.7.9",
"description": "Framework-agnostic headless client for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-code-mode-skills/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-code-mode-skills

## 0.1.2

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-code-mode@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-code-mode-skills/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-code-mode-skills",
"version": "0.1.1",
"version": "0.1.2",
"description": "Persistent skill library for TanStack AI Code Mode - LLM-created reusable code snippets",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-code-mode/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-code-mode

## 0.1.2

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2

## 0.1.1

### Patch Changes
Expand Down
13 changes: 13 additions & 0 deletions packages/typescript/ai-code-mode/models-eval/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
# @tanstack/ai-code-mode-models-eval

## 0.0.4

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-anthropic@0.7.3
- @tanstack/ai-code-mode@0.1.2
- @tanstack/ai-gemini@0.8.6
- @tanstack/ai-ollama@0.6.5
- @tanstack/ai-openai@0.7.4
- @tanstack/ai-isolate-node@0.1.2

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-code-mode/models-eval/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-code-mode-models-eval",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "module",
"description": "Dev benchmark: local/cloud models vs code-mode database-demo gold (not published)",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-code-mode/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-code-mode",
"version": "0.1.1",
"version": "0.1.2",
"description": "Code Mode for TanStack AI - LLM-driven code execution in secure sandboxes",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-devtools/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-devtools-core

## 0.3.19

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-event-client@0.2.2

## 0.3.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-devtools/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-devtools-core",
"version": "0.3.18",
"version": "0.3.19",
"description": "Core TanStack AI Devtools",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-event-client/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-event-client

## 0.2.2

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-event-client/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-event-client",
"version": "0.2.1",
"version": "0.2.2",
"description": "Event client for TanStack AI devtools integration",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-fal/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-fal

## 0.6.12

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2

## 0.6.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-fal/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-fal",
"version": "0.6.11",
"version": "0.6.12",
"description": "fal.ai adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-isolate-cloudflare/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-isolate-cloudflare

## 0.1.2

### Patch Changes

- Updated dependencies []:
- @tanstack/ai-code-mode@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-isolate-cloudflare/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-isolate-cloudflare",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cloudflare Workers driver for TanStack AI Code Mode - execute code on the edge",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-isolate-node/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-isolate-node

## 0.1.2

### Patch Changes

- Updated dependencies []:
- @tanstack/ai-code-mode@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-isolate-node/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-isolate-node",
"version": "0.1.1",
"version": "0.1.2",
"description": "Node.js isolated-vm driver for TanStack AI Code Mode",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-isolate-quickjs/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-isolate-quickjs

## 0.1.2

### Patch Changes

- Updated dependencies []:
- @tanstack/ai-code-mode@0.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-isolate-quickjs/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-isolate-quickjs",
"version": "0.1.1",
"version": "0.1.2",
"description": "QuickJS WASM driver for TanStack AI Code Mode - runs everywhere",
"author": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript/ai-openrouter/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @tanstack/ai-openrouter

## 0.7.4

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-openrouter/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-openrouter",
"version": "0.7.3",
"version": "0.7.4",
"description": "OpenRouter adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-preact/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-preact

## 0.6.14

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-client@0.7.9

## 0.6.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-preact/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-preact",
"version": "0.6.13",
"version": "0.6.14",
"description": "Preact hooks for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-react/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-react

## 0.7.10

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-client@0.7.9

## 0.7.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-react/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-react",
"version": "0.7.9",
"version": "0.7.10",
"description": "React hooks for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/ai-solid/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-solid

## 0.6.14

### Patch Changes

- Updated dependencies [[`4445410`](https://github.com/TanStack/ai/commit/44454100e5825f948bab0ce52c57c80d70c0ebe7)]:
- @tanstack/ai@0.10.2
- @tanstack/ai-client@0.7.9

## 0.6.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-solid/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-solid",
"version": "0.6.13",
"version": "0.6.14",
"description": "Solid hooks for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
Loading