You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
feat: add create sub-worktree shortcut to worktree menu (#269)
* feat: add create sub-worktree shortcut to worktree menu
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* fix: address review nits on sub-worktree shortcut
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* refactor: use existing auto-naming for sub-worktrees
Drop the curated NICE_WORDS list and suggestSubworktreeBranchName helper
that pre-filled `<parent>-<word>` branch names. Leaving the branch field
empty lets the backend's existing auto-naming take over (prompt-based when
autoName is configured, `change-<uuid>` fallback otherwise), which also
restores prompt-based naming that pre-filling defeated. Nesting is driven
by baseBranch, not the name prefix, so the nested display is unaffected.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* chore: gitignore .claude/settings.local.json
Local Claude Code settings shouldn't be committed; ignoring prevents
accidentally staging it again.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: centdix <farhadg110@gmail.com>
0 commit comments