hanzo-dev

Crates.iohanzo-dev
lib.rshanzo-dev
version0.6.0
created_at2026-01-15 01:01:24.370702+00
updated_at2026-01-15 01:01:24.370702+00
descriptionHanzo Dev - AI-powered development assistant with GitHub Copilot integration
homepagehttps://hanzo.ai/dev
repositoryhttps://github.com/hanzoai/dev
max_upload_size
id2044278
size26,581
z (zeekay)

documentation

README

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 Copilot
  • dev copilot suggest <input> - Get code suggestions
  • dev copilot shell <task> - Generate shell commands
  • dev copilot setup --check - Check installation status
  • dev copilot setup --install - Install Copilot extension

General

  • dev version - Show version information
  • dev 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

License

MIT

Commit count: 7139

cargo fmt