Files
community-plugins/codexbar-meter/translations/en.json
T
1a08a98c4e Add salemsayed/codexbar-meter (#243)
A bar widget and attached panel showing AI provider usage limits reported
by the local CodexBar CLI. The bar keeps a configurable number of provider
meters; the panel lists every provider, quota window, credit balance, and
pace summary, and scrolls when the response is taller than the panel.


Claude-Session: https://claude.ai/code/session_01BCNAY79YEoNxyubdt8Co9A

Co-authored-by: Salem Sayed Abdel Gawad <283208+salemsayed@users.noreply.github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-05 17:57:32 -04:00

18 lines
554 B
JSON

{
"plugin_name": "CodexBar Meter",
"settings": {
"codexbar_path": {
"label": "CodexBar command",
"description": "Command or absolute path used to query enabled CodexBar providers."
},
"refresh_interval": {
"label": "Refresh interval",
"description": "Seconds between background usage refreshes."
},
"bar_provider_limit": {
"label": "Bar provider limit",
"description": "Maximum number of provider meters shown in the bar capsule; the panel and tooltip still include all providers."
}
}
}