The main REPL and question dialog dropped their compiler memo caches, possibly re-rendering more.
What's wrong with this entry?
The top-level REPL component and the ask-user-question dialog are now plain functions using ordinary hooks, without the memo-slot arrays and cache comparisons the React Compiler produced for them previously. The only user-visible consequence would be extra re-render work.
- The existing escape hatches are untouched:
CLAUDE_CODE_DISABLE_VIRTUAL_SCROLLstill disables virtual scrolling,CLAUDE_CODE_DISABLE_TERMINAL_TITLEstill disables terminal title updates, andCLAUDE_CODE_PROACTIVEstill drives the scheduled-tasks hook.
CLAUDE_CODE_DISABLE_VIRTUAL_SCROLL
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