feat(cli): restructure statusline commands and auto-install on first …#87
Merged
Merged
Conversation
…launch
- Nest install/doctor/fix under `edgee statusline claude {install,doctor,fix}`
- Add `enable` / `disable` toggles backed by a marker at
`~/.config/edgee/statusline-claude.disabled`
- Auto-install the persistent integration on first `edgee launch <agent>`,
gated by `~/.config/edgee/statusline-claude.installed`
- Add `edgee statusline wrap <cmd>` as the canonical wrap subcommand;
`--wrap <cmd>` kept as a hidden alias so deployed
`.claude/settings.local.json` overlays keep working
- Migrate legacy `edgee doctor --warn-only` SessionStart hooks and stale
wrapper-script paths in `~/.claude/settings.json` automatically
- Remove the per-launch transient install (wrapper.sh + statusline.sh);
the persistent install plus `wrap`/`fix` cover everything it used to
- Update README's statusline section
…cation - Bare `edgee statusline` now prints help (clap `arg_required_else_help`) instead of silently rendering. The renderer is `edgee statusline render`. - Install writes the explicit `edgee statusline render` form to `~/.claude/settings.json` so Claude Code calls the renderer directly. - Add a silent `heal_legacy_statusline()` pass that runs on every `edgee launch <agent>`, even after the install marker is set, to migrate already-deployed `edgee statusline` (bare) and stale wrapper-script paths to the canonical form. Otherwise upgrading users would see help text in their statusline until they re-ran install manually. - Update README.
CLEMENTINATOR
approved these changes
May 6, 2026
SachaMorard
approved these changes
May 7, 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.
…launch
edgee statusline claude {install,doctor,fix}enable/disabletoggles backed by a marker at~/.config/edgee/statusline-claude.disablededgee launch <agent>, gated by~/.config/edgee/statusline-claude.installededgee statusline wrap <cmd>as the canonical wrap subcommand;--wrap <cmd>kept as a hidden alias so deployed.claude/settings.local.jsonoverlays keep workingedgee doctor --warn-onlySessionStart hooks and stale wrapper-script paths in~/.claude/settings.jsonautomaticallywrap/fixcover everything it used toChecklist
Description of Changes
Describe your changes here
Related Issues
List related issues here