Skip to content

Releases: kierzio/tokengauge-releases

Token Gauge v1.3.0

Choose a tag to compare

@kierzio kierzio released this 04 Jul 03:48
41f4533

Changed

  • The agent formerly known as Gemini is now displayed as "Antigravity" across the
    app — tab, Overview, Settings, tray tooltip, and notifications — matching Google's
    rename (Antigravity CLI agy succeeded Gemini CLI for individuals, June 2026).
    Internal ids, settings keys, and stored history are unchanged; nothing to migrate.

Token Gauge v1.2.0

Choose a tag to compare

@kierzio kierzio released this 04 Jul 01:51
41f4533

Added

  • Copilot: an honest percentage at last — the gauge now shows GitHub's own
    monthly meter (entitlement, remaining, percent_remaining from the same
    endpoint VS Code's Copilot dashboard uses), so the % is GitHub-reported, never
    invented. Unlocks the hero gauge, tray tone, pace chip and threshold alerts for
    Copilot. Headline card becomes "Monthly Credits" (or "Premium Requests" on
    legacy annual plans); status line reads e.g.
    "GitHub-reported: 13 of 1500 monthly credits used · Copilot Individual".
  • Copilot: zero-setup sign-in — credentials are now discovered locally in
    order: manual/env PAT → Copilot editor sign-in
    (~/.config/github-copilot/{apps,hosts}.json) → GitHub CLI (gh auth token).
    A PAT is no longer required when gh or an editor is signed in. Settings
    shows which source is active (new copilot_auth_source command).
  • Copilot: per-model billing rows — the adapter now tries the dedicated
    …/settings/billing/ai_credit/usage report first (per-model AI-credit rows),
    falling back to the generic per-SKU report; discountAmount (the slice
    covered by included credits) is parsed and surfaced instead of discarded.

Changed

  • Gemini → Antigravity guidance — Google retired Gemini CLI for individuals
    on 2026-06-18 (gemini now returns 403); Antigravity CLI (agy) is the
    successor. All in-app hints now lead with agy, installed-detection probes
    the agy binary too, and copy says "Antigravity/Gemini CLI". (The log parser
    has read both formats since v1.0.)

Token Gauge v1.1.0

Choose a tag to compare

@kierzio kierzio released this 03 Jul 21:26
41f4533

Added

  • Per-model scoped weekly limits from the OAuth limits[] array — e.g. a separate
    Fable bar in the agent panel, Overview (first scoped window at 360px), tray
    tooltip, and threshold notifications.
  • Usage credits spend row when the API spend.enabled flag is set (formatted from
    amount_minor / currency / exponent).

Changed

  • OAuth usage resolution prefers the authoritative limits[] array (session,
    weekly_all, weekly_scoped) with legacy five_hour / seven_day fallback.

Removed

  • Dead weekly_sonnet_pct field (populated but never rendered or notified on).

Fixed

  • Claude CLI User-Agent version path on Windows — resolves versions under
    %LOCALAPPDATA%/claude/versions instead of the Unix-only ~/.local/share path.

Token Gauge v1.0.1

Choose a tag to compare

@kierzio kierzio released this 30 Jun 14:15
41f4533

Fixed

  • macOS “damaged and can’t be opened” on Apple Silicon — enable ad-hoc codesign
    (signingIdentity: "-") and disable hardenedRuntime (incompatible with ad-hoc signing).
    Release CI verifies Signature=adhoc after every Mac build.

Changed

  • macOS install instructions on the landing page and README (right-click → Open,
    quarantine xattr, Open Anyway on Sequoia).

v1.0.0

Choose a tag to compare

@kierzio kierzio released this 29 Jun 08:33
41f4533

Token Gauge 1.0.0 — first stable release

Token Gauge is a menu-bar (macOS) / system-tray (Windows) meter for your AI coding agents. It shows live usage for Claude Code, Codex, Cursor, Copilot and Gemini — your 5-hour rolling window, weekly cap and per-model token budget — so you see the limit coming instead of hitting it mid-task. Everything is read locally; your code and prompts never leave your machine.

  • Free — Claude Code usage, always.
  • Lifetime — $7.99 once — unlocks all five agents, the menu-bar/tray gauge for your primary agent, and threshold notifications across every agent. One licence covers macOS and Windows, up to 3 devices. No subscription.

Download

  • Windowstokengauge-windows-x64-setup.exe. Not yet code-signed, so Windows SmartScreen will warn on first launch: choose More info → Run anyway.
  • macOS (Apple Silicon) — tokengauge-macos.dmg. Not yet notarised, so the first time, right-click the app and choose Open.

Auto-updates are built in — future versions install straight from here.