feat(vscode): make working indicator scroll chat - #13965
Merged
marius-kilocode merged 7 commits intoSep 9, 2026
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous Review Summaries (5 snapshots, latest commit f57b692)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit f57b692)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 1ebcf56)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 0de6adb)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit d4c17d2)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 6bbe6ac)Status: No Issues Found | Recommendation: Merge Files Reviewed (7 files)
Reviewed by grok-4.6 · Input: 72.7K · Output: 2.7K · Cached: 103.6K Review guidance: REVIEW.md from base branch |
WebReflection
approved these changes
Sep 9, 2026
marius-kilocode
enabled auto-merge
September 9, 2026 12:26
marius-kilocode
deleted the
make-thinking-indicator-clickable-scroll-down
branch
September 9, 2026 12:31
This was referenced Sep 10, 2026
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.
What Problem This Solves
The working indicator shows agent progress but does not provide the same scroll-to-latest action as the floating transcript control.
Why This Change Was Made
The indicator now reuses the current MessageList auto-scroll handler through ChatView and SessionDock. The control remains scoped to the current chat, keeps retry cancellation separate, preserves status accessibility, and uses the established session-action hover treatment.
User Impact
Clicking the working indicator scrolls the current chat to the latest message. The indicator has balanced spacing, contained hover styling, and remains usable in narrow sidebars.
Evidence
Focused unit tests, ESLint, Prettier, webview bundle, and isolated VS Code verification passed.