Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
fa75820
feat: tanstack ai middleware
AlemTuzlak Feb 26, 2026
8739a2e
ci: apply automated fixes
autofix-ci[bot] Feb 26, 2026
76a354e
chore: fix
AlemTuzlak Feb 26, 2026
82174a7
Add test utilities and tool cache middleware tests
AlemTuzlak Feb 27, 2026
a6ece42
ci: apply automated fixes
autofix-ci[bot] Feb 27, 2026
e5d40a6
feat: enhance middleware instrumentation and add iteration events
AlemTuzlak Mar 2, 2026
2c5968b
feat: add image generation feature and update routing
AlemTuzlak Mar 2, 2026
6dd61f2
Merge branch 'main' into feat/middleware
AlemTuzlak Mar 2, 2026
d41a145
ci: apply automated fixes
autofix-ci[bot] Mar 2, 2026
76c8056
Merge branch 'main' into feat/middleware
AlemTuzlak Mar 4, 2026
fbdf891
refactor: Clean up code formatting and improve readability across com…
AlemTuzlak Mar 4, 2026
0216c33
refactor: Update schema field descriptions from .describe() to .meta(…
AlemTuzlak Mar 4, 2026
18bc705
ci: apply automated fixes
autofix-ci[bot] Mar 4, 2026
77ee2ad
Merge branch 'main' into feat/middleware
AlemTuzlak Mar 6, 2026
c9002fd
ci: apply automated fixes
autofix-ci[bot] Mar 6, 2026
e24e1b5
fix: address review bugs in middleware implementation
AlemTuzlak Mar 6, 2026
b1e1f33
fix: add abort check for pending tool calls, sync accumulatedContent
AlemTuzlak Mar 6, 2026
375ca52
refactor: extract event-client into @tanstack/ai-event-client package
AlemTuzlak Mar 9, 2026
3762b8e
ci: apply automated fixes
autofix-ci[bot] Mar 9, 2026
d074565
fix: align devtools-event-client version and add missing devDep
AlemTuzlak Mar 9, 2026
1650f0e
Merge branch 'main' into feat/middleware
AlemTuzlak Mar 9, 2026
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
4 changes: 4 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"label": "Agentic Cycle",
"to": "guides/agentic-cycle"
},
{
"label": "Middleware",
"to": "guides/middleware"
},
{
"label": "Structured Outputs",
"to": "guides/structured-outputs"
Expand Down
Loading
Loading