Release Notes
Improved
[switch] no-cdconfig option: Disable directory change by default withno-cd = truein the[switch]section. Use--cdflag to override when needed. Useful for tmux workflows where sessions handle navigation. Docs (#1401, thanks @jradtilbrook)
Fixed
-
GPG signature output breaks
wt list: Whenlog.showSignatureis set in git config, GPG verification lines contaminated stdout ingit logcalls, causing parse failures. All git log invocations now pass--no-show-signature. (#1465, thanks @apre) -
Tab completions ignore shell substring matching: The binary was prefix-filtering branch candidates before returning them to the shell, preventing fish substring matching (
auth<TAB>→feature/user-auth) and zsh fuzzy matching. Completions now return all candidates and let the shell apply its own matching. (#1471, thanks @benjaminbauer for reporting #1468) -
Tab completions unusable in large repos: Repos with many remote branches triggered the "do you wish to see all N possibilities?" prompt. Remote-only branches are now excluded when the total exceeds 100. (#1442, thanks @cperalt for reporting #1415)
-
Nushell shell integration broken in Home Manager module: The Nix Home Manager module used
useinstead ofsourcefor the nushell init script, and template definitions were not exported, preventing thewtwrapper function from loading. (#1476, thanks @mystilleef for reporting #1475)
Documentation
- Manual commit message recipes: Added recipes to Tips & Patterns for using
commit.generation.commandconfig to write commit messages by hand with$EDITORinstead of an LLM. (#1469, thanks @viicslen for the feature request in #1467)
Internal
- Skill/CI guidance: Improved Claude bot skills for triage, code review, and CI monitoring. (#1485, #1477, #1474, #1472, #1470, #1458, #1447)
Install worktrunk 0.29.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.29.2/worktrunk-installer.sh | sh && wt config shell installInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.29.2/worktrunk-installer.ps1 | iex"; git-wt config shell installInstall prebuilt binaries via Homebrew
brew install worktrunk && wt config shell installDownload worktrunk 0.29.2
| 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 |
Install via Cargo
cargo install worktrunk && wt config shell installInstall via Winget (Windows)
winget install max-sixty.worktrunk && git-wt config shell installInstall via AUR (Arch Linux)
paru worktrunk-bin && wt config shell install