Skip to main content
Changelog
v1.9.02026-06-16by Fatih

Worktree gate removed: changes land directly on your branch

The worktree gate was causing confusion, since users couldn't see changes in their editor without switching branches. It's gone: four hook files and roughly 450 lines removed.

fiximprovement

Why

The worktree gate caused confusion: users couldn't see changes in their editor without switching branches. This release removes it entirely.

Removed

  • -The PreToolUse gate hooks (git-gate, worktree-gate), the SessionStart worktree-session hook, and the Stop worktree-close hook.
  • -The worktree session section of CLAUDE.md.
  • -Four JS hook files, about 450 lines total.

Changes now land directly on your local branch, no worktree required.