Releases: roohcode/grok-for-openclaw
Releases · roohcode/grok-for-openclaw
v1.1 - Repair & Update Mode
🚀 v1.1 Update
This release introduces a Smart Repair/Update Mode for the installer.
What's New
- Preserve Settings: If an existing xAI installation is found, you can now choose to Update/Repair without re-entering your API key or re-selecting a default model.
- Cleaner UX: The installer now presents a clear menu:
Update / Repair(Recommended for fixes/upgrades)Reinstall(Clean slate)Cancel
Changed Files
install.sh: Added logic to read existing config, extract API key/model, and offer the new menu options.
How to Update
cd grok-for-openclaw
git pull
./install.shv1.0 Stable
🦞 Grok for OpenClaw v1.0 Stable
First stable release. Adds xAI Grok support to OpenClaw.
Features
- One-click installer with API key validation
- Auto-detects available Grok models from your account
- All 8 Grok models supported (Grok 2 → Grok 4.1)
- Security-hardened scripts (hidden key input, process-safe API calls)
- Clean uninstaller with automatic fallback
Install
git clone https://github.com/roohcode/grok-for-openclaw.git
cd grok-for-openclaw
./install.shBy ROOH