Skip to content

v3.6.3

Choose a tag to compare

@github-actions github-actions released this 20 May 19:22
Immutable release. Only release title and notes can be modified.
62c560c

Patch Changes

  • cf0889c: Make MCP repository discovery config-driven across multi-repo workspaces. detect_context now reports configured sibling repositories, including nested worktree directories and missing bare repo presence, can include all configured repo worktrees with includeAllWorktrees, and surfaces per-repo worktree enumeration errors. list_worktrees without repoName now groups worktrees across all configured repositories.
  • 972e49a: Push newly created branches to origin by default from create_worktree, keep push=false as an explicit opt-out, and prevent created branches from inheriting the base branch's upstream.