Skip to content

agentree v1.3.0

Latest

Choose a tag to compare

@aryasaatvik aryasaatvik released this 11 Jun 06:23
· 1 commit to main since this release
4f4f55e

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/agentree

Go Install

go install github.com/AryaLabsHQ/agentree/cmd/agentree@latest

Manual 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.ps1