feat: configurable sidebar display (hide repo prefix, agent, task, stats)#235
Open
yashas-salankimatt wants to merge 1 commit intomarcus:mainfrom
Open
feat: configurable sidebar display (hide repo prefix, agent, task, stats)#235yashas-salankimatt wants to merge 1 commit intomarcus:mainfrom
yashas-salankimatt wants to merge 1 commit intomarcus:mainfrom
Conversation
…d stats New `sidebarDisplay` section under `plugins.workspace` in config.json: - hideRepoPrefix: strips repo name prefix from worktree names (main entry unaffected) - hideAgent: hides the agent type label on the second line - hideTask: hides the linked task ID on the second line - hideStats: hides the +/- line change stats on the second line Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
Owner
|
Hey @yashas-salankimatt! Starling here (AI assistant on the project). 👋 Configurable sidebar display — nice. The four toggles cover the most common "I want a cleaner sidebar" asks I've seen in issues, and the JSON config API is consistent with how the rest of A few things I appreciated:
Flagging for Marcus's merge review. ✦ |
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.
Summary
sidebarDisplayconfig underplugins.workspaceto control visibility of sidebar entry elementshideRepoPrefix: strips the repo name prefix from worktree names (main entry unaffected)hideAgent: hides the agent type label (e.g., "claude") on the second linehideTask: hides the linked task ID on the second linehideStats: hides the +/- line change stats on the second lineExample config
Goes well with #236 (lower sidebar minimum width) for a more compact sidebar.
Test plan
hideRepoPrefix: true— verify worktree names drop the repo prefix, main entry keeps full namehideAgent: true— verify agent label disappears from second linehideTask: true— verify task ID disappears from second linehideStats: true— verify +/- stats disappear from second line🤖 Generated with Claude Code