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
Pre-remove hook: New pre-remove hook runs before worktree removal, enabling cleanup tasks like stopping devcontainers. Thanks to @pwntester in #101. (#107)
JSON context on stdin: Hooks now receive worktree context as JSON on stdin, enabling hooks in any language (Python, Node, Ruby, etc.) to access repo information. (#109)
wt config create --project: New flag to generate .config/wt.toml project config files directly. (#110)
Fixed
Shell completion bypass: Fixed lazy shell completion to use command builtin, bypassing the shell function that was causing _clap_dynamic_completer_wt errors. Thanks to @cquiroz in #102. (#105)
Remote-only branch completions: wt remove completions now exclude remote-only branches (which can't be removed) and show a helpful error with hint to use wt switch. (#108)
Detached HEAD hooks: Pre-remove hooks now work correctly on detached HEAD worktrees. (#111)