Skip to content

0.6.2 - 2026-04-09

Choose a tag to compare

@github-actions github-actions released this 09 Apr 08:50

Release Notes

Highlights

  • ship the patched root SKILL.md so repo-level setup guidance finally matches the provider-native hook model already used by Codex and Claude
  • add regression coverage to keep the root skill aligned with the real hook install targets and routing metadata expectations

Documentation and tooling

  • document clawhip hooks install --all --scope global --force directly in the root skill
  • document the canonical local install targets:
    • ~/.clawhip/hooks/native-hook.mjs
    • ~/.codex/hooks.json
    • ~/.claude/settings.json
  • add root-level guidance for .clawhip/project.json, repo_name / project route filters, and the detached-worktree metadata caveat

Upgrade notes

  • crate version is now 0.6.2
  • if you use the repo root SKILL.md as your operator/setup guide, refresh to this release before onboarding new local installs
  • root skill examples now prefer provider-native repo_name / project routing over wrapper-era session-prefix assumptions

Install clawhip 0.6.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Yeachan-Heo/clawhip/releases/download/v0.6.2/clawhip-installer.sh | sh

Download clawhip 0.6.2

File Platform Checksum
clawhip-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
clawhip-x86_64-apple-darwin.tar.xz Intel macOS checksum
clawhip-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
clawhip-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum