JSPM

hanzo-node

0.6.52
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q56077F
  • License Apache-2.0

Hanzo Dev CLI - AI-powered development assistant for Node.js projects

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hanzo-node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    hanzo-node

    Hanzo Dev CLI - AI-powered development assistant for Node.js projects.

    Installation

    # Global installation
    npm install -g hanzo-node
    
    # Or run directly with npx
    npx hanzo-node

    Usage

    # Start the interactive CLI
    hanzo
    
    # Or use the full command name
    hanzo-dev
    
    # Run with a specific prompt
    hanzo "explain this codebase"

    Features

    • AI-powered code generation and explanation
    • Context-aware assistance that understands your project
    • Multi-provider support (OpenAI, Anthropic, etc.)
    • Terminal-based UI with streaming responses
    • MCP (Model Context Protocol) integration

    Platform Support

    • macOS (Apple Silicon and Intel)
    • Linux (x64 and ARM64)
    • Windows (x64)

    Configuration

    Configuration is stored in ~/.hanzo/config.toml:

    [default]
    model = "claude-sonnet-4-20250514"
    provider = "anthropic"

    Environment Variables

    • ANTHROPIC_API_KEY - Anthropic API key
    • OPENAI_API_KEY - OpenAI API key
    • HANZO_MODEL - Override default model
    • HANZO_PROVIDER - Override default provider
    • @hanzo/dev - Same CLI with different package name
    • @just-every/code - Upstream fork compatibility

    License

    Apache-2.0