Skip to content

0.4.0 - 2026-03-11

Choose a tag to compare

@github-actions github-actions released this 11 Mar 06:17
c92e52e

Release Notes

Highlights

  • added clone-local install lifecycle polish: repo-local install.sh, clawhip install, and clawhip update/uninstall now 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 init and clawhip memory status for filesystem-offloaded memory scaffolds in repos and workspaces
  • normalized native OMC/OMX payloads into the lower-noise session.* contract while keeping legacy agent.* 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 gh is installed and authenticated; disable it with --skip-star-prompt or CLAWHIP_SKIP_STAR_PROMPT=1
  • runtime memory scaffolds can now be bootstrapped and inspected with clawhip memory init and clawhip 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

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

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