You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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