Skip to content

0.6.4 - 2026-04-10

Choose a tag to compare

@github-actions github-actions released this 10 Apr 04:27

Release Notes

Breaking

  • replace provider-specific wrapper/launcher docs with the shared provider-native Codex + Claude hook surface
  • document clawhip native hook as the generic ingress for shared hook payload verification
  • move public guidance to provider-native installation, .clawhip/project.json, and additive .clawhip/hooks/ augmentation

Highlights

  • add clawhip deliver for prompt-submit-aware prompt recovery into existing hooked tmux-backed provider sessions
  • validate repo-local hook setup and active Codex/Claude (including OMC/OMX wrapper) panes before retrying Enter
  • record prompt-submit readiness in .clawhip/state/prompt-submit.json so delivery can stop once the hook actually fires

Upgrade notes

  • if you were using wrapper-specific launch flows, migrate to provider-owned hook registration plus clawhip native hook for local testing
  • the shared v1 contract now documents only SessionStart, PreToolUse, PostToolUse, UserPromptSubmit, and Stop

Install clawhip 0.6.4

Install prebuilt binaries via shell script

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

Download clawhip 0.6.4

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