feat(webchat): add streaming autoscroll toggle#81291
Conversation
|
Codex review: needs real behavior proof before merge. Summary Reproducibility: not applicable. as a feature request rather than a bug. Source inspection shows current Control UI still uses the hardcoded 450px near-bottom scroll policy and has no persisted Real behavior proof Next step before merge Security Review findings
Review detailsBest possible solution: If maintainers accept the UX, implement the autoscroll mode in the Control UI settings contract, chat controls, and Do we have a high-confidence way to reproduce the issue? Not applicable as a feature request rather than a bug. Source inspection shows current Control UI still uses the hardcoded 450px near-bottom scroll policy and has no persisted Is this the best way to solve the issue? No. The requested fix belongs in Control UI Full review comments:
Overall correctness: patch is incorrect What I checked:
Likely related people:
Remaining risk / open question:
Codex review notes: model gpt-5.5, reasoning high; reviewed against 2e7036e85cc0. |
This comment was marked as low quality.
This comment was marked as low quality.
|
Thanks for taking a pass at this and for closing the PR once review showed the branch was aimed at the native Swift chat surface rather than the browser Control UI/WebChat path. The browser Control UI/WebChat implementation has now landed on |
Summary
Fixes #81287
Pre-implementation audit
Real behavior proof
feat/webchat-streaming-autoscroll-toggle-81287, GitHub PR feat(webchat): add streaming autoscroll toggle #81291.git diff --checkwhich swift || true; which xcodebuild || truegit diff --checkreturned exit 0 with no whitespace/errors; the environment check returned no Swift/Xcode toolchain, so local macOS WebChat execution was not available in this workspace.swift testwere not run locally becauseswiftandxcodebuildare unavailable here; PR CI is the compile/runtime gate formacos-swift.