Skip to content

v0.6.7

Choose a tag to compare

@Yeachan-Heo Yeachan-Heo released this 12 Apr 03:24
· 78 commits to main since this release

0.6.7 - 2026-04-12

Highlights

  • fix native hook repo/worktree metadata so worktree prompt-submitted events route with canonical main-repo names instead of branch/worktree leaf names
  • reconcile prompt-submit marker handling between generated native hooks and clawhip deliver, storing prompt-submit state at the effective worktree root
  • align Codex hook installation with the official OpenAI contract by supporting both ~/.codex/hooks.json and <repo>/.codex/hooks.json while keeping the clawhip bridge in ~/.clawhip
  • keep Claude Code provider-native hook installation global-only, with updated operator docs and regression coverage
  • add regression suites for worktree metadata emission, Codex project/global hook detection, prompt-deliver marker reconciliation, and install-scope rejection

Upgrade notes

  • crate version is now 0.6.7
  • rerun clawhip hooks install --provider codex --scope global --force (or --scope project per-repo) and clawhip hooks install --provider claude-code --scope global --force to refresh existing hook files
  • existing route/config schema remains compatible; no migration required