Commit Graph
29636 Commits
Author SHA1 Message Date
marius-kilocode fc5a33486e docs: document worktree session history 2026-08-24 17:59:03 +02:00
marius-kilocode 5279226171 docs(agent-manager): clarify pending question blockers 2026-08-24 17:57:10 +02:00
marius-kilocode 76a179b424 docs(agent-manager): document edit previews 2026-08-24 17:56:51 +02:00
marius-kilocode c0e7c08bf8 docs(agent-manager): document send-all review context 2026-08-24 17:56:49 +02:00
Rietie cda67ce80a Merge branch 'main' into docs/sub-organizations 2026-08-24 17:39:16 +02:00
Marius 21ae999e3e Merge pull request #13372 from Kilo-Org/implement-issue-13332
feat(agent-manager): answer pending questions
2026-08-24 16:38:03 +02:00
Marius eacdff9bde Merge pull request #13363 from Kilo-Org/set-agent-manager-panel-default
test(cli): validate PTY across release targets
2026-08-24 16:25:25 +02:00
Marius 7390b5b1b0 Merge pull request #13369 from Kilo-Org/migrate-settings-to-vscode-multiproject-support
feat(vscode): add project-scoped Agent Manager settings tab
2026-08-24 16:24:42 +02:00
kirillk d94f2bf1c9 fix(jetbrains): address worktree move and list review findings
Emit a move error for every failure path and roll back a worktree left by a
failed move, so the Agent Manager row cannot stay stuck on its last stage.
Fail patch capture loudly through the platform command line instead of
treating a git failure as a clean tree.

Keep the worktree session editor identity as the path alone and hand the
forked session over through a one-shot store, so a move no longer opens a
rival tab for the same worktree.

Stop clicks and drags in the empty space under a short list from acting on
the last row, carry the dragged row identity through the placeholder, let a
failed branch status surface instead of posing as healthy git, and require a
persisted session before offering Move to Worktree.

Also make three worktree RPC tests void-returning: JUnit silently skips
@Test methods that return a value, so they never ran.
2026-08-24 10:21:31 -04:00
Marius 1d790b416c Merge pull request #13366 from Kilo-Org/improve-context-button-consistency
fix(agent-manager): unify toolbar control heights and spacing
2026-08-24 16:18:07 +02:00
kilo-maintainer[bot] 2b20dcbcbb chore: update kilo-vscode visual regression baselines 2026-08-24 14:17:36 +00:00
marius-kilocode 98559c9d6a fix(agent-manager): fail closed on blocker lookup errors 2026-08-24 16:15:50 +02:00
marius-kilocode c7889b1cd6 fix(vscode): apply review cleanup suggestions 2026-08-24 16:14:27 +02:00
Marius ce4075064b Merge pull request #13373 from Kilo-Org/investigate-issue-13328
fix(cli): recover reasoning-only incomplete responses
2026-08-24 16:06:52 +02:00
marius-kilocode aadded4a3c fix(pty): tolerate vanished process entries 2026-08-24 15:59:48 +02:00
Marius 2242457486 Merge pull request #13365 from Kilo-Org/support-configurable-powershell-shell
fix: prefer PowerShell 7 over legacy Windows PowerShell 5.1
2026-08-24 15:53:21 +02:00
marius-kilocode 6f6f2e4132 fix(vscode): scope AM settings guard to AM messages and keep panel project untouched
Only Agent Manager settings messages now bump the settings generation,
so unrelated Settings-panel requests carrying a requestId can no longer
invalidate an in-flight projects or branches response. The handler also
no longer retargets the panel project directory: the settings handler is
project-scoped by projectId, and touching the panel directory expired
config bindings and blocked unsaved config saves when switching the
Agent Manager project.
2026-08-24 15:47:00 +02:00
Marius 7ab7511d45 Merge pull request #13358 from Kilo-Org/improve-review-comments-ui
feat(vscode): improve review comment previews
2026-08-24 15:46:53 +02:00
marius-kilocode 05cbbdd84a fix(pty): harden cross-platform smoke checks 2026-08-24 15:44:01 +02:00
kirillk ce5a71e5f0 fix(jetbrains): show worktree progress in agent rows 2026-08-24 09:42:30 -04:00
marius-kilocode 06f6add403 fix(vscode): resolve main merge and keep provider within size cap
Route the settings-panel message through the shared project message
handler, build the project settings handler in the project wiring, and
drop the duplicate projectId prop that the merge left in SidebarBody.
2026-08-24 15:42:02 +02:00
Marius 05f09fa078 Merge pull request #13371 from Kilo-Org/research-windows-extension-performance-regression
fix(cli): avoid Windows PTY termination verification
2026-08-24 15:41:59 +02:00
marius-kilocode 58eea7381a fix(cli): retry reasoning-only incomplete responses 2026-08-24 15:32:38 +02:00
Marius 182408b97f Merge pull request #13370 from Kilo-Org/fix-undo-prompt-attachment-restoration
fix(vscode): restore images when undoing prompts
2026-08-24 15:30:47 +02:00
marius-kilocode 7baefdddf3 feat(agent-manager): answer pending questions 2026-08-24 15:26:58 +02:00
marius-kilocode 8c1122f3a7 fix(cli): avoid Windows PTY termination verification 2026-08-24 15:26:45 +02:00
kilo-maintainer[bot] 220d651188 chore: update kilo-vscode visual regression baselines 2026-08-24 13:26:15 +00:00
marius-kilocode e8697fb566 test(agent-manager): cover full toolbar context 2026-08-24 15:23:13 +02:00
marius-kilocode 062d11f996 fix(vscode): restore images when undoing prompts 2026-08-24 15:19:37 +02:00
marius-kilocode 3a2375752f Merge remote-tracking branch 'origin/main' into migrate-settings-to-vscode-multiproject-support
# Conflicts:
#	packages/kilo-vscode/webview-ui/agent-manager/AgentManagerApp.tsx
#	packages/kilo-vscode/webview-ui/agent-manager/ProjectBranchDialog.tsx
2026-08-24 15:13:59 +02:00
marius-kilocode 06d20fb1e8 fix: repair shell selection syntax after marker edit 2026-08-24 15:04:57 +02:00
marius-kilocode 6b8652657a feat(vscode): add project-scoped Agent Manager settings tab
Move Agent Manager worktree settings (project, default base branch,
setup script) into the Kilo Settings editor behind a new Agent Manager
tab shown only for panels that opt in. The gear action in the Agent
Manager sidebar now opens that tab pre-scoped to the owning project.

The default base branch picker reuses the existing ProjectBranchDialog
and BranchSelect UI instead of a Settings-specific popover. Settings
requests are generation-guarded so stale responses from a previously
selected project cannot switch the visible repository state.
2026-08-24 14:55:59 +02:00
marius-kilocode b712c2f7c1 chore(sdk): regenerate v2 client for MCP resource and tool endpoints 2026-08-24 14:55:51 +02:00
marius-kilocode 7669119ce6 fix: annotate pwsh probe line for kilocode_change checker 2026-08-24 14:46:33 +02:00
kilo-maintainer[bot] d808e309e9 chore: update kilo-vscode visual regression baselines 2026-08-24 12:46:31 +00:00
marius-kilocode acc1c217bb fix(agent-manager): unify toolbar control heights and spacing 2026-08-24 14:42:16 +02:00
marius-kilocode 98ea338c82 fix: prefer powershell 7 over legacy 5.1 on windows 2026-08-24 14:36:15 +02:00
kilo-maintainer[bot] 90437c0ef7 chore: update kilo-vscode visual regression baselines 2026-08-24 12:34:33 +00:00
marius-kilocode fcdcb45dac merge main into improve-review-comments-ui 2026-08-24 14:30:43 +02:00
marius-kilocode 81d3649232 test(core): expect powershell 7 selection over legacy 5.1 on windows 2026-08-24 14:27:09 +02:00
Marius e1198adeb3 Merge pull request #13362 from Kilo-Org/fix-wait-background-agents
fix(cli): clarify background Task orchestration
2026-08-24 14:24:48 +02:00
marius-kilocode 8d0750f563 fix(test): handle platform PTY cleanup 2026-08-24 14:24:08 +02:00
marius-kilocode 35de2d1ec2 fix(test): stabilize cross-platform PTY checks 2026-08-24 14:14:10 +02:00
marius-kilocode 8e11b29b6d test(vscode): use local review comment fixtures 2026-08-24 13:59:42 +02:00
marius-kilocode 56cf3934c0 fix(ci): annotate all PTY smoke commands 2026-08-24 13:53:38 +02:00
Marius b2fa8d285d Merge pull request #13354 from Kilo-Org/fix/document-open-file-optional-chain
refactor(vscode): simplify openFile null check with optional chaining
2026-08-24 13:53:27 +02:00
marius-kilocode 575a4ad819 chore(ci): simplify PTY smoke annotations 2026-08-24 13:50:43 +02:00
arrrkady c68400fa7f Merge pull request #13361 from Kilo-Org/docs/eol-products
docs(kilo-docs): mark KiloClaw end of life
2026-08-24 13:50:05 +02:00
marius-kilocode 92ca332ffe chore(vscode): consolidate review changeset 2026-08-24 13:47:55 +02:00
marius-kilocode a35585ad9d test(cli): validate PTY across release targets 2026-08-24 13:46:27 +02:00