Uh oh!
There was an error while loading. Please reload this page.
chore: add retroactive changesets for PR #411 (AG-UI core interop) - #474
Conversation
The original PR was merged without changesets. This adds retroactive changesets so the release pipeline picks up the breaking event-shape work across core, adapters, client, and event-client. - @tanstack/ai: major (flat RunErrorEvent, REASONING_* events, threadId/runId, strip-to-spec middleware, AG-UI core EventType re-export, JSON-patch StateDelta) - All provider adapters (openai, anthropic, gemini, ollama, openrouter, grok, groq): patch — emit AG-UI-compliant shapes; no public API change - @tanstack/ai-client: patch — consumer side of the new event shapes - @tanstack/ai-event-client: patch — devtools middleware alignment
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughFour changeset files document AG-UI core interoperability updates across TanStack AI packages, including event shape standardization, new reasoning event types, modified error structures, thread/run tracking via Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
View your CI Pipeline Execution ↗ for commit dfd0567
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version Preview10 package(s) bumped directly, 23 bumped as dependents. 🟥 Major bumps
🟩 Patch bumps
|
@tanstack/ai@tanstack/ai-anthropic@tanstack/ai-client@tanstack/ai-code-mode@tanstack/ai-code-mode-skills@tanstack/ai-devtools-core@tanstack/ai-elevenlabs@tanstack/ai-event-client@tanstack/ai-fal@tanstack/ai-gemini@tanstack/ai-grok@tanstack/ai-groq@tanstack/ai-isolate-cloudflare@tanstack/ai-isolate-node@tanstack/ai-isolate-quickjs@tanstack/ai-ollama@tanstack/ai-openai@tanstack/ai-openrouter@tanstack/ai-preact@tanstack/ai-react@tanstack/ai-react-ui@tanstack/ai-solid@tanstack/ai-solid-ui@tanstack/ai-svelte@tanstack/ai-vue@tanstack/ai-vue-ui@tanstack/preact-ai-devtools@tanstack/react-ai-devtools@tanstack/solid-ai-devtoolscommit: |
Summary
PR #411 (AG-UI core interop — spec-compliant event types) landed without changesets, so the next release pass would miss the breaking event-shape work. This PR adds them retroactively.
Changesets added
No source changes in this PR — only `.changeset/*.md` additions.
Test plan
Summary by CodeRabbit
New Features
threadIdandrunIdparameters.Improvements