feat: Integrate ccstatusline as a top-level menu option#20
Open
am-will wants to merge 3 commits intonumman-ali:mainfrom
Open
feat: Integrate ccstatusline as a top-level menu option#20am-will wants to merge 3 commits intonumman-ali:mainfrom
am-will wants to merge 3 commits intonumman-ali:mainfrom
Conversation
Adds full ccstatusline integration for configuring status lines on a per-variant basis. Users can now access Status Line configuration from the home menu, with two workflows: 1. Configure & Install: Full ccstatusline TUI for one or more variants - Select variant(s) to configure - Access all ccstatusline options (lines, colors, powerline, etc.) - Apply configuration to selected variants 2. Quick Install: Apply existing ccstatusline config to multiple variants - Shows current ccstatusline configuration preview - Batch install to multiple variants at once - Reports success/failure for each variant Changes: - Add Status Line as top-level home menu option - Add StatusLineMainMenu, MultiVariantSelector, StatusLineConfigScreen, StatusLineQuickInstall screens - Add workspace dependency on ccstatusline - Load variants when entering statusline screens - Support single and multi-variant selection - Add batch variant installation with error reporting 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1832937 to
7bea8aa
Compare
Adds tests for: - MultiVariantSelector (98% coverage) - StatusLineConfigScreen (55% - limited by external dependency) - StatusLineQuickInstall (87% coverage) - AboutScreen (100% coverage) - ProviderSelectScreen up/down nav and ? toggle (98% coverage) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
Adds full ccstatusline integration for configuring status lines on a per-variant basis. Users can now access Status Line configuration from the home menu.
Features
Two workflows for status line configuration:
1. Configure & Install
2. Quick Install
Changes
StatusLineMainMenu- Entry point with Configure & Install / Quick Install optionsMultiVariantSelector- Reusable component for single/multi variant selectionStatusLineConfigScreen- Bridge component wrapping ccstatusline AppStatusLineQuickInstall- Batch install with previewworkspace:*dependencyNavigation Path
Screenshot
Closes #(issue number if applicable)