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>
18 lines
554 B
JSON
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."
|
|
}
|
|
}
|
|
}
|