Stop socket messages from hijacking scroll; add jump button and messa… - #485
Merged
Merged
Conversation
…ge index Chat thread and both log panes no longer auto-scroll when messages or log entries arrive over the socket. A panel follows its tail only while the user asked it to - by sending a message, or pressing the new jump button - and scrolling away cancels that. The button shows pulsing dots while a reply is in flight and a chevron once it lands, and is clickable in both states. Also adds a ChatGPT-style index rail beside the thread: one tick per user message, hover previews the turn, clicking scrolls there and points the log panes at the same message. Content log blocks now toggle collapse on a click anywhere in the block, alongside the existing More/Less button. Includes the pending agent rule item change: Message renamed to Initial Message and moved below the criteria rows, with a vertically resizable textarea. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ge index
Chat thread and both log panes no longer auto-scroll when messages or log entries arrive over the socket. A panel follows its tail only while the user asked it to - by sending a message, or pressing the new jump button - and scrolling away cancels that. The button shows pulsing dots while a reply is in flight and a chevron once it lands, and is clickable in both states.
Also adds a ChatGPT-style index rail beside the thread: one tick per user message, hover previews the turn, clicking scrolls there and points the log panes at the same message. Content log blocks now toggle collapse on a click anywhere in the block, alongside the existing More/Less button.
Includes the pending agent rule item change: Message renamed to Initial Message and moved below the criteria rows, with a vertically resizable textarea.