Skip to content

chore(deps)(deps): bump @assistant-ui/react from 0.14.5 to 0.14.29 in /web - #117

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/assistant-ui/react-0.14.29
Open

chore(deps)(deps): bump @assistant-ui/react from 0.14.5 to 0.14.29 in /web#117
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/assistant-ui/react-0.14.29

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @assistant-ui/react from 0.14.5 to 0.14.29.

Release notes

Sourced from @​assistant-ui/react's releases.

@​assistant-ui/react@​0.14.29

Patch Changes

  • #5241 c2b7a29 - fix(assistant-transport): a follow-up run that finds an empty command queue no-ops instead of erroring "No commands to send" (@​Yonom)

  • #5238 cc763a5 - fix: assistant-transport marks in-transit commands delivered when a run completes successfully without state chunks, instead of leaving them pending forever (@​Yonom)

  • #5242 72f65dc - fix(assistant-transport): onError reads the live in-transit commands at error time instead of a stale render snapshot (@​Yonom)

  • #5240 98ac314 - fix: assistant-transport consumes parentId once per run; later unrelated runs no longer re-send the last append's parentId (@​Yonom)

  • #5249 525ab84 - fix(assistant-transport): commands enqueued during a resume run are flushed in a follow-up run instead of starving in the queue (@​Yonom)

  • #5243 468a713 - fix(assistant-transport): abort the in-flight run on unmount instead of leaking the fetch (@​Yonom)

  • #5219 3ca19cf - fix: stop logging attachment-add rejections to the console from ComposerPrimitive.AttachmentDropzone and ComposerPrimitive.Input; the rejection is already surfaced via the structured composer.attachmentAddError event, so the per-file console.error produced unopt-outable duplicate noise for apps handling the event (@​rupic-app)

  • #5208 a0ddc86 - Adopt erasableSyntaxOnly; public enums are now as const objects. (@​Yonom)

  • #5256 cee74f1 - fix: ExternalThread validates the adapter accept string on every addAttachment entry point (@​Yonom)

  • #5237 cf839ff - feat: ExternalThread props for assistant-transport (isLoading, state, extras, onResume, onAddToolResult, onLoadExternalState, onResumeToolCall, attachmentAdapter; importExternalState); export ToolInvocationTracker from core internal; composer parentId, draft-restore, and part-status fixes (@​Yonom)

  • #5257 1a875ab - fix: ExternalThread clearAttachments/reset call adapter.remove for pending attachments (@​Yonom)

  • #5258 7ecf87a - fix: ExternalThread edit composers receive the attachmentAdapter (@​Yonom)

  • #5261 fedcb05 - fix: ExternalThread merges a failed send back into the draft (text prepended, attachments and quote preserved) (@​Yonom)

  • #5259 b549575 - fix: ExternalThread queue-adapter sends stamp the thread head as parentId (@​Yonom)

  • #5260 8988d44 - fix: ExternalThread throws a capability error when an unset optional callback is invoked (@​Yonom)

  • #5116 396ea1f - fix(core): persist LocalRuntime runs paused for tool approval (@​serhiizghama)

  • #5227 2260850 - fix: handle rejected file picker attachment additions (@​Kinfe123)

  • #5262 801781c - ExternalThread: dedupe duplicate message ids with a warning (last occurrence wins) instead of throwing on duplicate resource keys. (@​Yonom)

  • #5231 e1f27d8 - fix(core): preserve thread-list position when switchToThread's on-demand fetch settles after a concurrent list() (@​rupic-app)

  • Updated dependencies [f9c1b0f, 235c17e, 6225d6a, 801781c, d4bdf2c, a0ddc86, cee74f1, cf839ff, 396ea1f, e1f27d8, 3e8f59e, 8c97501, 7e871ef, 06f5266, d319637]:

    • assistant-stream@0.3.28
    • @​assistant-ui/core@​0.2.23
    • @​assistant-ui/store@​0.2.22
    • @​assistant-ui/tap@​0.9.6
    • assistant-cloud@0.1.37
    • safe-content-frame@0.0.25

@​assistant-ui/react@​0.14.28

... (truncated)

Changelog

Sourced from @​assistant-ui/react's changelog.

0.14.29

Patch Changes

  • #5241 c2b7a29 - fix(assistant-transport): a follow-up run that finds an empty command queue no-ops instead of erroring "No commands to send" (@​Yonom)

  • #5238 cc763a5 - fix: assistant-transport marks in-transit commands delivered when a run completes successfully without state chunks, instead of leaving them pending forever (@​Yonom)

  • #5242 72f65dc - fix(assistant-transport): onError reads the live in-transit commands at error time instead of a stale render snapshot (@​Yonom)

  • #5240 98ac314 - fix: assistant-transport consumes parentId once per run; later unrelated runs no longer re-send the last append's parentId (@​Yonom)

  • #5249 525ab84 - fix(assistant-transport): commands enqueued during a resume run are flushed in a follow-up run instead of starving in the queue (@​Yonom)

  • #5243 468a713 - fix(assistant-transport): abort the in-flight run on unmount instead of leaking the fetch (@​Yonom)

  • #5219 3ca19cf - fix: stop logging attachment-add rejections to the console from ComposerPrimitive.AttachmentDropzone and ComposerPrimitive.Input; the rejection is already surfaced via the structured composer.attachmentAddError event, so the per-file console.error produced unopt-outable duplicate noise for apps handling the event (@​rupic-app)

  • #5208 a0ddc86 - Adopt erasableSyntaxOnly; public enums are now as const objects. (@​Yonom)

  • #5256 cee74f1 - fix: ExternalThread validates the adapter accept string on every addAttachment entry point (@​Yonom)

  • #5237 cf839ff - feat: ExternalThread props for assistant-transport (isLoading, state, extras, onResume, onAddToolResult, onLoadExternalState, onResumeToolCall, attachmentAdapter; importExternalState); export ToolInvocationTracker from core internal; composer parentId, draft-restore, and part-status fixes (@​Yonom)

  • #5257 1a875ab - fix: ExternalThread clearAttachments/reset call adapter.remove for pending attachments (@​Yonom)

  • #5258 7ecf87a - fix: ExternalThread edit composers receive the attachmentAdapter (@​Yonom)

  • #5261 fedcb05 - fix: ExternalThread merges a failed send back into the draft (text prepended, attachments and quote preserved) (@​Yonom)

  • #5259 b549575 - fix: ExternalThread queue-adapter sends stamp the thread head as parentId (@​Yonom)

  • #5260 8988d44 - fix: ExternalThread throws a capability error when an unset optional callback is invoked (@​Yonom)

  • #5116 396ea1f - fix(core): persist LocalRuntime runs paused for tool approval (@​serhiizghama)

  • #5227 2260850 - fix: handle rejected file picker attachment additions (@​Kinfe123)

  • #5262 801781c - ExternalThread: dedupe duplicate message ids with a warning (last occurrence wins) instead of throwing on duplicate resource keys. (@​Yonom)

  • #5231 e1f27d8 - fix(core): preserve thread-list position when switchToThread's on-demand fetch settles after a concurrent list() (@​rupic-app)

  • Updated dependencies [f9c1b0f, 235c17e, 6225d6a, 801781c, d4bdf2c, a0ddc86, cee74f1, cf839ff, 396ea1f, e1f27d8, 3e8f59e, 8c97501, 7e871ef, 06f5266, d319637]:

    • assistant-stream@0.3.28
    • @​assistant-ui/core@​0.2.23
    • @​assistant-ui/store@​0.2.22
    • @​assistant-ui/tap@​0.9.6
    • assistant-cloud@0.1.37
    • safe-content-frame@0.0.25

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) from 0.14.5 to 0.14.29.
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/react@0.14.29/packages/react)

---
updated-dependencies:
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.14.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: lightconsen. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies, frontend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants