v0.1.1
·
25 commits
to master
since this release
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.