Kirill Kalishev
24e3247990
Merge pull request #13432 from Kilo-Org/nimble-reef
...
test(jetbrains): stop frontend tests opening a real browser
2026-08-25 15:09:28 -04:00
Kirill Kalishev
a7839e860d
Merge pull request #13431 from Kilo-Org/sleepy-meadow
...
fix(jetbrains): harden agent manager worktrees
2026-08-25 15:08:55 -04:00
kirillk
a6a6a3aca6
fix(jetbrains): resolve worktree paths and evict cache canonically
2026-08-25 13:27:02 -04:00
Marius
6ecfca5029
Merge pull request #13376 from Kilo-Org/fix-abort-error-flash
...
fix(vscode): hide manual interruption warning
2026-08-25 18:30:46 +02:00
Marius
1aa18c1d2c
Merge pull request #13429 from Kilo-Org/investigate-worktree-scroll-reset
...
fix(agent-manager): preserve worktree list scroll on deletion
2026-08-25 18:05:02 +02:00
Marius
145809f450
Merge pull request #13430 from Kilo-Org/investigate-duplicate-sse-rendering
...
fix(vscode): prevent duplicate reasoning with subagent inspectors
2026-08-25 18:04:48 +02:00
kirillk
a5fcb33d62
test(jetbrains): stop frontend tests opening a real browser
...
ProvidersSettingsUiTest drove the real OAuth UI with a fixture URL of
https://auth.openai.com/device , and ProvidersSettingsUi calls
BrowserUtil.browse unstubbed. BrowserUtil is a static facade over the
BrowserLauncher application service, so every run of the frontend suite
launched an actual Chrome tab on the developer's machine.
Replace BrowserLauncher with a recording fake via replaceService instead
of adding a production seam, and assert the recorded URL so the browser
handoff is verified rather than performed. Install the same fake in the
GitHub/PR tests that reach other direct BrowserUtil call sites.
2026-08-25 11:56:03 -04:00
marius-kilocode
d81a0b9b89
fix(agent-manager): skip scroll restore on selection changes
2026-08-25 17:50:10 +02:00
kirillk
2127b8b4eb
fix(jetbrains): harden agent manager worktrees
2026-08-25 11:46:29 -04:00
marius-kilocode
2a001759d2
fix(vscode): isolate streamed parts across session stores
2026-08-25 17:45:11 +02:00
Marius
4a823c039a
Merge pull request #13411 from Kilo-Org/optimize-worktree-diff-loading
...
perf(agent-manager): optimize worktree diff loading
2026-08-25 17:32:07 +02:00
marius-kilocode
71869fd881
fix(agent-manager): preserve intentional sidebar scrolling
2026-08-25 17:31:39 +02:00
marius-kilocode
7427eedfd7
perf(agent-manager): combine worktree diff summary scans
2026-08-25 17:27:31 +02:00
marius-kilocode
5da8d6b851
fix(agent-manager): preserve worktree list scroll on deletion
2026-08-25 17:20:03 +02:00
marius-kilocode
bf07f65711
fix(agent-manager): keep merged app below lint limit
2026-08-25 17:14:57 +02:00
Marius
f38a963a24
Merge pull request #13418 from Kilo-Org/fix/13378-location-ref-key
...
fix(cli): align file location cache keys
2026-08-25 17:09:54 +02:00
Marius
3b91d099d7
Merge pull request #13428 from Kilo-Org/fix/agent-manager-history-queue
...
fix(agent-manager): avoid stale history switch entries
2026-08-25 17:09:41 +02:00
marius-kilocode
e0aeb84713
fix(agent-manager): avoid stale history switch entries
2026-08-25 16:51:48 +02:00
Marius
485a2ff6a0
Merge pull request #13420 from Kilo-Org/fix/cli-startup-review
...
fix(cli): address startup review feedback
2026-08-25 16:40:45 +02:00
marius-kilocode
ab89791c38
Merge origin/main into fix-abort-error-flash
2026-08-25 16:40:06 +02:00
Marius
2eb5bf3a97
Merge pull request #13425 from Kilo-Org/fix-background-subagent-promotion-edge-cases
...
fix(vscode): guard subagent promotion edge cases
2026-08-25 16:38:10 +02:00
Marius
d8eda0a0da
Merge pull request #13419 from Kilo-Org/fix-agent-manager-provider-selection
...
fix(agent-manager): allow explicit provider selection
2026-08-25 16:35:00 +02:00
Marius
526acce93f
Merge pull request #13417 from Kilo-Org/fix-vscode-sync-filter-lifecycle
...
fix(vscode): bound sync filter state
2026-08-25 16:33:58 +02:00
marius-kilocode
7230c71b21
fix(agent-manager): scope full-screen diff notices
2026-08-25 16:32:39 +02:00
marius-kilocode
9af0f67c00
fix(cli): avoid narrow shutdown runtime load
2026-08-25 16:32:33 +02:00
Marius
d4098801cf
Merge pull request #13421 from Kilo-Org/fix/agent-manager-history-routing
...
fix(agent-manager): fix project-scoped history routing
2026-08-25 16:28:08 +02:00
marius-kilocode
0ab894d649
fix(agent-manager): remove unreachable provider check
2026-08-25 16:26:30 +02:00
marius-kilocode
3f83467581
fix(vscode): keep sync filter window moving
2026-08-25 16:25:38 +02:00
marius-kilocode
1f6c8ef0c9
fix(agent-manager): handle overlapping history switches
2026-08-25 16:25:03 +02:00
Marius
52bf54673a
Merge pull request #13416 from Kilo-Org/validate-13413-luna-fast
...
fix(agent-manager): use valid terminal close code
2026-08-25 16:24:33 +02:00
marius-kilocode
e748515a2c
fix(vscode): guard subagent promotion edge cases
2026-08-25 15:35:44 +02:00
marius-kilocode
c38ad0b3b9
merge main into optimize worktree diff loading
2026-08-25 15:19:20 +02:00
Marius
105bc05054
Merge pull request #13378 from Kilo-Org/investigate-kilo-memory-usage
...
fix(cli): share location services across server routes
2026-08-25 15:10:23 +02:00
marius-kilocode
71211f1408
refactor(agent-manager): share diff cleanup callback
2026-08-25 15:05:52 +02:00
marius-kilocode
13023c9dae
refactor(agent-manager): simplify cancellation cleanup
2026-08-25 15:04:27 +02:00
marius-kilocode
0f576d0866
fix(agent-manager): preserve scoped history activation
2026-08-25 14:55:44 +02:00
Marius
a79c2f36ac
Merge pull request #13379 from Kilo-Org/investigate-local-model-date-prompt-issue
...
fix(cli): preserve editor context prompt prefix
2026-08-25 14:55:16 +02:00
marius-kilocode
184ed23007
fix(cli): address startup review feedback
2026-08-25 14:54:59 +02:00
marius-kilocode
5fea23bbc9
chore(agent-manager): stay under app line cap
2026-08-25 14:47:07 +02:00
marius-kilocode
78692a7f2a
fix(agent-manager): allow explicit provider selection
2026-08-25 14:46:33 +02:00
marius-kilocode
4b3cd34be7
Merge remote-tracking branch 'origin/main' into fix-abort-error-flash
2026-08-25 14:43:36 +02:00
marius-kilocode
651dab1a12
fix(agent-manager): address diff review feedback
2026-08-25 14:42:51 +02:00
marius-kilocode
1aeb626047
fix(cli): align file location cache keys
2026-08-25 14:41:52 +02:00
marius-kilocode
45695e6190
fix(vscode): bound sync filter state
2026-08-25 14:41:38 +02:00
marius-kilocode
b1f1dec04e
fix(agent-manager): use valid terminal close code
2026-08-25 14:40:06 +02:00
Marius
b0100195f5
Merge pull request #13413 from Kilo-Org/audit-webgl-terminal-rendering
...
fix(agent-manager): remove unsafe WebGL terminal renderer
2026-08-25 14:29:08 +02:00
marius-kilocode
b0469ae8e7
Merge origin/main into fix-abort-error-flash
2026-08-25 14:22:19 +02:00
kilo-maintainer[bot]
3f6d83c120
chore: update nix node_modules hashes
2026-08-25 12:13:02 +00:00
Marius
f561d95a65
Merge pull request #13412 from Kilo-Org/optimize-cli-startup-time
...
perf(cli): optimize cold and warm startup
2026-08-25 14:09:16 +02:00
Marius
e540e5a06f
Merge pull request #13410 from Kilo-Org/fix-kilo-high-cpu-usage
...
fix(vscode): deduplicate sync event delivery
2026-08-25 14:07:51 +02:00