fix(jetbrains): address session status review

This commit is contained in:
kirillk
2026-05-27 16:57:59 -04:00
parent 894264c8d2
commit a4b2ff6fa4
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
"kilo-code": minor
"@kilocode/kilo-jetbrains": patch
---
Show running badges on active sessions in JetBrains recent and history lists.
@@ -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)