| Crates.io | hanzo-dev |
| lib.rs | hanzo-dev |
| version | 0.6.0 |
| created_at | 2026-01-15 01:01:24.370702+00 |
| updated_at | 2026-01-15 01:01:24.370702+00 |
| description | Hanzo Dev - AI-powered development assistant with GitHub Copilot integration |
| homepage | https://hanzo.ai/dev |
| repository | https://github.com/hanzoai/dev |
| max_upload_size | |
| id | 2044278 |
| size | 26,581 |
AI-powered development assistant with GitHub Copilot integration.
cargo install hanzo-dev
# 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"
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 extensiondev version - Show version informationdev setup - Setup and check dependenciesgh)gh extension install github/copilotThis 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
MIT