Orchestrator sidebar: icon refresh, diff stats, and UI polish#52
Merged
amandal0903 merged 6 commits intomainfrom Apr 1, 2026
Merged
Orchestrator sidebar: icon refresh, diff stats, and UI polish#52amandal0903 merged 6 commits intomainfrom
amandal0903 merged 6 commits intomainfrom
Conversation
added 6 commits
April 1, 2026 18:47
…t icon - Replace "+ Add Repository" footer with sticky "Projects" header bar and add icon in the orchestrator sidebar - Hide auxiliary bar composite title by setting hasTitle: false - Hide status bar by default (workbench.statusBar.visible = false) - Remove ChatStatusBarEntry (copilot icon) from status bar
- Fix WORKSTREAMS_WORKTREE_PATH visible export in terminals by setting it via shellLaunchConfig.env instead of sendText - Add click handler on offline comment tree items to open diff editor at the commented line - Remove unused ChatStatusBarEntry import
Use codicon-worktree for idle state and codicon-stop-circle for permission state. Tone down permission icon brightness. Delete unused OrchestratorPart class (replaced by OrchestratorViewPane).
Show +additions/-deletions next to each worktree name, right-aligned. Stats include committed changes, uncommitted edits, and untracked files. Fetched in parallel via git diff --numstat and ls-files.
… button Replace chevron + letter avatar with codicon-folder/folder-opened. Remove worktree count from repo header. Add project icon to PROJECTS header. Use codicon-close instead of trash for repo removal.
Refresh stats on file system changes (onDidFilesChange), agent session completion, and window focus. Debounced via RunOnceScheduler with in-flight guard and backoff re-queue. Cache worktree URIs to avoid allocations on hot path. Batch untracked file reads. Add size guard for large files. Fix CSS min-width for long worktree names.
amandal0903
added a commit
that referenced
this pull request
Apr 3, 2026
* feat: streamline UI — Projects header, hide status bar, remove copilot icon - Replace "+ Add Repository" footer with sticky "Projects" header bar and add icon in the orchestrator sidebar - Hide auxiliary bar composite title by setting hasTitle: false - Hide status bar by default (workbench.statusBar.visible = false) - Remove ChatStatusBarEntry (copilot icon) from status bar * fix: env var injection and comment click-to-navigate - Fix WORKSTREAMS_WORKTREE_PATH visible export in terminals by setting it via shellLaunchConfig.env instead of sendText - Add click handler on offline comment tree items to open diff editor at the commented line - Remove unused ChatStatusBarEntry import * fix: update orchestrator icons and remove dead code Use codicon-worktree for idle state and codicon-stop-circle for permission state. Tone down permission icon brightness. Delete unused OrchestratorPart class (replaced by OrchestratorViewPane). * feat: add diff stats to worktree entries in orchestrator sidebar Show +additions/-deletions next to each worktree name, right-aligned. Stats include committed changes, uncommitted edits, and untracked files. Fetched in parallel via git diff --numstat and ls-files. * fix: polish orchestrator repo header — folder icon, drop count, close button Replace chevron + letter avatar with codicon-folder/folder-opened. Remove worktree count from repo header. Add project icon to PROJECTS header. Use codicon-close instead of trash for repo removal. * feat: live-updating diff stats with event-driven refresh Refresh stats on file system changes (onDidFilesChange), agent session completion, and window focus. Debounced via RunOnceScheduler with in-flight guard and backoff re-queue. Cache worktree URIs to avoid allocations on hot path. Batch untracked file reads. Add size guard for large files. Fix CSS min-width for long worktree names.
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.
Changes
codicon-git-branch and bright codicon-debug-pause badge
committed changes, uncommitted edits, and untracked files
window focus. Debounced via RunOnceScheduler with in-flight guard and backoff re-queue. Cached worktree URIs to avoid allocations on
the hot path
PROJECTS header, removed worktree count badge, changed repo remove from trash to close icon