Changelog

quartermaster tells you how much quota is left in every agent account on the machine — every Claude Code profile, not just the default one, plus Codex and the providers stored by opencode. The number is read from disk: no network, no credential, no account.

Install with brew install legiosai/tap/quartermaster or npm install -g @legios/quartermaster; the other channels are in the README. Every version below is a git tag and a GitHub release.

Each entry says what a user would notice. Refactors, tests and CI work are left out unless they changed what you see.


v0.1.15 — 2026-09-16

Fixed

v0.1.14 — 2026-09-15

Fixed

Added


v0.1.13 — 2026-09-14

Fixed

Changed


v0.1.12 — 2026-09-14

Fixed

Changed


v0.1.11 — 2026-09-14

Fixed


v0.1.10 — 2026-09-14

Fixed

Changed


v0.1.9 — 2026-09-14

Fixed


v0.1.8 — 2026-09-14

Fixed


v0.1.7 — 2026-09-14

Fixed

Added


v0.1.6 — 2026-09-13

Fixed

Added

Changed


v0.1.5 — 2026-09-11

There is no v0.1.4 tag. 0.1.4 reached npm from a tree that was missing six commits — it went out without the daily budget or the new tray. 0.1.5 is the version that carries them.

Fixed

Added


v0.1.3 — 2026-09-10

Fixed

Added


v0.1.2 — 2026-09-10

Fixed

Added


v0.1.1 — 2026-09-10

Fixed


v0.1.0 — 2026-09-10

First public release. The starting point was a monitor that polled every 120 seconds for hours, logged credential expired — gating poll, and displayed nothing at all, because it read one credential — the default directory's — on a machine where the two real accounts lived somewhere else.

Added