mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-24 16:02:55 +08:00
fix(jetbrains): address session status review
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"kilo-code": minor
|
||||
"@kilocode/kilo-jetbrains": patch
|
||||
---
|
||||
|
||||
Show running badges on active sessions in JetBrains recent and history lists.
|
||||
|
||||
-2
@@ -235,5 +235,3 @@ class KiloSessionService internal constructor(
|
||||
suspend fun pendingQuestions(dir: String): List<QuestionRequestDto> =
|
||||
call { pendingQuestions(dir) }
|
||||
}
|
||||
|
||||
private infix fun <T> Set<T>.xor(other: Set<T>): Set<T> = (this - other) + (other - this)
|
||||
|
||||
Reference in New Issue
Block a user