feat(jetbrains): add session copy controls - #11324
Merged
Merged
Conversation
This reverts commit 057c5b7.
Contributor
Code Review SummaryStatus: 1 Issue Found (unchanged from prior review) | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Previously Resolved (from prior review round)
Changes Since Last Review (0 code files)
No code files changed. All previous findings carry forward. Files Reviewed (7 files)
Fix these issues in Kilo Cloud Previous Review Summaries (3 snapshots, latest commit 29d2cc4)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 29d2cc4)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Resolved in this update (2 issues)
Incremental Review (since 2cbd155)Two files changed:
No new issues found in the incremental changes. Files Reviewed (2 incremental + 1 carried-forward)
Fix these issues in Kilo Cloud Previous review (commit 2cbd155)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Resolved in this update (2 issues)
Other Observations (not in diff)
Files Reviewed (14 files in incremental diff + 1 new)
Previous review (commit 358135f)Status: 3 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Other Observations (not in diff)
Files Reviewed (16 files)
Reviewed by deepseek-v4-pro-20260423 · 181,521 tokens Review guidance: REVIEW.md from base branch |
# Conflicts: # packages/kilo-jetbrains/frontend/src/main/kotlin/ai/kilocode/client/session/SessionUi.kt
marius-kilocode
approved these changes
Jun 17, 2026
kirillk
enabled auto-merge
June 17, 2026 15:07
t7tran
pushed a commit
to t7tran/kilocode
that referenced
this pull request
Aug 14, 2026
feat(jetbrains): add session copy controls
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.
Summary
Add copy controls to JetBrains session messages so users can copy prompts and assistant responses directly from the session transcript.
Demo
Features
Refactoring
SessionCopyButton.MessageToolbar.