Skip to content

Commit 91181bd

Browse files
authored
Merge branch 'main' into feat/rust-sdk-initial
2 parents 73e66fb + 297fd75 commit 91181bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+402
-53
lines changed

.changeset/code-mode-packages.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/ts-svelte-chat/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# ts-svelte-chat
22

3+
## 0.1.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`54abae0`](https://github.com/TanStack/ai/commit/54abae063c91b8b04b91ecb2c6785f5ff9168a7c)]:
8+
- @tanstack/ai@0.10.0
9+
- @tanstack/ai-ollama@0.6.4
10+
- @tanstack/ai-openai@0.7.3
11+
- @tanstack/ai-client@0.7.7
12+
- @tanstack/ai-anthropic@0.7.2
13+
- @tanstack/ai-gemini@0.8.5
14+
- @tanstack/ai-svelte@0.6.12
15+
316
## 0.1.26
417

518
### Patch Changes

examples/ts-svelte-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-svelte-chat",
33
"private": true,
4-
"version": "0.1.26",
4+
"version": "0.1.27",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev --port 3000",

examples/ts-vue-chat/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# ts-vue-chat
22

3+
## 0.1.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`54abae0`](https://github.com/TanStack/ai/commit/54abae063c91b8b04b91ecb2c6785f5ff9168a7c)]:
8+
- @tanstack/ai@0.10.0
9+
- @tanstack/ai-ollama@0.6.4
10+
- @tanstack/ai-openai@0.7.3
11+
- @tanstack/ai-client@0.7.7
12+
- @tanstack/ai-anthropic@0.7.2
13+
- @tanstack/ai-gemini@0.8.5
14+
- @tanstack/ai-vue@0.6.12
15+
- @tanstack/ai-vue-ui@0.1.23
16+
317
## 0.1.26
418

519
### Patch Changes

examples/ts-vue-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-vue-chat",
3-
"version": "0.1.26",
3+
"version": "0.1.27",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/vanilla-chat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vanilla-chat
22

3+
## 0.0.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`54abae0`](https://github.com/TanStack/ai/commit/54abae063c91b8b04b91ecb2c6785f5ff9168a7c)]:
8+
- @tanstack/ai-client@0.7.7
9+
310
## 0.0.26
411

512
### Patch Changes

examples/vanilla-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vanilla-chat",
33
"private": true,
44
"type": "module",
5-
"version": "0.0.26",
5+
"version": "0.0.27",
66
"scripts": {
77
"start": "vite --port 3001",
88
"dev": "vite --port 3001",

packages/typescript/ai-anthropic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/ai-anthropic
22

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`54abae0`](https://github.com/TanStack/ai/commit/54abae063c91b8b04b91ecb2c6785f5ff9168a7c)]:
8+
- @tanstack/ai@0.10.0
9+
310
## 0.7.1
411

512
### Patch Changes

packages/typescript/ai-anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/ai-anthropic",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Anthropic Claude adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-client/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @tanstack/ai-client
22

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- Add code mode and isolate packages for secure AI code execution ([#362](https://github.com/TanStack/ai/pull/362))
8+
9+
Also includes fixes for Ollama tool call argument streaming and usage
10+
reporting, OpenAI realtime adapter handling of missing call_id/item_id,
11+
realtime client guards for missing toolCallId, and new DevtoolsChatMiddleware
12+
type export from ai-event-client.
13+
14+
- Updated dependencies [[`54abae0`](https://github.com/TanStack/ai/commit/54abae063c91b8b04b91ecb2c6785f5ff9168a7c)]:
15+
- @tanstack/ai@0.10.0
16+
- @tanstack/ai-event-client@0.2.0
17+
318
## 0.7.6
419

520
### Patch Changes

0 commit comments

Comments
 (0)