1 unstable release
| 0.6.0 | Jan 15, 2026 |
|---|
#397 in Development tools
14KB
254 lines
Hanzo Dev
AI-powered development assistant with GitHub Copilot integration.
Installation
cargo install hanzo-dev
Quick Start
# Setup GitHub Copilot
dev copilot setup --check
dev copilot setup --install
# Interactive chat with Copilot
dev copilot chat
# Get code suggestions
dev copilot suggest "sort an array in Rust"
# Generate shell commands
dev copilot shell "find all Python files and run tests"
Commands
Copilot Integration
dev copilot chat- Interactive chat with GitHub Copilotdev copilot suggest <input>- Get code suggestionsdev copilot shell <task>- Generate shell commandsdev copilot setup --check- Check installation statusdev copilot setup --install- Install Copilot extension
General
dev version- Show version informationdev setup- Setup and check dependencies
Requirements
- GitHub CLI (
gh) - GitHub Copilot extension:
gh extension install github/copilot - GitHub account with Copilot access
Full Version
This is a minimal Rust implementation. For the complete Hanzo Dev experience with TUI, advanced features, and more integrations, install the full version:
npm install -g @hanzo/dev
Repository
- GitHub: https://github.com/hanzoai/dev
- Website: https://hanzo.ai/dev
License
MIT
Dependencies
~3.5–5.5MB
~91K SLoC