Skip to content

Releases: kenryu42/pi-grok-cli

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 12:04

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/off into 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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 10:09
  • 332b24c fix: color StrReplace diff lines
  • 233897e feat: consolidate Grok CLI configuration
  • 8bf3828 fix: keep weekly usage block visible when creditUsagePercent is omitted
  • 1d3deac feat: delegate legacy tool shims to pi native tools

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:11
  • 47f8bf1 fix: scope Grok conversation headers

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 03:09
a72a4bf

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

Choose a tag to compare

@github-actions github-actions released this 11 Jul 01:37
  • de81533 feat: show usage reset in local timezone

Thank you to 1 community contributor:

  • @setkyar:
    • feat: show usage reset in local timezone

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:16
  • b35d105 fix: load web search delegate through Pi

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:28
  • a1b8616 feat: add weekly usage limit to grok-cli-usage command

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 00:33
  • e34956c fix(ci): drop npm self-upgrade that broke sigstore provenance publish
  • 53625e1 feat: add support for Grok 4.5 and update client version to 0.2.91

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 19:38

New Features

  • Vision Support — Added the ability to describe images via grok-build with 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.20 model 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.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 09:56

New Feature

  • xAI Device Code Login — Added OAuth device code flow for authentication with xAI. Users can now log in by authorizing via a browser instead of manually managing API keys. (#3, contributed by @setkyar)