Release Notes
Improved
-
Nushell support (experimental): Initial nushell shell integration — shell wrapper, completions, and
wt config shell installsupport. This is a proof-of-concept and will need iteration before it's usable; if you're a nushell user feel free to try it and report issues. (#964, thanks @arnaudlimbourg) -
Version check in
wt config show --full: The diagnostics section now queries GitHub for the latest release and shows "Up to date", "Update available", or "Version check unavailable". Gated behind--fullso normal commands are unaffected. Closes #1003. (#1011, thanks @risperdal for requesting) -
Fish outdated wrapper detection:
wt config shownow detects when the installed fish shell wrapper has outdated code (e.g., from a previous version) and shows "Outdated shell extension" with a reinstall hint, instead of incorrectly reporting "Not configured". (#1009)
Fixed
-
LLM subprocess blocked in Claude Code sessions: Claude Code sets
CLAUDECODE=1which blocks nested invocations, breakingwt step commitandwt mergecommit generation. Now strips the env var before spawning the LLM command. (#1021) -
Blank line between hint and subject in config show: The "To configure, run wt config shell install" hint was visually detached from the shell entries it referred to. (#1007)
Documentation
-
Status symbol descriptions: Corrected quick start documentation —
↕means diverged from default branch (not unpushed commits),+means staged changes (not uncommitted changes). (#1017) -
Claude Code commit command: Added
CLAUDECODEenv var unsetting to the Claude Code documentation for commit message generation. (#1020)
Internal
-
Environment variable prefix standardization: Renamed remaining
WT_TEST_*env vars toWORKTRUNK_TEST_*, completing the prefix migration. (#1016) -
Plugin metadata: Aligned plugin description with Cargo.toml tagline (#1019), fixed duplicate skills declaration (#1014, thanks @jacksonblankenship for reporting #1013), corrected marketplace source path (#1012).
Install worktrunk 0.24.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.24.0/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.24.0/worktrunk-installer.ps1 | iex"; git-wt config shell installInstall prebuilt binaries via Homebrew
brew install worktrunk && wt config shell installDownload worktrunk 0.24.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 |
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