Streaming state and the fleet view now read one shared snapshot instead of scattered props.
What's wrong with this entry?
Streaming state, including the user's input while a turn is processing, the streaming text peek, the interruptible-tool flag, a pending preserved insert and the API metrics reset, moves onto one stream object. The message queue is now passed explicitly to spawn and notification paths rather than reached through a module-level function, and the fleet view drops eight initial-state props in favour of snapshot reads for focused index, rename state, follow origin and mode. No behaviour change is claimed, though most REPL callback signatures changed.
hasInterruptibleToolInProgress
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 REPL evaluations report back into the conversation
Both mention repl
-
v2.1.248
Prompt submission and composer state moved into dedicated controllers
Both mention repl
-
v2.1.248
Prompt input takes grouped objects and drops some handler guards
Both mention repl