Sourced from @assistant-ui/react's releases.
@assistant-ui/react@0.15.14Patch Changes
#5760
a4ac7dd- fix: release replay response readers after completion, cancellation, and errors (@Kinfe123)#5764
47b9256- fix: generate unique in-memory thread IDs (@Kinfe123)#5789
d3fece3- feat: give the composer its draft back when a send never reached the backend. a runtime that rejectsonNewwith the newMessageNotSentErrorrestores the text, quote, and attachments the composer cleared at dispatch time, as long as nothing has claimed the composer since. that guard and that outcome are the onescancelRunalready applies to a trailing user message, so whichever fires first keeps the composer, and of several drafts queued behind one turn only the most recent is still restorable. an edit composer closes at dispatch, so a rejected edit is not restored. (@okisdev)#5828
685a069- feat: wirethreads.reloadMainThread()through the tapExternalThreadpath via a newonRefetchThreadcallback, with therefetchThreadcapability derived from its presence (@okisdev)#5757
092585b- fix: derive the suggestions scope from the thread so runtime-provided suggestions render throughThreadPrimitive.Suggestions(#5529) (@okisdev)Updated dependencies [
a90db30,cfb5fab,65e03a6,d3fece3,4b75b8f,1e98bcf,82cbc15,e28a62d,8bba3aa,48af3c5,22fa20f,00a630a,417efee,1e1d52b,c98699d,685a069,f59d24b,092585b]:
@assistant-ui/react@0.15.13Patch Changes
#5745
1df4327- refactor: move ExternalThread, SingleThreadList, and the Assistant augmentation namespace into@assistant-ui/core(@Yonom)Updated dependencies [
1df4327]:
@assistant-ui/core@0.3.12
@assistant-ui/react@0.15.12Patch Changes
#5730
6c9560d- chore: drop dependencies that are never imported (@okisdev)Updated dependencies [
f551562,dc7b77d,0ae51a8,d1b7097,e319574]:
@assistant-ui/core@0.3.11- assistant-stream@0.3.37
@assistant-ui/react-langgraph@0.14.23Patch Changes
#5730
6c9560d- chore: drop dependencies that are never imported (@okisdev)#5742
f551562- fix: skip RemoveMessage explicitly in convertLangChainMessages (@Yonom)Updated dependencies [
f551562,dc7b77d,0ae51a8,d1b7097,e319574]:
@assistant-ui/core@0.3.11- assistant-stream@0.3.37
@assistant-ui/react-langgraph@0.14.22Patch Changes
... (truncated)
Sourced from @assistant-ui/react's changelog.
0.15.14
Patch Changes
#5760
a4ac7dd- fix: release replay response readers after completion, cancellation, and errors (@Kinfe123)#5764
47b9256- fix: generate unique in-memory thread IDs (@Kinfe123)#5789
d3fece3- feat: give the composer its draft back when a send never reached the backend. a runtime that rejectsonNewwith the newMessageNotSentErrorrestores the text, quote, and attachments the composer cleared at dispatch time, as long as nothing has claimed the composer since. that guard and that outcome are the onescancelRunalready applies to a trailing user message, so whichever fires first keeps the composer, and of several drafts queued behind one turn only the most recent is still restorable. an edit composer closes at dispatch, so a rejected edit is not restored. (@okisdev)#5828
685a069- feat: wirethreads.reloadMainThread()through the tapExternalThreadpath via a newonRefetchThreadcallback, with therefetchThreadcapability derived from its presence (@okisdev)#5757
092585b- fix: derive the suggestions scope from the thread so runtime-provided suggestions render throughThreadPrimitive.Suggestions(#5529) (@okisdev)Updated dependencies [
a90db30,cfb5fab,65e03a6,d3fece3,4b75b8f,1e98bcf,82cbc15,e28a62d,8bba3aa,48af3c5,22fa20f,00a630a,417efee,1e1d52b,c98699d,685a069,f59d24b,092585b]:0.15.13
Patch Changes
#5745
1df4327- refactor: move ExternalThread, SingleThreadList, and the Assistant augmentation namespace into@assistant-ui/core(@Yonom)Updated dependencies [
1df4327]:
@assistant-ui/core@0.3.120.15.12
Patch Changes
#5730
6c9560d- chore: drop dependencies that are never imported (@okisdev)Updated dependencies [
f551562,dc7b77d,0ae51a8,d1b7097,e319574]:
@assistant-ui/core@0.3.11- assistant-stream@0.3.37
0.15.11
Patch Changes
#5722
7faf0fb- fix: ExternalThread edit composer reads editing state live, so a same-tick beginEdit + setText + send dispatches the edit; send before beginEdit and double beginEdit now throw (legacy runtime parity) (@Yonom)Updated dependencies [
94dc3e5,ab57969]:
- assistant-stream@0.3.36
- assistant-cloud@0.1.39
... (truncated)
6b73c50
chore: update versions (#5754)685a069
feat(core,react): wire reloadMainThread through the tap external thread
(#5828)d3fece3
fix(core,eve): return an undispatched send to the composer (#5789)a4ac7dd
fix(react): release replay boundary stream readers (#5760)47b9256
fix(react): generate unique in-memory thread ids (#5764)092585b
fix(core): derive the suggestions scope from the thread's suggestions
(#5757)fb4025e
chore: update versions (#5746)1df4327
refactor(core,react): move ExternalThread and SingleThreadList into @assistan...21d8d65
chore: update versions (#5732)6c9560d
chore: drop dependencies that are never imported (#5730)