Skip to content

Commit a9b54c2

Browse files
Initial release of AI (TanStack#72)
* Initial release of AI * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 6cc84db commit a9b54c2

17 files changed

Lines changed: 33 additions & 16 deletions

File tree

.changeset/clear-zoos-beam.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'@tanstack/react-ai-devtools': patch
3+
'@tanstack/solid-ai-devtools': patch
4+
'@tanstack/ai-anthropic': patch
5+
'@tanstack/ai-devtools-core': patch
6+
'@tanstack/ai-react-ui': patch
7+
'@tanstack/ai-solid-ui': patch
8+
'@tanstack/ai-client': patch
9+
'@tanstack/ai-gemini': patch
10+
'@tanstack/ai-ollama': patch
11+
'@tanstack/ai-openai': patch
12+
'@tanstack/ai-react': patch
13+
'@tanstack/ai-solid': patch
14+
'@tanstack/ai': patch
15+
---
16+
17+
Initial release of TanStack AI

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.1.0",
5+
"version": "0.0.0",
66
"scripts": {
77
"start": "vite --port 3001",
88
"dev": "vite --port 3001",

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.1.0",
3+
"version": "0.0.0",
44
"description": "Anthropic Claude adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

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.1.0",
3+
"version": "0.0.0",
44
"description": "Framework-agnostic headless client for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-devtools/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-devtools-core",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "Core TanStack AI Devtools",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-gemini/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-gemini",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "Google Gemini adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-ollama/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-ollama",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "Ollama adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-openai/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-openai",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "OpenAI adapter for TanStack AI",
55
"author": "",
66
"license": "MIT",

packages/typescript/ai-react-ui/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-react-ui",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "Headless React components for building AI chat interfaces",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/esm/index.d.ts",

packages/typescript/ai-react/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-react",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "React hooks for TanStack AI",
55
"author": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)