Releases: AryaLabsHQ/agentree
Releases · AryaLabsHQ/agentree
agentree v1.3.0
What's New
✨ Features
- Shell Completion Support (#3) - Added completion support for bash, zsh, fish, and powershell shells
📦 Installation
macOS/Linux
brew tap AryaLabsHQ/tap
brew install AryaLabsHQ/tap/agentreeGo Install
go install github.com/AryaLabsHQ/agentree/cmd/agentree@latestManual Build
git clone https://github.com/AryaLabsHQ/agentree.git
cd agentree
make install🎯 Shell Completion
Enable shell completions for your shell:
# Bash
agentree completion bash > /etc/bash_completion.d/agentree
# Zsh
agentree completion zsh > "${fpath[1]}/_agentree"
# Fish
agentree completion fish > ~/.config/fish/completions/agentree.fish
# PowerShell
agentree completion powershell > agentree.ps1agentree v1.2.0
agentree v1.1.0
agentree v1.0.0
Changelog
Features
- c8c23cd feat: add configuration system and auto-detection capabilities
- db8099e feat: add environment file copying to hatch
- c5b36c8 feat: add interactive TUI and script execution system
- 72d895b feat: add post-create script execution with auto-detection
- 2d763d0 feat: implement CLI commands with Cobra framework
- 018c235 feat: implement core Git worktree and environment operations
- f266ad6 feat: rebrand from hatch to agentree 🌳🤖
Bug Fixes
- cdf2e4e fix: improve git test setup for CI environment
- 5d64e51 fix: make version variable overridable at build time
- de312e2 fix: resolve all golangci-lint issues
- 4a18426 fix: update CI workflow for correct Go project structure
- 52ba2f7 fix: update GITHUB_TOKEN in release workflow
- d912b35 fix: update GoReleaser config to v2 format
- 04f566f fix: update deprecated GoReleaser config options
- 379ed56 fix: use separate tokens for release and homebrew tap