Release Notes
Improved
- Terminal hyperlinks for URLs: The URL column in
wt listnow shows clickable links (OSC 8) in supported terminals, displaying a compact:portthat links to the full URL. - Statusline truncation: Statusline output now intelligently truncates by dropping low-priority segments (URL, CI) before high-priority ones (branch, model) when exceeding terminal width.
- Statusline URL: When a project has a
[list] urltemplate configured, the URL now appears in statusline output for shell prompts. - Bare repo default branch detection: Uses
symbolic-ref HEADas a heuristic for detecting the default branch in bare repos and empty repos before the first commit. - Terminology: Renamed "path mismatch" to "branch-worktree mismatch" for clarity. In JSON output (
wt list --format=json), the fieldpath_mismatchis nowbranch_worktree_mismatch.
Fixed
- Empty bare repo bootstrap:
wt switch --create mainnow works in empty bare repos by handling unborn branches correctly.
Documentation
- CLI help text: Improved descriptions across multiple commands including
wt,wt list,wt select,wt step,wt merge,wt remove, andwt hook. - Web docs copy button: Fixed copy button position so it stays at top-right when scrolling horizontally through code blocks.
Internal
- Claude Code plugin detection:
wt config shownow displays whether the worktrunk Claude Code plugin is installed, with install hints if needed. - Hyperlink diagnostics:
wt config showshows hyperlink support status (active/inactive).
Install worktrunk 0.9.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.9.3/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.9.3/worktrunk-installer.ps1 | iex"Download worktrunk 0.9.3
| 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 |