Skip to content

Commit ebeb22e

Browse files
authored
docs: refresh README and package metadata (#626)
* docs: refresh README discoverability * docs: address README review feedback
1 parent ebdad7f commit ebeb22e

52 files changed

Lines changed: 4640 additions & 1388 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/ai-openrouter': patch
3+
---
4+
5+
Fix OpenRouter provider tool type metadata to include `webFetchTool`.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
'@tanstack/ai': patch
3+
'@tanstack/ai-anthropic': patch
4+
'@tanstack/ai-client': patch
5+
'@tanstack/ai-code-mode': patch
6+
'@tanstack/ai-code-mode-skills': patch
7+
'@tanstack/ai-devtools-core': patch
8+
'@tanstack/ai-elevenlabs': patch
9+
'@tanstack/ai-event-client': patch
10+
'@tanstack/ai-fal': patch
11+
'@tanstack/ai-gemini': patch
12+
'@tanstack/ai-grok': patch
13+
'@tanstack/ai-groq': patch
14+
'@tanstack/ai-isolate-cloudflare': patch
15+
'@tanstack/ai-isolate-node': patch
16+
'@tanstack/ai-isolate-quickjs': patch
17+
'@tanstack/ai-ollama': patch
18+
'@tanstack/ai-openai': patch
19+
'@tanstack/ai-openrouter': patch
20+
'@tanstack/ai-preact': patch
21+
'@tanstack/ai-react': patch
22+
'@tanstack/ai-react-ui': patch
23+
'@tanstack/ai-solid': patch
24+
'@tanstack/ai-solid-ui': patch
25+
'@tanstack/ai-svelte': patch
26+
'@tanstack/ai-utils': patch
27+
'@tanstack/ai-vue': patch
28+
'@tanstack/ai-vue-ui': patch
29+
'@tanstack/openai-base': patch
30+
'@tanstack/preact-ai-devtools': patch
31+
'@tanstack/react-ai-devtools': patch
32+
'@tanstack/solid-ai-devtools': patch
33+
---
34+
35+
Refresh package README content and npm metadata for better discoverability.

README.md

Lines changed: 250 additions & 79 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generate:models:fetch": "tsx scripts/fetch-openrouter-models.ts",
4040
"regenerate:models": "tsx scripts/convert-openrouter-models.ts",
4141
"sync-docs-config": "node scripts/sync-docs-config.ts",
42-
"copy:readme": "cp README.md packages/typescript/ai/README.md && cp README.md packages/typescript/ai-devtools/README.md && cp README.md packages/typescript/preact-ai-devtools/README.md && cp README.md packages/typescript/ai-client/README.md && cp README.md packages/typescript/ai-gemini/README.md && cp README.md packages/typescript/ai-ollama/README.md && cp README.md packages/typescript/ai-openai/README.md && cp README.md packages/typescript/ai-react/README.md && cp README.md packages/typescript/ai-react-ui/README.md && cp README.md packages/typescript/react-ai-devtools/README.md && cp README.md packages/typescript/solid-ai-devtools/README.md",
42+
"copy:readme": "node scripts/copy-readme.js",
4343
"changeset": "changeset",
4444
"changeset:publish": "changeset publish",
4545
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format"

packages/typescript/ai-anthropic/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/ai-anthropic",
33
"version": "0.10.2",
4-
"description": "Anthropic Claude adapter for TanStack AI",
4+
"description": "Anthropic Claude adapter for TanStack AI chat, tool calling, thinking, and structured outputs.",
55
"author": "",
66
"license": "MIT",
77
"repository": {
@@ -11,10 +11,16 @@
1111
},
1212
"keywords": [
1313
"ai",
14+
"ai-sdk",
15+
"typescript",
16+
"tanstack",
1417
"anthropic",
1518
"claude",
16-
"tanstack",
17-
"adapter"
19+
"adapter",
20+
"chat",
21+
"tool-calling",
22+
"structured-outputs",
23+
"thinking"
1824
],
1925
"type": "module",
2026
"module": "./dist/esm/index.js",

packages/typescript/ai-client/README.md

Lines changed: 250 additions & 79 deletions
Large diffs are not rendered by default.

packages/typescript/ai-client/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/ai-client",
33
"version": "0.11.5",
4-
"description": "Framework-agnostic headless client for TanStack AI",
4+
"description": "Framework-agnostic headless client for TanStack AI chat, realtime sessions, streaming transports, and media generations.",
55
"author": "",
66
"license": "MIT",
77
"repository": {
@@ -11,11 +11,17 @@
1111
},
1212
"keywords": [
1313
"ai",
14-
"client",
15-
"headless",
14+
"ai-sdk",
15+
"typescript",
1616
"tanstack",
17+
"headless",
18+
"client",
1719
"chat",
18-
"streaming"
20+
"streaming",
21+
"realtime",
22+
"generative-ai",
23+
"tool-calling",
24+
"structured-outputs"
1925
],
2026
"type": "module",
2127
"module": "./dist/esm/index.js",

packages/typescript/ai-code-mode-skills/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/ai-code-mode-skills",
33
"version": "0.1.18",
4-
"description": "Persistent skill library for TanStack AI Code Mode - LLM-created reusable code snippets",
4+
"description": "Persistent runtime skill library for TanStack AI Code Mode agents and sandboxed tool orchestration.",
55
"author": "",
66
"license": "MIT",
77
"repository": {
@@ -50,11 +50,16 @@
5050
},
5151
"keywords": [
5252
"ai",
53+
"ai-sdk",
54+
"typescript",
5355
"tanstack",
5456
"code-mode",
5557
"skills",
58+
"agents",
5659
"llm",
57-
"sandbox"
60+
"sandbox",
61+
"tool-calling",
62+
"tanstack-intent"
5863
],
5964
"dependencies": {
6065
"@tanstack/ai": "workspace:*",

packages/typescript/ai-code-mode/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/ai-code-mode",
33
"version": "0.1.18",
4-
"description": "Code Mode for TanStack AI - LLM-driven code execution in secure sandboxes",
4+
"description": "Secure TypeScript Code Mode for TanStack AI agents to execute sandboxed tool orchestration programs.",
55
"author": "",
66
"license": "MIT",
77
"repository": {
@@ -39,11 +39,16 @@
3939
},
4040
"keywords": [
4141
"ai",
42+
"ai-sdk",
43+
"typescript",
4244
"tanstack",
4345
"code-mode",
46+
"agents",
4447
"llm",
48+
"tool-calling",
4549
"sandbox",
4650
"isolate",
51+
"code-execution",
4752
"tanstack-intent"
4853
],
4954
"dependencies": {

0 commit comments

Comments
 (0)