Subscription limits for the active agent's provider as a composer pill in Paseo: 5-hour and weekly usage at a glance, full breakdown on press.
From the plugin's README
paseo plugin add ortschun/paseo-limits --ref mainSecurity status covers commit 4c92092a1f42. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
paseo plugin add ortschun/paseo-limits
Plugins must be enabled on the daemon (Settings → Plugins → Enable plugins). Requires Paseo 0.8 or later.
To install from a local checkout instead:
git clone https://github.com/ortschun/paseo-limits
cd paseo-limits && npm install && npm run typecheck
paseo plugin install "$PWD"
README
Subscription limits for the agent you're talking to, as a pill above the composer in Paseo.
The pill shows the provider's logo and its rate-limit windows, e.g. 5h 18% · wk 16%. Press it for the full breakdown: every window as a bar, reset times, plan, and balances. When a window passes 70% a small amber dot appears on the logo; past 90% it turns red.
The pill follows the agent's provider. A Claude agent shows Claude limits, a Codex agent shows Codex limits, and nothing else.
paseo plugin add ortschun/paseo-limits
Plugins must be enabled on the daemon (Settings → Plugins → Enable plugins). Requires Paseo 0.8 or later.
To install from a local checkout instead:
git clone https://github.com/ortschun/paseo-limits
cd paseo-limits && npm install && npm run typecheck
paseo plugin install "$PWD"
paseo.providers.listUsage()), the same source the context-window tooltip uses. No credentials or vendor calls in the plugin.npm install
npm run typecheck
paseo plugin install "$PWD" # first time
paseo plugin reload paseo-limits # after edits
paseo plugin logs paseo-limits
MIT
Scanned 15 Sep 2026, 07:11 UTC from ortschun/paseo-limits.