feat(vscode): add reactions to PR comments - #13881
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (51 files)
Previous Review Summaries (2 snapshots, latest commit c13113d)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit c13113d)Status: No Issues Found | Recommendation: Merge Files Reviewed (51 files)
Previous review (commit 67baa96)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (51 files)
Reviewed by grok-4.6 · Input: 92.4K · Output: 9.7K · Cached: 222.3K Review guidance: REVIEW.md from base branch |
…dd-pr-comment-reactions
# Conflicts: # packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/agentmanager/pr-panel-comments-200-chromium-linux.png # packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/agentmanager/pr-panel-comments-chromium-linux.png # packages/kilo-vscode/webview-ui/agent-manager/pr/PRCommentCard.tsx
# Conflicts: # packages/kilo-docs/public/img/screenshot-tests/kilo-vscode/visual-regression/agentmanager/pr-panel-comments-200-chromium-linux.png
marius-kilocode
enabled auto-merge
September 7, 2026 16:11
kirillk
approved these changes
Sep 7, 2026
This was referenced Sep 8, 2026
This was referenced Sep 14, 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
PR comments in Agent Manager could not be reacted to, and comments rendered inside diffs had no reaction controls.
Why This Change Was Made
Add GitHub reaction mutations and reaction state to both PR panel comments and diff-rendered comments. The UI keeps reaction pills stable, applies changes optimistically, shows an in-place spinner, and restores the previous state on failure.
User Impact
Users can add or remove GitHub reactions from PR comments, review comments, and comments shown in the diff view. Supported reactions are thumbs up, thumbs down, laugh, hooray, confused, heart, rocket, and eyes.
Screenshots
Evidence
bun test --timeout 30000 tests/unit/pr-comments-render.test.tsbun run check-typesbun run check-types:webviewbun run lintbun run knipbun run compileThe full unit suite was not used as a gate because unrelated provider tests exceeded the command timeout.