Skip to content

Releases: ditfetzt/pi-antigravity-quota

v0.1.4

06 Feb 12:40

Choose a tag to compare

Maintenance release to fix NPM distribution tags.

v0.1.3

06 Feb 12:00

Choose a tag to compare

Simplified repository structure by moving extensions/index.ts to the root index.ts.

v0.1.2

06 Feb 12:00

Choose a tag to compare

Renamed extensions/quota.ts to extensions/index.ts and updated banner size in README.

v0.1.1

06 Feb 07:43

Choose a tag to compare

Updates README with visual quota display.

v0.1.0

06 Feb 07:05

Choose a tag to compare

Added

  • Quota Dashboard: New /quota command to visualize Google Cloud Code model usage.
  • Smart Grouping: Models automatically categorized into families (Claude, Gemini, Other).
  • Visual Health Indicators: Progress bars and color coding (Green/Yellow/Red) for quick status assessment.
  • Auto-Discovery: Automatically detects credentials from ~/.pi/agent/auth.json.
  • Filtering: Hides internal/deprecated models and noise (like "Gemini 2.5").
  • Npm Support: Fully structured as a pi-package for easy installation via pi install npm:pi-antigravity-quota.

Changed

  • Refactored project structure to follow pi package conventions (extensions/ directory).