Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.203 Home All releases olderv2.1.202 v2.1.204newer

EnterWorktree: Multi-Repo Workspace Support

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.

Details
  • 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."
Evidence

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.

See this entry in the whole of v2.1.203 →