Release Notes
Improved
wt step copy-ignored: Copy gitignored files listed in.worktreeincludebetween worktrees. Useful for syncing.envfiles, IDE settings, and build caches to new worktrees via post-create hooks. Uses COW (reflink) copying for efficient handling of large directories. Matches Claude Code Desktop's worktree file syncing behavior.--foregroundflag: Debug background hooks by running them in the foreground. Available onwt hook post-start,wt hook post-switch, andwt remove. Replaces the deprecated--no-backgroundflag.--varflag for hooks: Override template variables when running hooks manually, e.g.,wt hook post-create --var target=main.[ci] platformconfig: Explicitly set CI platform (githuborgitlab) for GitHub Enterprise or self-hosted GitLab where URL-based detection fails.- Upstream diff in
wt select: Tab 4 shows ahead/behind diff vs upstream tracking branch (remote⇅), matching the column inwt list. {{ base }}and{{ base_worktree_path }}variables: New template variables for creation hooks (post-create, post-start, post-switch) to access the base branch name and worktree path.-vvdiagnostic reports: Double-verbose flag writes a diagnostic report to.git/wt-logs/diagnostic.mdwith environment info, configs, and logs for easy bug reporting.
Fixed
- Warning ordering: Warnings about state discovered during evaluation now appear before the action message, making them feel like considered observations rather than afterthoughts.
- Config validation in
wt config show: Now validates TOML syntax and schema, displaying parse errors with details.
Documentation
- Undocumented features: Added documentation for
--show-promptand--stageflags onwt step commit/squash,skip-shell-integration-promptconfig, and[select] pagerconfig.
Install worktrunk 0.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.10.0/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.10.0/worktrunk-installer.ps1 | iex"Download worktrunk 0.10.0
| File | Platform | Checksum |
|---|---|---|
| worktrunk-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| worktrunk-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| worktrunk-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| worktrunk-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| worktrunk-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |