Conversation
worktrunk-bot
left a comment
Collaborator
There was a problem hiding this comment.
Version bump, contributor credits, and semver-checks reasoning all check out. One citation gap noted inline.
Per @worktrunk-bot review: #2738 is a follow-up to #2725 that hardens `git worktree add` in `move_main_worktree` against hyphen-prefixed branches. It merged to main before this release PR, so it ships in 0.50.0 — add it to the bullet's PR list and note the `wt step relocate` site.
worktrunk-bot
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.50.0.
Highlights:
wt switch pr:<N>,wt list --full, andwt config show --fullrecognize Azure DevOps via theazCLI.pr:shortcut (feat(switch): experimental Gitea PR support via pr: shortcut #1320, thanks @SjB)..config/wt.tomlfrom the worktree they act on — the primary-worktree fallback is gone, andpost-removereads the removed worktree's config (snapshotted before removal). Approval prompts collect hook commands from the same worktree. Breaking change for setups that relied on the primary-worktree fallback; the changelog entry has the recovery action. (fix(hooks): resolve project config from the worktree the hook acts on #2690, fix(hooks): resolvewt switch's post-switch hooks from the new worktree #2703, refactor(hooks): drop primary-worktree config fallback; surface parse errors #2714, fix(hooks): drop primary fallback from collect_remove_hook_commands too #2717, fix(prune): approve each pruned worktree's pre-remove #2701, fix(hooks): propagate Repository::at errors in pre-remove config resolution #2708, docs+test(hooks): tighten "(else the primary)" wording; cover the no-config approval path #2727, feat(hooks):post-removereads the removed worktree's config (snapshot before removal) #2736, fix(hooks): approvepost-switchagainst the removal's destination worktree #2748)wt switchpicker'salt-rremoval no longer runs unapproved project hooks (refactor(picker): route alt-r removal through handle_remove_output #2746) — the picker's removal path is now routed throughhandle_remove_outputand consults the existing approval state read-only.wt config alias showwith no name lists every alias's full definition (feat(config): list all aliases whenwt config alias showhas no name #2684, feat(config): barewt config alias showlists full definitions #2691);wt --helpswitches to a compact aliases pointer (refactor(help): compact the aliases section in --help #2688).wt list --brancheswarm-run perf: SHA-keyed cache formain↕andRemote⇅ahead/behind counts; shared push-remote URL and local-branch scan (perf(list): cache ahead/behind counts SHA-keyed; skip the for-each-ref walk on warm runs #2704, perf(list): cold-start primer for the Remote⇅ column, per-upstream-group #2718, perf(list): cache push-remote URL and share local-branch scan with capture_refs #2673).wt-switch-createskill (feat(plugin): ship the wt-switch-create skill in the Claude Code plugin #2737, thanks @onetom for ClaudeEnterWorktreesupport #2631).See
CHANGELOG.mdfor the full list (8 Improved, 5 Fixed, 5 Internal).semver-checks reports breaking library-API changes (new enum variants without
#[non_exhaustive], removedBranch::github_push_url, new trait method onRemoteRefProvider), which mandates at minimum a minor bump pre-1.0.