Release v26.04.14.1 #21
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Briefing chat stall watchdog + pull-to-refresh
StreamIterator+ 45s per-event stall watchdog as the main chat provider, applied to bothdiscussArticleandsendReply. Mobile network handoffs no longer leaveisBriefingStreamingstuck true.RefreshIndicator+AlwaysScrollableScrollPhysics(works even when the briefing is empty).resumedhook calls the newrefreshMessages()method, which unfreezes the streaming state when the server-side message is already complete.Attach to in-flight chat streams
attachToGeneration()method on the chat provider — safe to call unconditionally on screen init. Landing on a conversation whose last assistant message is mid-stream (e.g. the unified/newsdiscuss button, which now creates a conversation and auto-kicks generation server-side) picks up live tokens instead of freezing on the placeholder.sendMessage().CI
mainfrom the branches trigger so merge commits no longer re-run dev CI. Mirrors the equivalent fix applied to the fabledassistant repo.Test plan
/news— chat screen opens and shows live streaming tokens (not a frozen placeholder).