Skip to content

Conversation

@Drilmo
Copy link
Contributor

@Drilmo Drilmo commented Feb 3, 2026

Summary

RFC and initial design for bringing parallel task execution with git worktrees to the main extension panel (ClineProvider).

Related Issue: #5640

Context

Currently, the main sidebar panel executes tasks strictly sequentially:

  • Users must wait for one task to complete before starting another
  • The Agent Manager already supports parallel execution with worktrees
  • This feature would bring that capability to the main panel

Changes

  • Added RFC document at .github/docs/parallel-tasks-worktree-extension.md
  • Outlines technical design, key components, and migration path

Status

🚧 Draft - This PR is for discussion and design review. Implementation will follow once the approach is validated.

Key Design Points

  1. TaskManager: New abstraction to manage multiple active tasks
  2. WorktreeManager: Reuse from Agent Manager (shared code)
  3. UI Changes: Task tabs, switcher, merge assistant
  4. Migration: Phased approach to maintain compatibility

Open Questions

  • Rate limiting strategy across parallel tasks?
  • Opt-in vs default for parallel mode?
  • UI/UX for multiple active tasks?
  • Session persistence on restart?

References

Initial design document for bringing parallel task execution with git
worktrees to the main extension panel (ClineProvider).

Closes Kilo-Org#5640
@changeset-bot
Copy link

changeset-bot bot commented Feb 3, 2026

⚠️ No Changeset found

Latest commit: c8bc759

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

1 participant