Skip to content

Commit a8e07f5

Browse files
ci: Version Packages
1 parent 45b67d7 commit a8e07f5

6 files changed

Lines changed: 18 additions & 15 deletions

File tree

.changeset/ai-vercel-gateway-adapter.md

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

.changeset/cancelled-client-tool-resume.md

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

packages/ai-persistence/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#1090](https://github.com/TanStack/ai/pull/1090) [`24622c7`](https://github.com/TanStack/ai/commit/24622c7927c734bf493cfc332b6baecc4483f366) - `withPersistence` now maps cancelled client-tool and approval resume entries
8+
into `cancelledToolCallIds`. A resume batch that is only cancellations still
9+
produces a `resumeToolState`, so the engine can complete the turn instead of
10+
emitting another `client_tool_*` interrupt.
11+
312
## 0.1.2
413

514
### Patch Changes

packages/ai-persistence/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-persistence",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Composable state persistence for TanStack AI messages, runs, interrupts, metadata, and locks.",
55
"author": "",
66
"license": "MIT",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tanstack/ai-vercel-gateway
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#1093](https://github.com/TanStack/ai/pull/1093) [`45b67d7`](https://github.com/TanStack/ai/commit/45b67d720831c10284b7acaf3c7e3f5af307a7ae) - Add `@tanstack/ai-vercel-gateway` for Vercel AI Gateway chat, embeddings, and image generation.

packages/ai-vercel-gateway/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-vercel-gateway",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Vercel AI Gateway adapter for TanStack AI chat, embeddings, and image generation.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)