Skip to content

fix(agent-manager): restore multi-project progress indicators - #12850

Merged
marius-kilocode merged 2 commits into
mainfrom
fix-multi-project-progress-indicators
Aug 4, 2026
Merged

fix(agent-manager): restore multi-project progress indicators#12850
marius-kilocode merged 2 commits into
mainfrom
fix-multi-project-progress-indicators

Conversation

@marius-kilocode

Copy link
Copy Markdown
Collaborator

Multi-project Agent Manager currently routes progress state through the active project and omits busy rendering for expanded project bodies. Local and worktree indicators can therefore remain idle while the corresponding session is working, and multi-version setup progress can be cleared in the wrong project.

This scopes busy and session activity to each project, restores local and worktree indicators in the multi-project sidebar, and carries project ownership through multi-version progress and initial-message events. The result keeps parallel project activity visible without allowing colliding local or worktree IDs to overwrite one another.

@kilo-code-bot

kilo-code-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

lgtm

Files Reviewed (13 files)
  • .changeset/fix-multi-project-progress.md
  • packages/kilo-vscode/src/agent-manager/provider-multi-version.ts
  • packages/kilo-vscode/src/agent-manager/types.ts
  • packages/kilo-vscode/tests/unit/agent-manager-initial-message.test.ts
  • packages/kilo-vscode/tests/unit/agent-project-progress.test.ts
  • packages/kilo-vscode/tests/unit/project-store.test.ts
  • packages/kilo-vscode/webview-ui/agent-manager/AgentManagerApp.tsx
  • packages/kilo-vscode/webview-ui/agent-manager/ProjectList.tsx
  • packages/kilo-vscode/webview-ui/agent-manager/ProjectSidebarBody.tsx
  • packages/kilo-vscode/webview-ui/agent-manager/initial-message.ts
  • packages/kilo-vscode/webview-ui/agent-manager/project/progress.ts
  • packages/kilo-vscode/webview-ui/src/types/messages/extension-messages.ts
  • packages/kilo-vscode/webview-ui/src/types/messages/webview-messages.ts

Reviewed by kimi-k3 · Input: 232.4K · Output: 31.4K · Cached: 4.3M

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit 8424535 into main Aug 4, 2026
23 checks passed
@marius-kilocode
marius-kilocode deleted the fix-multi-project-progress-indicators branch August 4, 2026 12:21
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
…gress-indicators

fix(agent-manager): restore multi-project progress indicators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants