Releases: Moore-developers/grok-cli
Releases · Moore-developers/grok-cli
v0.1.6
v0.1.5
Added
- Added
grok-cli updatefor release checks and self-upgrades. - Added low-frequency passive update notices for interactive human-readable commands.
- Added
grok-cli update --no-update-checkandgrok-cli update --enable-update-checkto persistently control passive notices.
Changed
- Documented the update command, release asset strategy, and checksum-backed upgrade flow.
v0.1.4
Updates Grok text model catalog to grok-4.3 and current grok-4.20 variants. Makes grok-4.3 the default model for chat and search.
v0.1.3
v0.1.3
v0.1.2
docs: align v0.1.2 install reference
v0.1.1
Highlights
- Release the SKILL-first / source-first public distribution flow.
- Add the bundled grok-cli skill for installation checks, Cargo install/repair, OAuth login, and command routing.
- Add English default docs with a Chinese mirror under docs/zh/.
- Add GitHub Release guidance for maintainer-built macOS Apple Silicon assets and GitHub Actions-built Windows x64 assets.
Install
npx --yes skills add https://github.com/Moore-developers/grok-cli --skill grok-cli --global --yesOr install the pinned CLI from source:
cargo install --git https://github.com/Moore-developers/grok-cli.git --tag v0.1.1 --lockedAssets
- Windows x64 assets are built and uploaded by GitHub Actions after the tag is pushed.
- macOS Apple Silicon assets are maintainer-built and can be uploaded separately with
scripts/package-local-macos-release.sh v0.1.1 --upload. - macOS Intel and Linux remain source-first / Cargo install for this release.