Releases: pintaste/gas
Releases · pintaste/gas
Release list
gas 0.1.1
SuperGrok usage display, auth health, and token hygiene
Features
- Credit usage on
gas ls,gas status, and newgas usage/gas cost- Compact list:
N% used · $a/$b · Resets in Xd Yh Zm - Weekly pool % (omitted by API → 0% used, same as web UI)
- Monthly
$used/$limit(!when over) - Per-product breakdown in detail views
- Compact list:
- Auth health:
re-loginbadges + one-line fix hint - Token hygiene
- Mirror live
auth.json→ matching account slot on every command gas refresh/gas refresh -ffor proactive OIDC refresh + write-back- Early refresh skew (default 30 minutes,
GAS_REFRESH_SKEW_SECS)
- Mirror live
- Offline:
gas ls --no-usage,GAS_USAGE=0
Install / upgrade
curl -fsSL https://raw.githubusercontent.com/pintaste/gas/main/install.sh | bash
gas version # gas 0.1.1Notes
- Local switch counters remain under
gas stats(not mixed with credit usage) - No auto-switch on rate limits (display only)
- Revoked refresh tokens need:
gas to N && grok login && gas add
Full changelog: CHANGELOG.md
gas 0.1.0
gas 0.1.0
Multi-account switcher for the Grok CLI.
Install
curl -fsSL https://raw.githubusercontent.com/pintaste/gas/main/install.sh | bashQuick start
gas add
grok logout && grok login # second account
gas add
gas swWritten by Grok 4.5 (high).