feat(agent-manager): add inline worktree introduction - #13734
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (42 files)
Previous Review Summaries (3 snapshots, latest commit 928253a)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 928253a)Status: No Issues Found | Recommendation: Merge Files Reviewed (20 files)
Previous review (commit d95e20d)The review did not run because the selected model is no longer available. Choose another model in Kilo Code review settings: https://app.kilo.ai/code-reviews Previous review (commit d95e20d)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (39 files)
Reviewed by grok-4.6 · Input: 177.4K · Output: 23.3K · Cached: 1.3M Review guidance: REVIEW.md from base branch |
marius-kilocode
force-pushed
the
improve-agent-manager-welcome-screen
branch
from
September 3, 2026 11:11
928253a to
1414543
Compare
marius-kilocode
enabled auto-merge
September 3, 2026 11:30
WebReflection
approved these changes
Sep 3, 2026
This was referenced Sep 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
Agent Manager reused the generic assistant welcome, leaving new users to discover what worktrees isolate, how parallel tasks relate to a repository, and how work becomes a pull request.
Why This Change Was Made
Explain the workflow where a new session starts, using two example worktree cards rendered by the real card component. The previews show branches, changes, and PR status without creating worktrees, querying GitHub, or exposing active card controls.
The introduction components, state, and styling live in
webview-ui/agent-manager/intro/. Shared chat changes are limited to empty-state composition and layout hooks; normal history rendering and the central Agent Manager provider remain unchanged.User Impact
Evidence
Verified in isolated VS Code: initial inline display, normal and narrow layouts, Skip, re-enable, new sessions, persistence after reload, and draft preservation. The preview is illustrative; no Git operation or model request is started by viewing it.
Introduction enabled
After Skip
Normal welcome in a fresh test workspace, with the control to enable the introduction again. Existing recent-session history remains part of the shared welcome component.