Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TanStack
/
ai
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
302
Star
3k
Code
Issues
40
Pull requests
25
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat(ai, ai-client): add SessionAdapter for durable session support.
- #286
#286
Merged
jherr
merged 30 commits into
TanStack:main
TanStack/ai:main
from
thruflo:thruflo/durable-session-support
thruflo/tanstack-ai:thruflo/durable-session-support
Copy head branch name to clipboard
Mar 15, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
feat(ai, ai-client): add SessionAdapter for durable session support.
#286
jherr
merged 30 commits into
TanStack:main
TanStack/ai:main
from
thruflo:thruflo/durable-session-support
thruflo/tanstack-ai:thruflo/durable-session-support
Copy head branch name to clipboard
Commits
Commits on Feb 10, 2026
feat(ai): align start event types with AG-UI
Show description for f0b81bb
thruflo
and
claude
committed
f0b81bb
View commit details
Copy full SHA for f0b81bb
Browse repository at this point
feat(ai): add MessageStreamState type for per-message stream tracking
Show description for 30d00e1
thruflo
and
claude
committed
30d00e1
View commit details
Copy full SHA for 30d00e1
Browse repository at this point
feat(ai): refactor StreamProcessor to per-message state
Show description for f03493b
thruflo
and
claude
committed
f03493b
View commit details
Copy full SHA for f03493b
Browse repository at this point
feat(ai): replace STATE_SNAPSHOT with MESSAGES_SNAPSHOT event
Show description for f036f55
thruflo
and
claude
committed
f036f55
View commit details
Copy full SHA for f036f55
Browse repository at this point
feat(ai-client): add SessionAdapter interface and createDefaultSession
Show description for 3f1ccb5
thruflo
and
claude
committed
3f1ccb5
View commit details
Copy full SHA for 3f1ccb5
Browse repository at this point
feat(ai-client): refactor ChatClient to use SessionAdapter subscription model
Show description for 202244a
thruflo
and
claude
committed
202244a
View commit details
Copy full SHA for 202244a
Browse repository at this point
fix(ai-preact): thread option through.
thruflo
committed
d4cc2b1
View commit details
Copy full SHA for d4cc2b1
Browse repository at this point
fix(ai): finalizeStream when RUN_FINISHED.
thruflo
committed
f45dd77
View commit details
Copy full SHA for f45dd77
Browse repository at this point
fix(ai-client): handle reload during active stream with generation counter
Show description for 6d1c733
thruflo
and
claude
committed
6d1c733
View commit details
Copy full SHA for 6d1c733
Browse repository at this point
docs: remove proposal docs.
thruflo
committed
a217426
View commit details
Copy full SHA for a217426
Browse repository at this point
fix(ai, ai-client): address stream lifecycle edge cases from PR review
Show description for fd1c50c
thruflo
and
claude
committed
fd1c50c
View commit details
Copy full SHA for fd1c50c
Browse repository at this point
Commits on Feb 11, 2026
fix(ai-client): fix reload failures from stale stream state and waiter race
Show description for 8c628ee
thruflo
and
claude
committed
8c628ee
View commit details
Copy full SHA for 8c628ee
Browse repository at this point
ci: apply automated fixes
autofix-ci[bot]
authored
36d6a93
View commit details
Copy full SHA for 36d6a93
Browse repository at this point
fix(ai): resolve eslint errors in stream processor
Show description for 2abc6c7
thruflo
and
claude
committed
2abc6c7
View commit details
Copy full SHA for 2abc6c7
Browse repository at this point
fix(ai-client): resolve eslint errors in chat-client and session-adapter
Show description for c5e1aa3
thruflo
and
claude
committed
c5e1aa3
View commit details
Copy full SHA for c5e1aa3
Browse repository at this point
fix(ai-client): propagate send() errors to subscribe() consumers
Show description for 537b73c
thruflo
and
claude
committed
537b73c
View commit details
Copy full SHA for 537b73c
Browse repository at this point
fix(ai): map 'tool' role to 'assistant' in message state to fix lookups
Show description for fc52ef7
thruflo
and
claude
committed
fc52ef7
View commit details
Copy full SHA for fc52ef7
Browse repository at this point
Commits on Feb 12, 2026
fix(ai): normalize chunk.delta to avoid "undefined" string concatenation
Show description for ed1cddb
thruflo
and
claude
committed
ed1cddb
View commit details
Copy full SHA for ed1cddb
Browse repository at this point
fix(ai): use || instead of ?? for chunk.delta fallback to satisfy eslint
Show description for fd7c226
thruflo
and
claude
committed
fd7c226
View commit details
Copy full SHA for fd7c226
Browse repository at this point
fix(ai): reset stream flags on MESSAGES_SNAPSHOT to avoid stale state
Show description for 64f5517
thruflo
and
claude
committed
64f5517
View commit details
Copy full SHA for 64f5517
Browse repository at this point
Commits on Feb 18, 2026
refactor(ai-client): finalize connection adapter unification
Show description for 7155e87
samwillis
and
cursoragent
committed
7155e87
View commit details
Copy full SHA for 7155e87
Browse repository at this point
Commits on Feb 19, 2026
Combine the SessionAdapter with the ConnectionAdapter
Show description for 1bcfdfe
samwillis
authored
1bcfdfe
View commit details
Copy full SHA for 1bcfdfe
Browse repository at this point
Commits on Feb 23, 2026
Merge branch 'main' into thruflo/durable-session-support
jherr
authored
04e3e70
View commit details
Copy full SHA for 04e3e70
Browse repository at this point
ci: apply automated fixes
autofix-ci[bot]
authored
fe307a1
View commit details
Copy full SHA for fe307a1
Browse repository at this point
Commits on Mar 9, 2026
Merge remote-tracking branch 'origin/main' into thruflo/durable-session-support
Show description for 4e3a6cd
samwillis
committed
4e3a6cd
View commit details
Copy full SHA for 4e3a6cd
Browse repository at this point
fix: return booleans from chat client streamResponse
Show description for 620ab8e
samwillis
committed
620ab8e
View commit details
Copy full SHA for 620ab8e
Browse repository at this point
Commits on Mar 13, 2026
Merge remote-tracking branch 'origin/main' into thruflo/durable-session-support
Show description for 098e07e
samwillis
committed
098e07e
View commit details
Copy full SHA for 098e07e
Browse repository at this point
chore: add changeset for durable chat updates
Show description for 3b1c3b1
samwillis
committed
3b1c3b1
View commit details
Copy full SHA for 3b1c3b1
Browse repository at this point
Commits on Mar 14, 2026
Merge branch 'main' into pr-286-durable-session
jherr
committed
2039e0f
View commit details
Copy full SHA for 2039e0f
Browse repository at this point
Commits on Mar 15, 2026
fix: resolve tool call approval after RUN_FINISHED using toolCallToMessage fallback
Show description for 1a9f07c
jherr
and
claude
committed
1a9f07c
View commit details
Copy full SHA for 1a9f07c
Browse repository at this point
You can’t perform that action at this time.