Patch release adding visibility into the account's compute-based Gemini
Notebook allowance.
Added
- Plan usage reporting —
nlm usageand the MCPusage_gettool now report
the measured percentage used, percentage remaining, reset timestamp, and
subscription tier for the rolling and weekly usage windows. The report keeps
the two windows deterministic even when the backend returns them in a
different order. Thanks to @WAOmaster for the implementation in
PR #327.
Fixed
- Quota guidance in the bundled skill — The skill, AI help output, and
linked references now direct assistants to checknlm usageorusage_get
before quota-limited work and distinguish an expired session from an
exhausted allowance.
Changed
- Updated the bundled skill and generated command reference to document the
rolling and weekly compute windows, UTC reset timestamps, JSON output shape,
and the current 49-tool MCP surface.
Removed
- No functionality was removed in this patch release.
Verification
- Release-gate test selection (
not e2e): 1,590 passed, 38 skipped, 1 deselected. - Live CLI and stdio MCP checks returned both usage windows and the active
subscription tier successfully.