@npv12/opencode-context-sidebar
v0.3.0
Published
OpenCode TUI sidebar plugin for context usage progress
Downloads
124
Maintainers
Readme
@npv12/opencode-context-sidebar
OpenCode TUI sidebar plugin that displays context window usage, token counts, and session cost as a progress bar.
Features
- Visual progress bar showing context window usage percentage
- Color-coded bar (accent → warning → error as usage increases)
- Displays token count, context window limit, and session cost
- Updates in real-time as the conversation progresses
Installation
opencode plugin add @npv12/opencode-context-sidebarOr add to your opencode.json:
{
"plugins": {
"@npv12/opencode-context-sidebar": {}
}
}Attribution
This plugin is adapted from streetturtle's context-progress plugin in the opencode-better-sidebar repository.
License
MIT
