Skip to content

Releases: fnclaude/worktree-paths

claude-code-worktree-paths: v2.0.0

Choose a tag to compare

@fnrhombus fnrhombus released this 18 May 21:25
215e5bf

2.0.0 (2026-05-18)

⚠ BREAKING CHANGES

  • removed the repoSettings.gateEnvVar setting. To disable the plugin in a specific project or on a specific machine, use Claude Code's native enabledPlugins setting instead.

Features

  • remove gateEnvVar setting in favor of enabledPlugins (#18) (6dac43d)

claude-code-worktree-paths: v1.0.2

Choose a tag to compare

@fnrhombus fnrhombus released this 18 May 21:20
172063f

1.0.2 (2026-05-18)

Bug Fixes

  • emit raw worktree path on stdout instead of JSON envelope (#15) (b2d7a2d)

claude-code-worktree-paths: v1.0.1

Choose a tag to compare

@fnrhombus fnrhombus released this 18 May 05:09
9490054

1.0.1 (2026-05-18)

Bug Fixes

  • drop duplicate hooks reference + PAT-gate the release flow (#12) (7fa2f22)

claude-code-worktree-paths: v1.0.0

Choose a tag to compare

@fnrhombus fnrhombus released this 18 May 05:09
claude-code-worktree-paths-v1.0.0
c3f6bc3

1.0.0 (2026-05-18)

⚠ BREAKING CHANGES

  • existing users with worktreePaths.pathTemplate in their settings.json need to rename to repoSettings.worktreeTemplate. No auto-migration; the rename is one find-and-replace in your config.

Features

  • rename block to repoSettings; add host + clone-path placeholders (#10) (faa248b)

claude-code-worktree-paths: v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 May 04:29
38f7e5f

0.5.0 (2026-05-17)

Features

  • allow / in worktree/branch names, block path escape (#6) (618acc5)

claude-code-worktree-paths: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 May 05:07
96129da

0.4.0 (2026-05-17)

Features

  • read worktreePaths from all four Claude Code settings tiers (#7) (dfa20f9)

claude-code-worktree-paths: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 May 19:23
2ce1805

0.3.0 (2026-05-13)

Features

  • sanitize worktree_name input to path-safe characters (#3) (0842f9c)

claude-code-worktree-paths: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 May 19:22
11830a2

0.2.0 (2026-05-13)

Features

  • implement WorktreeCreate hook with fnclaude env-var dispatch (4afe35c)
  • settings-driven templates + release-please + branch policy (#1) (b276134)