Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 16:24
· 97 commits to main since this release

What's changed

Added

  • Omarchy can hide the selected provider's percentage or balance for an
    icon-only top-bar entry while keeping full details in the panel and tooltip
    (#104). The established right-click TUI shortcut is unchanged.

Fixed

  • Z.AI usage parsing accepts both CREDIT_LIMIT and the legacy
    TOKENS_LIMIT bucket names, including mixed responses during rollout.
  • Google Antigravity now discovers its dynamically assigned local server on
    Windows through native process and TCP-table APIs, so CLI, TUI, and JSON
    consumers no longer need to update ANTIGRAVITY_LS_ADDRESS after restarts.

Install

Arch (AUR)

yay -S ai-usagebar-bin      # prebuilt binary from this release
yay -S ai-usagebar          # compiles from source

Manual

curl -fsSL https://github.com/akitaonrails/ai-usagebar/releases/download/v1.4.0/ai-usagebar-linux-x86_64.tar.gz | tar xz -C ~/.local/bin ai-usagebar ai-usagebar-tui

Checksums (SHA256)

2415cbbe4a17dbd359854a213d4810ae4f3fdef2f42d15a42df7bc09593ee5e4  ai-usagebar-linux-aarch64.tar.gz
3c4e3265dd281dfcd2d03eb472392002c810dfeedd12d7cdde0599b3a2dceae6  ai-usagebar-linux-x86_64.tar.gz

Full diff: v1.3.1...v1.4.0