Release Notes
Highlights
- added clone-local install lifecycle polish: repo-local
install.sh,clawhip install, andclawhip update/uninstallnow cover the current dev build workflow more cleanly - added an optional post-install GitHub star prompt for interactive installs, with explicit opt-in only and skip controls for both the shell installer and CLI install path
- shipped
clawhip memory initandclawhip memory statusfor filesystem-offloaded memory scaffolds in repos and workspaces - normalized native OMC/OMX payloads into the lower-noise
session.*contract while keeping legacyagent.*compatibility - refreshed live verification guidance around daemon health/status and custom send delivery
Upgrade notes
- crate version is now
0.4.0 - interactive install flows may offer a GitHub star prompt only when
ghis installed and authenticated; disable it with--skip-star-promptorCLAWHIP_SKIP_STAR_PROMPT=1 - runtime memory scaffolds can now be bootstrapped and inspected with
clawhip memory initandclawhip memory status - existing config remains compatible; no config migration is required for this release
Install clawhip 0.4.0
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Yeachan-Heo/clawhip/releases/download/v0.4.0/clawhip-installer.sh | sh
Install prebuilt binaries via powershell script
:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Yeachan-Heo/clawhip/releases/download/v0.4.0/clawhip-installer.ps1 | iex"
Download clawhip 0.4.0
| File | Platform | Checksum |
|---|---|---|
| clawhip-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| clawhip-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| clawhip-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| clawhip-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| clawhip-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |