Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Apr 02:06
· 57 commits to main since this release
v0.1.1
865dc26

0.1.1 - 2026-04-03

Initial Release

Initial release of xfeat CLI for managing git worktrees across multiple repositories

Features

  • xfeat new — create a feature with worktrees for specified repositories
  • xfeat list — list all features with their worktrees and branches
  • xfeat remove — remove a feature with confirmation and uncommitted change warnings
  • xfeat sync — sync a feature with the latest main branch (fetch + rebase)
  • xfeat init — generate shell initialization code with autocompletion
  • xf shell wrapper (currently zsh only)