Skip to content

Commit 04280ff

Browse files
ci: Version Packages
1 parent a03d12b commit 04280ff

64 files changed

Lines changed: 524 additions & 124 deletions

Some content is hidden

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

.changeset/eslint-config-0-4-0.md

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

.changeset/export-run-agent-input-context.md

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

.changeset/markdown-plugin-customization.md

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

.changeset/structured-output-middleware-coverage.md

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

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.10.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ec1393d`](https://github.com/TanStack/ai/commit/ec1393db4383798e5f2574dfd87779c22c309529), [`188fe11`](https://github.com/TanStack/ai/commit/188fe11b9b9691e5a241cfc416803da5b8ce5376)]:
8+
- @tanstack/ai@0.21.0
9+
310
## 0.10.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.10.1",
3+
"version": "0.10.2",
44
"description": "Anthropic Claude adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-client/CHANGELOG.md

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

3+
## 0.11.4
4+
5+
### Patch Changes
6+
7+
- Expose the connection adapter primitives needed to build custom ([#597](https://github.com/TanStack/ai/pull/597))
8+
transports from every framework hook package. `@tanstack/ai-client`
9+
now re-exports `RunAgentInputContext` at its entry point, and
10+
`@tanstack/ai-react`, `@tanstack/ai-vue`, `@tanstack/ai-solid`,
11+
`@tanstack/ai-svelte`, and `@tanstack/ai-preact` now re-export
12+
`rpcStream`, `ConnectConnectionAdapter`, `SubscribeConnectionAdapter`,
13+
and `RunAgentInputContext` alongside the existing `stream`,
14+
`fetchServerSentEvents`, and `fetchHttpStream` re-exports.
15+
16+
Previously, authors of WebSocket / persistent or RPC-backed adapters
17+
had to import these symbols from `@tanstack/ai-client` even though
18+
they were already pulling `useChat` from a framework package. No
19+
runtime change.
20+
21+
- Updated dependencies [[`ec1393d`](https://github.com/TanStack/ai/commit/ec1393db4383798e5f2574dfd87779c22c309529), [`188fe11`](https://github.com/TanStack/ai/commit/188fe11b9b9691e5a241cfc416803da5b8ce5376)]:
22+
- @tanstack/ai@0.21.0
23+
- @tanstack/ai-event-client@0.3.7
24+
325
## 0.11.3
426

527
### Patch Changes

packages/typescript/ai-client/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-client",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"description": "Framework-agnostic headless client for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-code-mode-skills/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @tanstack/ai-code-mode-skills
22

3+
## 0.1.17
4+
5+
### Patch Changes
6+
7+
- Adopt `@tanstack/eslint-config@0.4.0` and clean up the local override layer. ([#607](https://github.com/TanStack/ai/pull/607))
8+
- Bump `@tanstack/eslint-config` from `0.3.3` to `0.4.0`.
9+
- Drop dead `pnpm/enforce-catalog` and `pnpm/json-enforce-catalog` disables (upstream removed `eslint-plugin-pnpm` in `0.3.1`).
10+
- Drop the `no-case-declarations: off` override — no current source actually violates it.
11+
- Drop the `no-shadow: off` override — upstream sets it to `warn`, so it surfaces in editors without blocking CI.
12+
- Remove ~25 unnecessary type assertions across the publishable packages that the upgraded `typescript-eslint` now catches via `no-unnecessary-type-assertion`. One deliberately defensive cast in `ag-ui-wire.ts` is preserved with an inline opt-out and a reason comment.
13+
14+
No public-API or runtime-behavior changes.
15+
16+
- Updated dependencies [[`ec1393d`](https://github.com/TanStack/ai/commit/ec1393db4383798e5f2574dfd87779c22c309529), [`188fe11`](https://github.com/TanStack/ai/commit/188fe11b9b9691e5a241cfc416803da5b8ce5376)]:
17+
- @tanstack/ai@0.21.0
18+
- @tanstack/ai-code-mode@0.1.17
19+
320
## 0.1.16
421

522
### Patch Changes

packages/typescript/ai-code-mode-skills/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-code-mode-skills",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"description": "Persistent skill library for TanStack AI Code Mode - LLM-created reusable code snippets",
55
"author": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)