Prompt sending and composer state moved into their own controllers with no behaviour change.
What's wrong with this entry?
The code that sends your prompt and the code that tracks composer UI state were pulled out of the main REPL into two classes. Behaviour is unchanged, including the refusal to rewind in cloud sessions and the "Draft restored" notice.
- The submit controller owns submitting, submitting an empty prompt, submitting to a subagent, survey follow-ups, pulling a queued prompt back into the draft, and cancelling with drain of pending work.
- The composer store holds the IDE selection, the bashes dialog, whether the message selector is open, and the exit interstitial.
- Both throw if used before the REPL binds itself to them, which turns ordering mistakes into immediate errors rather than silent no-ops.
Rewind is not yet available in cloud sessions
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.233
REPL state read from a generic per-agent map
Both mention repl
-
v2.1.234
Background REPL evaluations report back into the conversation
Both mention repl
-
v2.1.236
Query handling moved out of the REPL component
Both mention repl