The fleet screen and text input were rebuilt on state stores; nothing you see changed.
What's wrong with this entry?
The fleet screen, the text input and the reply composer were rewritten from dozens of loose React refs onto store objects with named operations. Behaviour is broadly unchanged, and the visible copy such as the delete failure toast is the same.
- Fleet operations are now named calls:
updateJobs,navigateTo,beginPromote/endPromote,beginNewSession,toggleCollapsed,openGroupEdit,startRename, plus the reload, remote poll and archive guards. - The editor store exposes
setQueryAndCursor,pastes,saveReplyDraftandregisterLivePeekQuery; the old prop-drilled refs are gone. - REPL streaming state moved onto a single object with a
dispose(). - Escape handling picked up a debug-panel case.
- Two dialogs were dropped from the REPL's list: IDE onboarding and the auto-default nudge.
sweepReplyDrafts, TurnController: used before its screen bound a host, setQueryAndCursor
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Background task notifications arrive inside a system-reminder
Both mention background task
-
v2.1.235
Several finished background tasks now report as one line
Both mention background task
-
v2.1.242
Backgrounded Bash commands now keep a task awake
Both mention background task