diff --git a/.changeset/ag-ui-events.md b/.changeset/ag-ui-events.md deleted file mode 100644 index 01ad2bed..00000000 --- a/.changeset/ag-ui-events.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'@tanstack/ai': minor -'@tanstack/ai-client': minor -'@tanstack/ai-openai': minor -'@tanstack/ai-anthropic': minor -'@tanstack/ai-gemini': minor -'@tanstack/ai-grok': minor -'@tanstack/ai-ollama': minor -'@tanstack/ai-openrouter': minor ---- - -feat: Add AG-UI protocol events to streaming system - -All text adapters now emit AG-UI protocol events only: - -- `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events -- `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming -- `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming - -Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. diff --git a/examples/ts-svelte-chat/CHANGELOG.md b/examples/ts-svelte-chat/CHANGELOG.md index 32677265..2ff03165 100644 --- a/examples/ts-svelte-chat/CHANGELOG.md +++ b/examples/ts-svelte-chat/CHANGELOG.md @@ -1,5 +1,18 @@ # ts-svelte-chat +## 0.1.5 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-client@0.3.0 + - @tanstack/ai-openai@0.3.0 + - @tanstack/ai-anthropic@0.3.0 + - @tanstack/ai-gemini@0.3.0 + - @tanstack/ai-ollama@0.3.0 + - @tanstack/ai-svelte@0.3.0 + ## 0.1.4 ### Patch Changes @@ -48,13 +61,13 @@ ### Patch Changes - Updated dependencies [[`c5df33c`](https://github.com/TanStack/ai/commit/c5df33c2d3e72c3332048ffe7c64a553e5ea86fb)]: - - @tanstack/ai-anthropic@1.0.0 + - @tanstack/ai-anthropic@0.3.0 - @tanstack/ai-client@0.2.0 - - @tanstack/ai-ollama@1.0.0 - - @tanstack/ai-svelte@1.0.0 + - @tanstack/ai-ollama@0.3.0 + - @tanstack/ai-svelte@0.3.0 - @tanstack/ai@0.2.0 - - @tanstack/ai-gemini@1.0.0 - - @tanstack/ai-openai@1.0.0 + - @tanstack/ai-gemini@0.3.0 + - @tanstack/ai-openai@0.3.0 ## 0.0.4 diff --git a/examples/ts-svelte-chat/package.json b/examples/ts-svelte-chat/package.json index 9729f89e..b895d307 100644 --- a/examples/ts-svelte-chat/package.json +++ b/examples/ts-svelte-chat/package.json @@ -1,7 +1,7 @@ { "name": "ts-svelte-chat", "private": true, - "version": "0.1.4", + "version": "0.1.5", "type": "module", "scripts": { "dev": "vite dev --port 3000", diff --git a/examples/ts-vue-chat/CHANGELOG.md b/examples/ts-vue-chat/CHANGELOG.md index 76fce4ab..9b0a2fff 100644 --- a/examples/ts-vue-chat/CHANGELOG.md +++ b/examples/ts-vue-chat/CHANGELOG.md @@ -1,5 +1,19 @@ # ts-vue-chat +## 0.1.5 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-client@0.3.0 + - @tanstack/ai-openai@0.3.0 + - @tanstack/ai-anthropic@0.3.0 + - @tanstack/ai-gemini@0.3.0 + - @tanstack/ai-ollama@0.3.0 + - @tanstack/ai-vue@0.3.0 + - @tanstack/ai-vue-ui@0.1.4 + ## 0.1.4 ### Patch Changes @@ -50,14 +64,14 @@ ### Patch Changes - Updated dependencies [[`c5df33c`](https://github.com/TanStack/ai/commit/c5df33c2d3e72c3332048ffe7c64a553e5ea86fb)]: - - @tanstack/ai-anthropic@1.0.0 + - @tanstack/ai-anthropic@0.3.0 - @tanstack/ai-client@0.2.0 - - @tanstack/ai-ollama@1.0.0 - - @tanstack/ai-vue@1.0.0 + - @tanstack/ai-ollama@0.3.0 + - @tanstack/ai-vue@0.3.0 - @tanstack/ai@0.2.0 - @tanstack/ai-vue-ui@0.1.1 - - @tanstack/ai-gemini@1.0.0 - - @tanstack/ai-openai@1.0.0 + - @tanstack/ai-gemini@0.3.0 + - @tanstack/ai-openai@0.3.0 ## 0.0.3 diff --git a/examples/ts-vue-chat/package.json b/examples/ts-vue-chat/package.json index ff304af4..929b4326 100644 --- a/examples/ts-vue-chat/package.json +++ b/examples/ts-vue-chat/package.json @@ -1,6 +1,6 @@ { "name": "ts-vue-chat", - "version": "0.1.4", + "version": "0.1.5", "private": true, "type": "module", "scripts": { diff --git a/examples/vanilla-chat/CHANGELOG.md b/examples/vanilla-chat/CHANGELOG.md index 73d8bb7f..9efc9640 100644 --- a/examples/vanilla-chat/CHANGELOG.md +++ b/examples/vanilla-chat/CHANGELOG.md @@ -1,5 +1,12 @@ # vanilla-chat +## 0.0.8 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai-client@0.3.0 + ## 0.0.7 ### Patch Changes diff --git a/examples/vanilla-chat/package.json b/examples/vanilla-chat/package.json index 67233b12..6bab3efa 100644 --- a/examples/vanilla-chat/package.json +++ b/examples/vanilla-chat/package.json @@ -2,7 +2,7 @@ "name": "vanilla-chat", "private": true, "type": "module", - "version": "0.0.7", + "version": "0.0.8", "scripts": { "start": "vite --port 3001", "dev": "vite --port 3001", diff --git a/packages/typescript/ai-anthropic/CHANGELOG.md b/packages/typescript/ai-anthropic/CHANGELOG.md index f8530487..2f25cef9 100644 --- a/packages/typescript/ai-anthropic/CHANGELOG.md +++ b/packages/typescript/ai-anthropic/CHANGELOG.md @@ -1,5 +1,23 @@ # @tanstack/ai-anthropic +## 0.3.0 + +### Minor Changes + +- feat: Add AG-UI protocol events to streaming system ([#244](https://github.com/TanStack/ai/pull/244)) + + All text adapters now emit AG-UI protocol events only: + - `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events + - `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming + - `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming + + Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/typescript/ai-anthropic/package.json b/packages/typescript/ai-anthropic/package.json index 2bb9f55f..b9a1efca 100644 --- a/packages/typescript/ai-anthropic/package.json +++ b/packages/typescript/ai-anthropic/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-anthropic", - "version": "0.2.0", + "version": "0.3.0", "description": "Anthropic Claude adapter for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-client/CHANGELOG.md b/packages/typescript/ai-client/CHANGELOG.md index 6fdd0bf0..e9f464d4 100644 --- a/packages/typescript/ai-client/CHANGELOG.md +++ b/packages/typescript/ai-client/CHANGELOG.md @@ -1,5 +1,23 @@ # @tanstack/ai-client +## 0.3.0 + +### Minor Changes + +- feat: Add AG-UI protocol events to streaming system ([#244](https://github.com/TanStack/ai/pull/244)) + + All text adapters now emit AG-UI protocol events only: + - `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events + - `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming + - `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming + + Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + ## 0.2.2 ### Patch Changes diff --git a/packages/typescript/ai-client/package.json b/packages/typescript/ai-client/package.json index 8d2e0043..c2ed4946 100644 --- a/packages/typescript/ai-client/package.json +++ b/packages/typescript/ai-client/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-client", - "version": "0.2.2", + "version": "0.3.0", "description": "Framework-agnostic headless client for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-devtools/CHANGELOG.md b/packages/typescript/ai-devtools/CHANGELOG.md index e8109410..036ef849 100644 --- a/packages/typescript/ai-devtools/CHANGELOG.md +++ b/packages/typescript/ai-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/ai-devtools-core +## 0.2.2 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + ## 0.2.1 ### Patch Changes diff --git a/packages/typescript/ai-devtools/package.json b/packages/typescript/ai-devtools/package.json index 231246c3..4cfc5f3f 100644 --- a/packages/typescript/ai-devtools/package.json +++ b/packages/typescript/ai-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-devtools-core", - "version": "0.2.1", + "version": "0.2.2", "description": "Core TanStack AI Devtools", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-gemini/CHANGELOG.md b/packages/typescript/ai-gemini/CHANGELOG.md index db97764b..fb77dcac 100644 --- a/packages/typescript/ai-gemini/CHANGELOG.md +++ b/packages/typescript/ai-gemini/CHANGELOG.md @@ -1,5 +1,23 @@ # @tanstack/ai-gemini +## 0.3.0 + +### Minor Changes + +- feat: Add AG-UI protocol events to streaming system ([#244](https://github.com/TanStack/ai/pull/244)) + + All text adapters now emit AG-UI protocol events only: + - `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events + - `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming + - `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming + + Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + ## 0.3.2 ### Patch Changes diff --git a/packages/typescript/ai-gemini/package.json b/packages/typescript/ai-gemini/package.json index 15e0f4fc..61f3cf58 100644 --- a/packages/typescript/ai-gemini/package.json +++ b/packages/typescript/ai-gemini/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-gemini", - "version": "0.3.2", + "version": "0.3.0", "description": "Google Gemini adapter for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-grok/CHANGELOG.md b/packages/typescript/ai-grok/CHANGELOG.md index dcacc837..d3f23082 100644 --- a/packages/typescript/ai-grok/CHANGELOG.md +++ b/packages/typescript/ai-grok/CHANGELOG.md @@ -1,5 +1,23 @@ # @tanstack/ai-grok +## 0.3.0 + +### Minor Changes + +- feat: Add AG-UI protocol events to streaming system ([#244](https://github.com/TanStack/ai/pull/244)) + + All text adapters now emit AG-UI protocol events only: + - `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events + - `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming + - `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming + + Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/typescript/ai-grok/package.json b/packages/typescript/ai-grok/package.json index 39cea651..f580e906 100644 --- a/packages/typescript/ai-grok/package.json +++ b/packages/typescript/ai-grok/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-grok", - "version": "0.1.0", + "version": "0.3.0", "description": "Grok (xAI) adapter for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-ollama/CHANGELOG.md b/packages/typescript/ai-ollama/CHANGELOG.md index a6a1171c..e28d8e50 100644 --- a/packages/typescript/ai-ollama/CHANGELOG.md +++ b/packages/typescript/ai-ollama/CHANGELOG.md @@ -4,6 +4,24 @@ ### Minor Changes +- feat: Add AG-UI protocol events to streaming system ([#244](https://github.com/TanStack/ai/pull/244)) + + All text adapters now emit AG-UI protocol events only: + - `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events + - `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming + - `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming + + Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + +## 0.3.0 + +### Minor Changes + - Update ollama model meta and add more model options. ([#117](https://github.com/TanStack/ai/pull/117)) ### Patch Changes diff --git a/packages/typescript/ai-openai/CHANGELOG.md b/packages/typescript/ai-openai/CHANGELOG.md index 675915b4..0ccef1f6 100644 --- a/packages/typescript/ai-openai/CHANGELOG.md +++ b/packages/typescript/ai-openai/CHANGELOG.md @@ -4,6 +4,24 @@ ### Minor Changes +- feat: Add AG-UI protocol events to streaming system ([#244](https://github.com/TanStack/ai/pull/244)) + + All text adapters now emit AG-UI protocol events only: + - `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events + - `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming + - `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming + + Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + +## 0.3.0 + +### Minor Changes + - allows additional configuration options when creating an openAI client ([#245](https://github.com/TanStack/ai/pull/245)) ## 0.2.1 diff --git a/packages/typescript/ai-openrouter/CHANGELOG.md b/packages/typescript/ai-openrouter/CHANGELOG.md index d31edb32..1e423958 100644 --- a/packages/typescript/ai-openrouter/CHANGELOG.md +++ b/packages/typescript/ai-openrouter/CHANGELOG.md @@ -1,5 +1,23 @@ # @tanstack/ai-openrouter +## 0.3.0 + +### Minor Changes + +- feat: Add AG-UI protocol events to streaming system ([#244](https://github.com/TanStack/ai/pull/244)) + + All text adapters now emit AG-UI protocol events only: + - `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events + - `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming + - `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming + + Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/typescript/ai-openrouter/package.json b/packages/typescript/ai-openrouter/package.json index 7dc38f04..fa881293 100644 --- a/packages/typescript/ai-openrouter/package.json +++ b/packages/typescript/ai-openrouter/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-openrouter", - "version": "0.1.0", + "version": "0.3.0", "description": "OpenRouter adapter for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-preact/CHANGELOG.md b/packages/typescript/ai-preact/CHANGELOG.md index 85e08519..73448d75 100644 --- a/packages/typescript/ai-preact/CHANGELOG.md +++ b/packages/typescript/ai-preact/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/ai-preact +## 0.3.0 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-client@0.3.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/typescript/ai-preact/package.json b/packages/typescript/ai-preact/package.json index 17a08453..6f8a8cbf 100644 --- a/packages/typescript/ai-preact/package.json +++ b/packages/typescript/ai-preact/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-preact", - "version": "0.1.1", + "version": "0.3.0", "description": "Preact hooks for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-react-ui/CHANGELOG.md b/packages/typescript/ai-react-ui/CHANGELOG.md index eea9141c..c5bc224a 100644 --- a/packages/typescript/ai-react-ui/CHANGELOG.md +++ b/packages/typescript/ai-react-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/ai-react-ui +## 0.3.0 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai-client@0.3.0 + - @tanstack/ai-react@0.3.0 + ## 0.2.1 ### Patch Changes diff --git a/packages/typescript/ai-react-ui/package.json b/packages/typescript/ai-react-ui/package.json index 19616c4f..8a0d895e 100644 --- a/packages/typescript/ai-react-ui/package.json +++ b/packages/typescript/ai-react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-react-ui", - "version": "0.2.1", + "version": "0.3.0", "description": "Headless React components for building AI chat interfaces", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", diff --git a/packages/typescript/ai-react/CHANGELOG.md b/packages/typescript/ai-react/CHANGELOG.md index feeff307..b3d664bf 100644 --- a/packages/typescript/ai-react/CHANGELOG.md +++ b/packages/typescript/ai-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/ai-react +## 0.3.0 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-client@0.3.0 + ## 0.2.2 ### Patch Changes diff --git a/packages/typescript/ai-react/package.json b/packages/typescript/ai-react/package.json index 0758ca4a..cb7ffd73 100644 --- a/packages/typescript/ai-react/package.json +++ b/packages/typescript/ai-react/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-react", - "version": "0.2.2", + "version": "0.3.0", "description": "React hooks for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-solid-ui/CHANGELOG.md b/packages/typescript/ai-solid-ui/CHANGELOG.md index 55152a30..05339013 100644 --- a/packages/typescript/ai-solid-ui/CHANGELOG.md +++ b/packages/typescript/ai-solid-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/ai-solid-ui +## 0.3.0 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai-client@0.3.0 + - @tanstack/ai-solid@0.3.0 + ## 0.2.1 ### Patch Changes diff --git a/packages/typescript/ai-solid-ui/package.json b/packages/typescript/ai-solid-ui/package.json index ef7b3edb..71b4486b 100644 --- a/packages/typescript/ai-solid-ui/package.json +++ b/packages/typescript/ai-solid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-solid-ui", - "version": "0.2.1", + "version": "0.3.0", "description": "Headless Solid components for building AI chat interfaces", "module": "./src/index.ts", "types": "./src/index.ts", diff --git a/packages/typescript/ai-solid/CHANGELOG.md b/packages/typescript/ai-solid/CHANGELOG.md index 8268b674..50764cd2 100644 --- a/packages/typescript/ai-solid/CHANGELOG.md +++ b/packages/typescript/ai-solid/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/ai-solid +## 0.3.0 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-client@0.3.0 + ## 0.2.2 ### Patch Changes diff --git a/packages/typescript/ai-solid/package.json b/packages/typescript/ai-solid/package.json index c308c2eb..18dd0610 100644 --- a/packages/typescript/ai-solid/package.json +++ b/packages/typescript/ai-solid/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-solid", - "version": "0.2.2", + "version": "0.3.0", "description": "Solid hooks for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-svelte/CHANGELOG.md b/packages/typescript/ai-svelte/CHANGELOG.md index 5a07e0cd..aff79eec 100644 --- a/packages/typescript/ai-svelte/CHANGELOG.md +++ b/packages/typescript/ai-svelte/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/ai-svelte +## 0.3.0 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-client@0.3.0 + ## 0.2.2 ### Patch Changes diff --git a/packages/typescript/ai-svelte/package.json b/packages/typescript/ai-svelte/package.json index d210b625..1762e594 100644 --- a/packages/typescript/ai-svelte/package.json +++ b/packages/typescript/ai-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-svelte", - "version": "0.2.2", + "version": "0.3.0", "description": "Svelte bindings for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai-vue-ui/CHANGELOG.md b/packages/typescript/ai-vue-ui/CHANGELOG.md index 4f427976..d01cf659 100644 --- a/packages/typescript/ai-vue-ui/CHANGELOG.md +++ b/packages/typescript/ai-vue-ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/ai-vue-ui +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/ai-vue@0.3.0 + ## 0.1.3 ### Patch Changes diff --git a/packages/typescript/ai-vue-ui/package.json b/packages/typescript/ai-vue-ui/package.json index 18f4778b..1290bfd1 100644 --- a/packages/typescript/ai-vue-ui/package.json +++ b/packages/typescript/ai-vue-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-vue-ui", - "version": "0.1.3", + "version": "0.1.4", "description": "Headless Vue components for building AI chat interfaces", "module": "./src/index.ts", "types": "./src/index.ts", diff --git a/packages/typescript/ai-vue/CHANGELOG.md b/packages/typescript/ai-vue/CHANGELOG.md index c1cbf35d..79574423 100644 --- a/packages/typescript/ai-vue/CHANGELOG.md +++ b/packages/typescript/ai-vue/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/ai-vue +## 0.3.0 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-client@0.3.0 + ## 0.2.2 ### Patch Changes diff --git a/packages/typescript/ai-vue/package.json b/packages/typescript/ai-vue/package.json index 030a2089..a9a96ab3 100644 --- a/packages/typescript/ai-vue/package.json +++ b/packages/typescript/ai-vue/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai-vue", - "version": "0.2.2", + "version": "0.3.0", "description": "Vue hooks for TanStack AI", "author": "", "license": "MIT", diff --git a/packages/typescript/ai/CHANGELOG.md b/packages/typescript/ai/CHANGELOG.md index 6699ec30..e24c5f3a 100644 --- a/packages/typescript/ai/CHANGELOG.md +++ b/packages/typescript/ai/CHANGELOG.md @@ -1,5 +1,18 @@ # @tanstack/ai +## 0.3.0 + +### Minor Changes + +- feat: Add AG-UI protocol events to streaming system ([#244](https://github.com/TanStack/ai/pull/244)) + + All text adapters now emit AG-UI protocol events only: + - `RUN_STARTED` / `RUN_FINISHED` - Run lifecycle events + - `TEXT_MESSAGE_START` / `TEXT_MESSAGE_CONTENT` / `TEXT_MESSAGE_END` - Text message streaming + - `TOOL_CALL_START` / `TOOL_CALL_ARGS` / `TOOL_CALL_END` - Tool call streaming + + Only AG-UI event types are supported; previous legacy chunk formats (`content`, `tool_call`, `done`, etc.) are no longer accepted. + ## 0.2.2 ### Patch Changes diff --git a/packages/typescript/ai/package.json b/packages/typescript/ai/package.json index dcf713b9..7fec07ed 100644 --- a/packages/typescript/ai/package.json +++ b/packages/typescript/ai/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ai", - "version": "0.2.2", + "version": "0.3.0", "description": "Core TanStack AI library - Open source AI SDK", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/typescript/preact-ai-devtools/CHANGELOG.md b/packages/typescript/preact-ai-devtools/CHANGELOG.md index 14945f6e..f6be1919 100644 --- a/packages/typescript/preact-ai-devtools/CHANGELOG.md +++ b/packages/typescript/preact-ai-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-ai-devtools +## 0.1.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/ai-devtools-core@0.2.2 + ## 0.1.1 ### Patch Changes diff --git a/packages/typescript/preact-ai-devtools/package.json b/packages/typescript/preact-ai-devtools/package.json index c176bd0a..acf52658 100644 --- a/packages/typescript/preact-ai-devtools/package.json +++ b/packages/typescript/preact-ai-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-ai-devtools", - "version": "0.1.1", + "version": "0.1.2", "description": "Preact Devtools for TanStack AI.", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/typescript/react-ai-devtools/CHANGELOG.md b/packages/typescript/react-ai-devtools/CHANGELOG.md index 2b06a7b9..ba322602 100644 --- a/packages/typescript/react-ai-devtools/CHANGELOG.md +++ b/packages/typescript/react-ai-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-ai-devtools +## 0.2.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/ai-devtools-core@0.2.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/typescript/react-ai-devtools/package.json b/packages/typescript/react-ai-devtools/package.json index 70fd925d..94f5f7da 100644 --- a/packages/typescript/react-ai-devtools/package.json +++ b/packages/typescript/react-ai-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-ai-devtools", - "version": "0.2.1", + "version": "0.2.2", "description": "React Devtools for TanStack AI.", "author": "tannerlinsley", "license": "MIT", diff --git a/packages/typescript/smoke-tests/adapters/CHANGELOG.md b/packages/typescript/smoke-tests/adapters/CHANGELOG.md index e3f39ef0..134cc175 100644 --- a/packages/typescript/smoke-tests/adapters/CHANGELOG.md +++ b/packages/typescript/smoke-tests/adapters/CHANGELOG.md @@ -1,5 +1,18 @@ # @tanstack/tests-adapters +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-openai@0.3.0 + - @tanstack/ai-anthropic@0.3.0 + - @tanstack/ai-gemini@0.3.0 + - @tanstack/ai-grok@0.3.0 + - @tanstack/ai-ollama@0.3.0 + - @tanstack/ai-openrouter@0.3.0 + ## 0.1.5 ### Patch Changes @@ -52,11 +65,11 @@ ### Patch Changes - Updated dependencies [[`c5df33c`](https://github.com/TanStack/ai/commit/c5df33c2d3e72c3332048ffe7c64a553e5ea86fb)]: - - @tanstack/ai-anthropic@1.0.0 - - @tanstack/ai-ollama@1.0.0 + - @tanstack/ai-anthropic@0.3.0 + - @tanstack/ai-ollama@0.3.0 - @tanstack/ai@0.2.0 - - @tanstack/ai-gemini@1.0.0 - - @tanstack/ai-openai@1.0.0 + - @tanstack/ai-gemini@0.3.0 + - @tanstack/ai-openai@0.3.0 ## 0.0.5 diff --git a/packages/typescript/smoke-tests/adapters/package.json b/packages/typescript/smoke-tests/adapters/package.json index cee813b6..1d292d7f 100644 --- a/packages/typescript/smoke-tests/adapters/package.json +++ b/packages/typescript/smoke-tests/adapters/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/tests-adapters", - "version": "0.1.5", + "version": "0.1.6", "private": true, "description": "Tests for TanStack AI adapters", "author": "", diff --git a/packages/typescript/smoke-tests/e2e/CHANGELOG.md b/packages/typescript/smoke-tests/e2e/CHANGELOG.md index b8a9e121..81429fec 100644 --- a/packages/typescript/smoke-tests/e2e/CHANGELOG.md +++ b/packages/typescript/smoke-tests/e2e/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/smoke-tests-e2e +## 0.0.10 + +### Patch Changes + +- Updated dependencies [[`e52135f`](https://github.com/TanStack/ai/commit/e52135f6ec3285227679411636e208ae84a408d7)]: + - @tanstack/ai@0.3.0 + - @tanstack/ai-client@0.3.0 + - @tanstack/ai-openai@0.3.0 + - @tanstack/ai-react@0.3.0 + ## 0.0.9 ### Patch Changes diff --git a/packages/typescript/smoke-tests/e2e/package.json b/packages/typescript/smoke-tests/e2e/package.json index 530c4b87..6d544c4a 100644 --- a/packages/typescript/smoke-tests/e2e/package.json +++ b/packages/typescript/smoke-tests/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/smoke-tests-e2e", - "version": "0.0.9", + "version": "0.0.10", "description": "E2E tests for TanStack AI chat", "private": true, "type": "module", diff --git a/packages/typescript/solid-ai-devtools/CHANGELOG.md b/packages/typescript/solid-ai-devtools/CHANGELOG.md index 190cef7e..95cc094c 100644 --- a/packages/typescript/solid-ai-devtools/CHANGELOG.md +++ b/packages/typescript/solid-ai-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-ai-devtools +## 0.2.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/ai-devtools-core@0.2.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/typescript/solid-ai-devtools/package.json b/packages/typescript/solid-ai-devtools/package.json index 42f7a03c..367b5327 100644 --- a/packages/typescript/solid-ai-devtools/package.json +++ b/packages/typescript/solid-ai-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-ai-devtools", - "version": "0.2.1", + "version": "0.2.2", "description": "Solid TanStack AI Devtools", "author": "", "license": "MIT",