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
9 changes: 0 additions & 9 deletions .changeset/sync-models.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-ghosts-burn.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/ts-svelte-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ts-svelte-chat

## 0.1.29

### Patch Changes

- Updated dependencies [[`1bdd07c`](https://github.com/TanStack/ai/commit/1bdd07c941859da4a2848a486a18dd3057a605a6), [`ca1ca44`](https://github.com/TanStack/ai/commit/ca1ca44866030a06599133f64c699c4f2f42353c)]:
- @tanstack/ai-anthropic@0.7.3
- @tanstack/ai-gemini@0.8.6
- @tanstack/ai-openai@0.7.4
- @tanstack/ai-ollama@0.6.5

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-svelte-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-svelte-chat",
"private": true,
"version": "0.1.28",
"version": "0.1.29",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
Expand Down
10 changes: 10 additions & 0 deletions examples/ts-vue-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ts-vue-chat

## 0.1.29

### Patch Changes

- Updated dependencies [[`1bdd07c`](https://github.com/TanStack/ai/commit/1bdd07c941859da4a2848a486a18dd3057a605a6), [`ca1ca44`](https://github.com/TanStack/ai/commit/ca1ca44866030a06599133f64c699c4f2f42353c)]:
- @tanstack/ai-anthropic@0.7.3
- @tanstack/ai-gemini@0.8.6
- @tanstack/ai-openai@0.7.4
- @tanstack/ai-ollama@0.6.5

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-vue-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-vue-chat",
"version": "0.1.28",
"version": "0.1.29",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ai-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-anthropic

## 0.7.3

### Patch Changes

- Update model metadata from OpenRouter API ([#433](https://github.com/TanStack/ai/pull/433))

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-anthropic",
"version": "0.7.2",
"version": "0.7.3",
"description": "Anthropic Claude adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript/ai-code-mode/models-eval/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/ai-code-mode-models-eval

## 0.0.3

### Patch Changes

- Updated dependencies [[`1bdd07c`](https://github.com/TanStack/ai/commit/1bdd07c941859da4a2848a486a18dd3057a605a6), [`ca1ca44`](https://github.com/TanStack/ai/commit/ca1ca44866030a06599133f64c699c4f2f42353c)]:
- @tanstack/ai-anthropic@0.7.3
- @tanstack/ai-gemini@0.8.6
- @tanstack/ai-grok@0.6.5
- @tanstack/ai-openai@0.7.4
- @tanstack/ai-ollama@0.6.5

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-code-mode/models-eval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-code-mode-models-eval",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"type": "module",
"description": "Dev benchmark: local/cloud models vs code-mode database-demo gold (not published)",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ai-gemini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-gemini

## 0.8.6

### Patch Changes

- Update model metadata from OpenRouter API ([#433](https://github.com/TanStack/ai/pull/433))

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-gemini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-gemini",
"version": "0.8.5",
"version": "0.8.6",
"description": "Google Gemini adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ai-grok/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-grok

## 0.6.5

### Patch Changes

- Update model metadata from OpenRouter API ([#433](https://github.com/TanStack/ai/pull/433))

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-grok/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-grok",
"version": "0.6.4",
"version": "0.6.5",
"description": "Grok (xAI) adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ai-ollama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-ollama

## 0.6.5

### Patch Changes

- Add `headers` support to `OllamaClientConfig` and `createOllamaChat`. The Ollama SDK already accepts `config.headers` and passes them on every request — this change exposes the option through the TanStack AI adapter, enabling custom headers like `X-Test-Id` for test isolation. ([#417](https://github.com/TanStack/ai/pull/417))

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-ollama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-ollama",
"version": "0.6.4",
"version": "0.6.5",
"description": "Ollama adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ai-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-openai

## 0.7.4

### Patch Changes

- Update model metadata from OpenRouter API ([#433](https://github.com/TanStack/ai/pull/433))

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-openai",
"version": "0.7.3",
"version": "0.7.4",
"description": "OpenAI adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ai-openrouter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/ai-openrouter

## 0.7.3

### Patch Changes

- Update model metadata from OpenRouter API ([#433](https://github.com/TanStack/ai/pull/433))

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ai-openrouter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/ai-openrouter",
"version": "0.7.2",
"version": "0.7.3",
"description": "OpenRouter adapter for TanStack AI",
"author": "",
"license": "MIT",
Expand Down