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
## Summary
- Add shell completion support for Bash, Zsh, Fish, and PowerShell
- Implement dynamic completions for branch names and worktree names
- Add `agentree completion` command to generate shell-specific scripts
## Changes
- Added `completion.go` with shell script generation command
- Added `completion_helpers.go` with dynamic completion functions
- Enhanced `git.Repository` with `ListWorktrees()` method
- Updated create and remove commands with completion functions
- Added shell completion setup documentation to README
## Test Plan
- [x] Built and tested completion generation for all shells
- [x] Verified dynamic completions work for branch names
- [x] Verified dynamic completions work for worktree names
- [x] All tests passing (`make test`)
- [x] Linting passes (`make lint`)
## Documentation
Updated README with installation instructions for each shell type.
🤖 Generated with [Claude Code](https://claude.ai/code)
0 commit comments