What's wrong with this entry?
The path parameter now resolves worktrees from repositories nested inside the launch directory, not just the exact current repo. This enables entering an existing worktree that belongs to a sub-repo in a multi-repo workspace.
- On first entry from the launch directory, the target path is checked against both the current repo and any git repo nested inside it
- From within an already-entered worktree or from an agent with a pinned cwd, the target must still be under
.claude/worktrees/of the same repository - The parameter description now reads: "Path to an existing worktree to enter instead of creating one — of the current repository, or (on first entry from the launch directory) of a repository nested inside it."
EnterWorktree multi-repo support (search for "multi-repo workspace")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.