Add copilot-hud plugin#39
Open
griches wants to merge 1 commit into
Open
Conversation
copilot-hud is a real-time status HUD for the GitHub Copilot CLI's `statusLine` feature. It surfaces project path, git branch, a live context-window bar (using current_context_used_percentage and displayed_context_limit), running/completed tool activity, background agent tracking, and a remote-session indicator (when --remote/--connect is attached). Plugin lives at https://github.com/griches/copilot-hud, MIT licensed, v1.2.5.
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
Adds
copilot-hudas an external-source plugin entry inmarketplace.json.Why
copilot-hudis a real-time status HUD for the GitHub Copilot CLI'sstatusLine(experimental) feature. It renders a compact multi-line view with project path, git branch, a live context-window bar (usingcurrent_context_used_percentage/displayed_context_limit), running and completed tool activity, background agent tracking, and a remote-session indicator that lights up when a remote controller is attached via `--remote` / `--connect`.Plugin metadata
Schema notes
Entered as an external
source: { source: github, repo: griches/copilot-hud }— same pattern used by the existingfabric-*entries. The plugin lives at the repo root (nopathneeded). Plugin's ownplugin.jsondeclarescommands/andhooks.json.Happy to adjust the entry, split it differently, or vendor any portion in-tree if the format isn't what you'd like.