pi-gemini-cli-quota

Pi extension to view precise Google Cloud Code Assist (Gemini CLI) quotas.

Package details

extension

Install pi-gemini-cli-quota from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-gemini-cli-quota
Package
pi-gemini-cli-quota
Version
0.1.0
Published
Mar 7, 2026
Downloads
22/mo · 6/wk
Author
aerab243
License
MIT
Types
extension
Size
6.1 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-gemini-cli-quota

A Pi extension to view precise Google Cloud Code Assist (Gemini CLI) quotas directly in the chat interface.

Installation

pi -p npm:pi-gemini-cli-quota

Or via GitHub:

pi -p git:github.com/USER/pi-gemini-cli-quota

Features

  • Precise Quotas: Shows decimal precision (e.g., 99.5%) just like the official Gemini CLI.
  • Auto-Sync: Connects to your local @google/gemini-cli session to fetch the most up-to-date information.
  • GCP Insights: Displays your active Google Cloud Project ID and user tier.

Requirements

You must have the official Gemini CLI installed globally on your machine:

npm install -g @google/gemini-cli

And be logged in:

gemini login

Usage

In Pi, simply run:

/gemini-quota

License

MIT