From c511466993bb4e5d65e90105826d557c607c55fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:45:54 +0000 Subject: [PATCH] Add external plugin usage-insights (#3146) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 25 +++++++++++++++++++++++++ plugins/external.json | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index dca65fb0..ad4a1cdf 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -2052,6 +2052,31 @@ "sha": "edfa6465916b5f4b9c6f8ca558b69518621ab810" } }, + { + "name": "usage-insights", + "description": "Inspect current and historical GitHub Copilot token and AI-credit usage with per-agent rollups and in-canvas session drill-down.", + "version": "1.0.0", + "author": { + "name": "David Kaya", + "url": "https://github.com/davidkaya" + }, + "repository": "https://github.com/davidkaya/github-copilot-usage-insights", + "homepage": "https://github.com/davidkaya/github-copilot-usage-insights", + "license": "MIT", + "keywords": [ + "ai-credits", + "canvas", + "copilot-extension", + "session-analytics", + "token-usage", + "usage-insights" + ], + "source": { + "source": "github", + "repo": "davidkaya/github-copilot-usage-insights", + "sha": "3b018ccef438d7086c30bd347f0df707689073ee" + } + }, { "name": "vercel-plugin", "description": "Build and deploy web apps and agents. Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.", diff --git a/plugins/external.json b/plugins/external.json index d77f3cf0..20b73c30 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1466,6 +1466,31 @@ "sha": "edfa6465916b5f4b9c6f8ca558b69518621ab810" } }, + { + "name": "usage-insights", + "description": "Inspect current and historical GitHub Copilot token and AI-credit usage with per-agent rollups and in-canvas session drill-down.", + "version": "1.0.0", + "author": { + "name": "David Kaya", + "url": "https://github.com/davidkaya" + }, + "repository": "https://github.com/davidkaya/github-copilot-usage-insights", + "homepage": "https://github.com/davidkaya/github-copilot-usage-insights", + "license": "MIT", + "keywords": [ + "ai-credits", + "canvas", + "copilot-extension", + "session-analytics", + "token-usage", + "usage-insights" + ], + "source": { + "source": "github", + "repo": "davidkaya/github-copilot-usage-insights", + "sha": "3b018ccef438d7086c30bd347f0df707689073ee" + } + }, { "name": "vercel-plugin", "description": "Build and deploy web apps and agents. Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.",