From 66428ed1794665eb720bc82403e905b8e59ea843 Mon Sep 17 00:00:00 2001 From: Gary Riches Date: Wed, 13 May 2026 16:49:39 +0100 Subject: [PATCH] Add copilot-hud plugin 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. --- .github/plugin/marketplace.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index bc29706..cc1c451 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -121,6 +121,29 @@ "performance" ], "license": "MIT" + }, + { + "name": "copilot-hud", + "source": { + "source": "github", + "repo": "griches/copilot-hud" + }, + "description": "Real-time status HUD for GitHub Copilot CLI — shows project path, git branch, live context bar, tool activity, background agent tracking, and a remote-session indicator.", + "version": "1.2.5", + "repository": "https://github.com/griches/copilot-hud", + "keywords": [ + "hud", + "statusline", + "copilot-cli", + "context", + "tools", + "agents", + "git" + ], + "license": "MIT", + "author": { + "name": "Gary Riches" + } } ] }