ci: Version Packages - #1387
Merged
Merged
ci: Version Packages#1387
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
September 16, 2026 16:38
d9f7c0d to
123f856
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 17, 2026 08:18
123f856 to
713adee
Compare
AlemTuzlak
approved these changes
Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@tanstack/ai-react@0.25.0
Minor Changes
#1338
5ae2cd2- RenderTextPartmarkdown with@tanstack/markdowninstead of the per-framework unified stacks (react-markdown,@crazydos/vue-markdown,solid-markdownplusremark-gfm,rehype-raw,rehype-highlight,rehype-sanitize). This drops the unified dependency tree and uses TanStack Markdown's streaming profile (raw HTML escaped, executable URLs removed, empty trailing blocks suppressed while a response streams).Breaking: the
remarkPlugins,rehypePlugins, anddisableDefaultPluginsprops are removed. Useextensions(TanStack Markdown extensions) andhighlighter(a synchronousCodeHighlighter, for example from@tanstack/highlight/markdown) instead. Fenced code renders as<pre class="tm-code"><code class="language-…">until ahighlighteris passed. This is not a visible change: the previous chain ranrehype-sanitizelast, which stripped thehljs-*classesrehype-highlightadded, so the built-inTextPartnever showed highlighted code. Raw HTML in message content is now escaped rather than sanitized and rendered. Bare URLs are not auto-linked. Task lists no longer getcontains-task-listortask-list-item. The Solidcomponentsprop is removed. React keepscomponentsas a tag-name map with normal HTML props (href,className).inlineandnodeare not passed.Patch Changes
db017f6]:@tanstack/ai-solid@0.22.0
Minor Changes
#1338
5ae2cd2- RenderTextPartmarkdown with@tanstack/markdowninstead of the per-framework unified stacks (react-markdown,@crazydos/vue-markdown,solid-markdownplusremark-gfm,rehype-raw,rehype-highlight,rehype-sanitize). This drops the unified dependency tree and uses TanStack Markdown's streaming profile (raw HTML escaped, executable URLs removed, empty trailing blocks suppressed while a response streams).Breaking: the
remarkPlugins,rehypePlugins, anddisableDefaultPluginsprops are removed. Useextensions(TanStack Markdown extensions) andhighlighter(a synchronousCodeHighlighter, for example from@tanstack/highlight/markdown) instead. Fenced code renders as<pre class="tm-code"><code class="language-…">until ahighlighteris passed. This is not a visible change: the previous chain ranrehype-sanitizelast, which stripped thehljs-*classesrehype-highlightadded, so the built-inTextPartnever showed highlighted code. Raw HTML in message content is now escaped rather than sanitized and rendered. Bare URLs are not auto-linked. Task lists no longer getcontains-task-listortask-list-item. The Solidcomponentsprop is removed. React keepscomponentsas a tag-name map with normal HTML props (href,className).inlineandnodeare not passed.Patch Changes
db017f6]:@tanstack/ai-vue@0.22.0
Minor Changes
#1338
5ae2cd2- RenderTextPartmarkdown with@tanstack/markdowninstead of the per-framework unified stacks (react-markdown,@crazydos/vue-markdown,solid-markdownplusremark-gfm,rehype-raw,rehype-highlight,rehype-sanitize). This drops the unified dependency tree and uses TanStack Markdown's streaming profile (raw HTML escaped, executable URLs removed, empty trailing blocks suppressed while a response streams).Breaking: the
remarkPlugins,rehypePlugins, anddisableDefaultPluginsprops are removed. Useextensions(TanStack Markdown extensions) andhighlighter(a synchronousCodeHighlighter, for example from@tanstack/highlight/markdown) instead. Fenced code renders as<pre class="tm-code"><code class="language-…">until ahighlighteris passed. This is not a visible change: the previous chain ranrehype-sanitizelast, which stripped thehljs-*classesrehype-highlightadded, so the built-inTextPartnever showed highlighted code. Raw HTML in message content is now escaped rather than sanitized and rendered. Bare URLs are not auto-linked. Task lists no longer getcontains-task-listortask-list-item. The Solidcomponentsprop is removed. React keepscomponentsas a tag-name map with normal HTML props (href,className).inlineandnodeare not passed.Patch Changes
db017f6]:@tanstack/ai@0.54.1
Patch Changes
db017f6- Return real WAV audio for ElevenLabs speech requests withformat: 'wav'and reject unsupported AAC and FLAC formats instead of silently returning MP3. Preserve explicitmodelOptions.outputFormatoverrides and document the supported formats in the media-generation skill.@tanstack/ai-byteplus@0.3.6
Patch Changes
#1394
88f8b21- fix(ai-byteplus): send Seed Speechwatermarkas the object the API expectsbyteplusSpeechsentwatermarkas a boolean, but Seed Audio 1.0 reads anobject with
aigc_watermark(an audible marker) andaigc_metadata(headerprovenance). A boolean was ignored by the server, so callers who asked for a
watermark silently got unwatermarked audio.
modelOptions.watermarknow acceptsboolean | BytePlusTTSWatermark, andtruenormalizes to{ aigc_watermark: true }, so existing callers get thebehavior they intended.
Updated dependencies [
db017f6]:@tanstack/ai-elevenlabs@0.4.3
Patch Changes
#1395
db017f6- Return real WAV audio for ElevenLabs speech requests withformat: 'wav'and reject unsupported AAC and FLAC formats instead of silently returning MP3. Preserve explicitmodelOptions.outputFormatoverrides and document the supported formats in the media-generation skill.Updated dependencies [
db017f6]:@tanstack/ai-react-ui@0.9.2
Patch Changes
5ae2cd2]:@tanstack/ai-sandbox@0.5.8
Patch Changes
#1334
75d94cf- Reject host-tool bridge startup with the original Node.js error when its HTTP listener cannot start.Updated dependencies [
db017f6]:@tanstack/ai-sandbox-cloudflare@0.3.13
Patch Changes
#1200
39b4bf2-exposePreviewnow verifies the preview URL is actually reachable before returning it: it fails with an actionable error when nothing is listening on the port, and detects and replaces stale quick tunnels instead of re-sharing dead URLs (#992).Updated dependencies [
75d94cf,db017f6]:@tanstack/ai-solid-ui@0.8.2
Patch Changes
5ae2cd2]:@tanstack/ai-vue-ui@0.3.2
Patch Changes
5ae2cd2]:ag-ui@0.0.20
Patch Changes
5ae2cd2]: