Skip to content
Open
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: 10 additions & 0 deletions .changeset/plugin-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@tanstack/ai': minor
'@tanstack/ai-client': minor
'@tanstack/ai-react': minor
'@tanstack/ai-solid': minor
'@tanstack/ai-vue': minor
'@tanstack/ai-svelte': minor
---

Add definePlugin (server) and usePlugin/createPlugin (client): declare app-defined plugins — chatPlugin for conversational surfaces, generationPlugin for one-shot work with schema-validated inputs, plus media factories (imagePlugin, videoPlugin, etc.) — behind one endpoint and drive them from one fully typed client hook. Server-side composition is coming via a future workflowPlugin.
10 changes: 0 additions & 10 deletions .changeset/transaction-verbs.md

This file was deleted.

16 changes: 8 additions & 8 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,25 +309,25 @@
]
},
{
"label": "Transaction",
"label": "Plugin",
"children": [
{
"label": "Overview",
"to": "transaction/overview",
"to": "plugin/overview",
"addedAt": "2026-07-14",
"updatedAt": "2026-07-14"
"updatedAt": "2026-07-15"
},
{
"label": "Transactions",
"to": "transaction/transactions",
"label": "Orchestration",
"to": "plugin/plugins",
"addedAt": "2026-07-14",
"updatedAt": "2026-07-14"
"updatedAt": "2026-07-15"
},
{
"label": "Scenarios",
"to": "transaction/scenarios",
"to": "plugin/scenarios",
"addedAt": "2026-07-14",
"updatedAt": "2026-07-14"
"updatedAt": "2026-07-15"
}
]
},
Expand Down
Loading
Loading