Skip to content

v1.0.0 — plugin packaging, /quota skill, versioning

Choose a tag to compare

@aweussom aweussom released this 28 Jul 20:33
· 14 commits to main since this release

First tagged release.

Highlights

  • Claude Code plugin: the repo is now its own plugin marketplace. Install with:
    /plugin marketplace add aweussom/claude-code-quota
    /plugin install claude-code-quota@aweussom
    
  • /quota skill: the legacy commands/quota.md slash command is now a proper skill (skills/quota/SKILL.md), cross-platform and able to guide statusline setup. Installers migrate pre-1.0 command files automatically.
  • Fixed: the stale marker was silently mangled to ? on Windows — captured stdout defaults to the OEM code page. The statusline template now sets UTF-8 output encoding.
  • Versioning: both libraries stamp lib_version into the quota cache, so /quota can report the installed version.

What it is

Claude OAuth quota (5-hour session % and weekly %) live in your Claude Code status line — no daemon, non-blocking cached fetches, and a cache format shared between native Windows (PowerShell, zero dependencies) and Linux/WSL2 (bash + jq).