Show and tell: opencodex-usage-meter — a read-only Hermes Desktop status-bar plugin for quota & usage #2438
Vocllum
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi! I built a small status-bar plugin that consumes the OpenCodex CLI's usage data, and wanted to share it here since it might be useful to other dashboard users.
opencodex-usage-meter — a read-only Hermes Desktop status-bar plugin (MIT).
Your pinned targets live in the status bar as glanceable chips —
ChatGPT 6% | OpenCode Go 75%, colored by urgency — and hovering opens the full panel:What it does:
It's purely a read-only consumer of
ocx— no credentials touched, nothing written back.One integration note for fellow plugin builders: because of #1497, on busy installs the 30d/all ranges can be bounded by the same usage tail. The plugin surfaces the upstream truncation warning rather than hiding it — worth knowing if you're also aggregating
usage --jsonoutput.Install steps are in the README. Feedback welcome!
All reactions