opencode-usage-bar
v1.1.4
Published
Claude usage bars in the OpenCode TUI sidebar.
Readme
opencode-usage-bar
Claude usage bars in the OpenCode TUI sidebar.

It adds progress bars to the sidebar for your Claude usage limits:
- Session and weekly usage
- Reset time for each limit
- Bar color turns yellow past 70% and red past 90%
Requirements
- OpenCode
>=1.15.0(it may work with older versions, but it's untested) - The
claudeCLI, installed and logged in. The plugin reads usage by running the/usagecommand.
Installation
Install from the CLI:
opencode plugin opencode-usage-barOr from OpenCode commands:
- Press
Ctrl+P - Select
Install Plugin - Enter
opencode-usage-bar
Local use
Point a TUI config at the package directory:
{
"$schema": "https://opencode.ai/tui.json",
"plugin": ["../"]
}The package exports its TUI entry at ./tui.
