-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix(jetbrains): improve diff performance and session layout #12746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
64f0373
fix(jetbrains): improve diff editor rendering
kirillk 329c6db
fix(jetbrains): compact diff tree directories
kirillk 2569f3e
fix(jetbrains): cap large inline diff previews
kirillk 572c87b
fix(jetbrains): allow horizontal diff tree scrolling
kirillk c1f6a75
fix(jetbrains): reflow transcripts after session load
kirillk 1a506a7
fix(jetbrains): sync prompt button after attachments change
kirillk 7e0468f
Merge remote-tracking branch 'origin/main' into spectacled-week
kirillk 632e4ca
fix(jetbrains): reflow transcript at real width on session open
kirillk e0fa585
fix(jetbrains): hide expanded diff folder badges
kirillk 820d5d5
fix(jetbrains): bound transcript reflow passes during streaming
kirillk 87b00a9
fix(jetbrains): invalidate diff tree layout cache on folder toggle
kirillk 45ed8f2
fix(jetbrains): settle transcript reflow by session state, test budget
kirillk 6820530
fix(jetbrains): avoid per-row cache invalidation on bulk diff tree to…
kirillk f194769
fix(jetbrains): gate reflow settle window on Busy, not isBusy()
kirillk b2f17a2
test(jetbrains): pin reflow gate to Busy with a non-streaming state
kirillk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@kilocode/kilo-jetbrains": patch | ||
| --- | ||
|
|
||
| Keep the JetBrains prompt send/stop button in sync when attachments are added or removed while a session is busy. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@kilocode/kilo-jetbrains": patch | ||
| --- | ||
|
|
||
| Fix JetBrains diff views to show compact workspace-relative file paths and keep added-file content visible in large branch diffs. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@kilocode/kilo-jetbrains": patch | ||
| --- | ||
|
|
||
| Fix JetBrains chat transcripts rendering cropped when opening existing sessions. |
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.