Usage
Learn how to use Hanzo Dev for interactive and non-interactive AI-powered development.
Hanzo Dev provides multiple modes of operation for AI-powered development assistance.
Interactive Mode
Launch the TUI for conversational coding:
dev "Help me refactor this function"Non-Interactive Mode
Run single tasks headlessly:
dev exec "Add error handling to main.py"Auto Drive
Fully automated multi-turn task execution:
dev auto "Refactor the database module"Multi-Agent Orchestration
Fan out work across multiple AI agents:
/plan <task> # Create a comprehensive plan
/solve <problem> # Solve challenging problems
/code <task> # Perform coding tasksNon-Interactive Mode
Run Hanzo Dev headless for single tasks and CI/CD pipelines.
Execution Policy
Control how Hanzo Dev executes commands with execution policy rules.
Slash Commands
All built-in slash commands available in the Hanzo Dev TUI.
Auto Drive
Fully automated multi-turn task execution in Hanzo Dev.
Agents & Subagents
Configure and orchestrate external CLI agents and multi-agent workflows.
Settings
Full-screen TUI settings panel for model, theme, agents, and more.
Custom Prompts
Create and manage custom prompt snippets in Hanzo Dev.
Skills
Extend Hanzo Dev capabilities with skills.
Advanced Usage
CI/CD integration, MCP configuration, verbose logging, and advanced workflows.