Under the hood
Terminal scroll and selection code refactored internally, with no visible behavior change found
What
The internal code handling terminal scrolling and selection-copy behavior, including the auto-copy hint and page/line scrolling, was substantially reworked, replacing separate scroll-state variables with a single stateful helper. The visible behavior, including the auto-copy hint text pointing to /config and the scroll actions themselves, appears unchanged.
Why
This is an internal restructuring with no known effect on what you see or how scrolling and selection work.
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree
Added mouse support to the /config panel in fullscreen mode: the wheel scrolls the settings list, a click on a setting's value changes it…