docs: add Copilot usage and quota viewer plugins to ecosystem docs#35769
Open
fitri wants to merge 7 commits into
Open
docs: add Copilot usage and quota viewer plugins to ecosystem docs#35769fitri wants to merge 7 commits into
fitri wants to merge 7 commits into
Conversation
add copilot usage and quota viewer plugins to the list
|
Cannot access the repo, is it private? |
Author
Sorry, changed the repo to public |
Author
|
Updated with screenshot of the plugin |
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.
Issue for this PR
Closes #35768
Type of change
What does this PR do?
Adds my plugin, Copilot Quota for OpenCode, to the Plugins table in the ecosystem docs.
Its a TUI plugin that shows live GitHub Copilot usage in the right sidebar, next to Context and LSP: your plan, a used/remaining bar, premium interactions used vs. entitlement, and the days until reset. It reuses the Copilot OAuth token OpenCode already stores after
/connect, so there is no extra setup — no PAT, no org config. It calls the same internal endpoint the official Copilot editors use (copilot_internal/user), which is unversioned, so the widget falls back to a plain status message if that endpoint ever changes shape instead of crashing.Repo: https://github.com/fitri/opencode-copilot-usage-plugin
How did you verify your code works?
Ran it against my own OpenCode setup with a live Copilot Business account. Confirmed the sidebar renders inside an open session (plan, bar, premium usage, reset countdown), updates after each assistant response, and that
tscpasses with no errors.Checklist