Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ai-usagebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Track AI plan usage, quota resets, and consumption pace in the Noctalia bar.

The numbers come from [ai-usagebar](https://github.com/akitaonrails/ai-usagebar),
a Rust CLI that reads Claude, Codex, Cursor, Antigravity, Kiro, Z.AI, Nous
Research, OpenCode Go, Command Code, OpenRouter, DeepSeek, Kimi and Grok, among
a Rust CLI that reads Claude, Codex, GitHub Copilot, Cursor, Antigravity, Kiro,
Z.AI, Nous Research, OpenCode Go, Command Code, OpenRouter, DeepSeek, Kimi and Grok, among
others. The plugin runs `ai-usagebar usage --json` and displays the report.
It does not call provider APIs or read credential files.

Expand Down
3 changes: 2 additions & 1 deletion ai-usagebar/plugin.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id = "felipeartur/ai-usagebar"
name = "AI Usage"
version = "2.2.0"
version = "2.2.1"
plugin_api = 22
author = "felipeartur"
license = "MIT"
Expand Down Expand Up @@ -74,6 +74,7 @@ options = [
{ value = "nous", label_key = "settings.vendor.option.nous" },
{ value = "opencode-go", label_key = "settings.vendor.option.opencode_go" },
{ value = "commandcode", label_key = "settings.vendor.option.commandcode" },
{ value = "copilot", label_key = "settings.vendor.option.copilot" },
]

# Named CLI accounts use stable `<provider>@<label>` entry ids. Keeping the
Expand Down
1 change: 1 addition & 0 deletions ai-usagebar/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"antigravity": "Antigravity",
"auto": "Automatic (usage priority)",
"commandcode": "Command Code",
"copilot": "GitHub Copilot",
"cursor": "Cursor",
"deepseek": "DeepSeek",
"grok": "Grok",
Expand Down
Loading