Releases: kenryu42/pi-grok-cli
Releases · kenryu42/pi-grok-cli
Release list
v0.6.0
New Features
- Multiple Grok accounts — Register and switch between multiple X/Grok accounts to pool quota across subscriptions
- Automatic exhaustion rotation — When one account's quota runs out, seamlessly rotate to the next available account
- Cached quota management — Track and cache quota state per account to minimize redundant checks
- Account management dashboard — A local browser-based dashboard (
/grok-cli-accounts gui) built as a state-driven WebGL experience with interactive card UI and cursor spotlight effects - Simplified vision toggle — Collapsed vision
on/offinto a single toggle command
Fixes
- Preserve Grok Build reasoning output during credential isolation
- Preserve active model selection when removing an account
- Harden payload validation and account state handling
- Dashboard: improve offline handling, card states, accessibility, layout, and field rendering
- Dashboard: raise ghost button border contrast for better visibility
- Show free-tier quota as unavailable in the dashboard
v0.5.0
v0.4.1
- 47f8bf1 fix: scope Grok conversation headers
v0.4.0
New Features
- Grok Imagine — AI image generation directly from the CLI via
grok-imagine. Supports custom aspect ratios, automatic file saving, and in-terminal preview. - Imagine tool scope toggle — toggle the image_gen tool provider scope between grok-cli or all.
- Grok Build auth improvements — streamlined authentication flow and tighter build pipeline integration.
v0.3.4
v0.3.3
- b35d105 fix: load web search delegate through Pi
v0.3.2
- a1b8616 feat: add weekly usage limit to grok-cli-usage command
v0.3.1
v0.3.0
New Features
- Vision Support — Added the ability to describe images via
grok-buildwith caching and auto-routing. The Read tool automatically detects image files and routes them through the vision pipeline, with results cached to avoid redundant API calls. - Model Catalog Update — Added
4.20model variants with input type annotations.
Improvements
- Read Tool Refactor — Extracted the Read tool into a standalone implementation and removed workspace path restriction logic.
- Vision Cache Serialization — Vision cache updates are now serialized to prevent race conditions, and mixed text+image read results correctly preserve text content.