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
10 changes: 0 additions & 10 deletions .changeset/activity-abort-timeout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/daytona-isolate-driver.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/embed-activity-multimodal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-ui-message-id-roundtrip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-pandas-call.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/groq-summarize-adapter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jolly-ravens-start.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lucky-pans-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mcp-client-options.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/mcp-tool-annotations.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mistral-document-input.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/openrouter-rerank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/otel-root-usage-rollup.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/preserve-model-message-created-at.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/quickjs-bun-isolate-driver.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/rerank-cohere.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/run-error-numeric-status.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/seedance-2-5.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-falcons-summarize.md

This file was deleted.

61 changes: 0 additions & 61 deletions .changeset/workspace-caret-internal-deps.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/ag-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ag-ui

## 0.0.5

### Patch Changes

- Updated dependencies [[`a8bf8bc`](https://github.com/TanStack/ai/commit/a8bf8bc7326adb757b764a302fb3d4e77bdef147), [`ea9c077`](https://github.com/TanStack/ai/commit/ea9c07724bd6992480238a699fbb18835eab743e)]:
- @tanstack/ai-client@0.23.2
- @tanstack/ai-react@0.19.2
- @tanstack/ai-react-ui@0.8.16

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ag-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ag-ui",
"private": true,
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"detect-servers": "node scripts/detect-servers.mjs",
"predev": "node scripts/detect-servers.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/ai-acp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/ai-acp

## 0.2.5

### Patch Changes

- Updated dependencies [[`59aa8b5`](https://github.com/TanStack/ai/commit/59aa8b5049549246227c8f2cf736ce50d05205a5), [`ee07854`](https://github.com/TanStack/ai/commit/ee07854fd3d2d4bb279e6e4748802f7f9a5a7167), [`b785cc4`](https://github.com/TanStack/ai/commit/b785cc4ae382fb0e2a337199d192bd9335ac9249), [`47e2464`](https://github.com/TanStack/ai/commit/47e246480d29e2ab5a83ca684e047670e75ba66c), [`dd7ddf1`](https://github.com/TanStack/ai/commit/dd7ddf19283358adfbf61d057321d7daee3ca50d), [`6903978`](https://github.com/TanStack/ai/commit/690397804254dca638961c79b7941555edc52c02), [`fdb791a`](https://github.com/TanStack/ai/commit/fdb791a1c9c8de906eecf76f59743f697621b027), [`7aa4ae9`](https://github.com/TanStack/ai/commit/7aa4ae9d07d21195dd3d62598ac503f1dfdc79e4), [`ea9c077`](https://github.com/TanStack/ai/commit/ea9c07724bd6992480238a699fbb18835eab743e)]:
- @tanstack/ai@0.44.0
- @tanstack/ai-sandbox@0.3.1

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-acp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-acp",
"version": "0.2.4",
"version": "0.2.5",
"description": "Shared Agent Client Protocol (ACP) transport, session, and AG-UI translation for TanStack AI harness adapters.",
"author": "",
"license": "MIT",
Expand Down
31 changes: 31 additions & 0 deletions packages/ai-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @tanstack/ai-angular

## 0.4.2

### Patch Changes

- [#1071](https://github.com/TanStack/ai/pull/1071) [`ea9c077`](https://github.com/TanStack/ai/commit/ea9c07724bd6992480238a699fbb18835eab743e) - fix: publish internal dependency ranges as `^x.y.z` instead of exact pins

Internal dependencies on other TanStack AI packages used `workspace:*` in
`dependencies` and `peerDependencies`. pnpm rewrites that to an **exact** version
at publish time, so a released package asked for e.g. `@tanstack/ai-utils@0.4.0`
rather than `^0.4.0`.

Two consequences for consumers:
- **Duplicate copies.** An exact pin cannot dedupe. Installing a newer
`@tanstack/ai` alongside a package pinned to the previous patch produced two
copies in the tree, which breaks `instanceof` checks and module-level state,
and inflates bundles.
- **Unsatisfiable peers.** An exactly pinned `peerDependency` conflicts the
moment the internal package ships its next patch, forcing consumers into
overrides or `--legacy-peer-deps`.

These fields now use `workspace:^`, which publishes as `^x.y.z`. Every package
here is still `0.x`, so `^0.43.1` resolves to `0.43.x` only — patches dedupe
cleanly and no breaking minor is ever pulled in.

`devDependencies` deliberately keep `workspace:*`: they are never published, and
`*` correctly means "always build against the local copy".

- Updated dependencies [[`59aa8b5`](https://github.com/TanStack/ai/commit/59aa8b5049549246227c8f2cf736ce50d05205a5), [`ee07854`](https://github.com/TanStack/ai/commit/ee07854fd3d2d4bb279e6e4748802f7f9a5a7167), [`b785cc4`](https://github.com/TanStack/ai/commit/b785cc4ae382fb0e2a337199d192bd9335ac9249), [`a8bf8bc`](https://github.com/TanStack/ai/commit/a8bf8bc7326adb757b764a302fb3d4e77bdef147), [`47e2464`](https://github.com/TanStack/ai/commit/47e246480d29e2ab5a83ca684e047670e75ba66c), [`dd7ddf1`](https://github.com/TanStack/ai/commit/dd7ddf19283358adfbf61d057321d7daee3ca50d), [`6903978`](https://github.com/TanStack/ai/commit/690397804254dca638961c79b7941555edc52c02), [`fdb791a`](https://github.com/TanStack/ai/commit/fdb791a1c9c8de906eecf76f59743f697621b027), [`7aa4ae9`](https://github.com/TanStack/ai/commit/7aa4ae9d07d21195dd3d62598ac503f1dfdc79e4), [`ea9c077`](https://github.com/TanStack/ai/commit/ea9c07724bd6992480238a699fbb18835eab743e)]:
- @tanstack/ai@0.44.0
- @tanstack/ai-client@0.23.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-angular",
"version": "0.4.1",
"version": "0.4.2",
"description": "Angular signals integration for TanStack AI streaming chat, structured outputs, and media generation.",
"author": "",
"license": "MIT",
Expand Down
Loading