Hanzo Dev 3bd618ade6 feat: Add comprehensive integration tests and dev tool for AI agent spawning
Integration Test Suite:
- Full Claude Code integration test covering all MCP tools
- Test installation, tool execution, and multi-agent workflows
- Git worktree management for parallel development
- Automated test runner with comprehensive reporting
- Performance benchmarks and debugging guides

Dev Tool Features:
- Spawn AI agents (Claude, Codex, Gemini, GPT-4, Llama) in git worktrees
- Parallel task execution with automatic branch management
- Real-time agent monitoring and output streaming
- Auto-merge capability for successful completions
- Batch processing for multiple tasks across different agents

MCP Tool Commands:
- dev_spawn: Create AI agent in isolated worktree
- dev_list: Show all active agents
- dev_status: Get detailed agent progress
- dev_stop: Terminate running agent
- dev_merge: Integrate agent changes
- dev_batch: Run multiple tasks in parallel

This enables powerful workflows like:
```
await mcp.call('dev_batch', {
  tasks: [
    'Add unit tests',
    'Optimize queries',
    'Update docs',
    'Fix linting',
    'Add caching'
  ],
  autoMerge: true
});
```

All agents work in parallel on separate branches and can be merged back automatically.
2025-07-05 16:24:49 -04:00
2025-04-04 20:06:12 -05:00
2025-04-04 20:06:12 -05:00
2025-04-04 20:06:12 -05:00

Hanzo AI

VS Code Extension CI/CD JetBrains Plugin CI/CD

The ultimate toolkit for AI engineers.

What You Get

  • 200+ LLMs via Hanzo AI - Every model in one unified API
  • 4000+ MCP Servers - Install ANY MCP server with one command
  • Symbol Search - Find classes, functions, variables across all projects
  • Universal MCP Proxy - Auto-install via npm/uvx and proxy all calls
  • 45+ Legendary Modes - Code like Carmack, think like Norvig
  • Unlimited Memory - Vector/graph/relational/symbol search
  • Browser Automation - Built-in Playwright for web tasks
  • Team Collaboration - Shared context and credits

Quick Start

# VS Code / Cursor / Windsurf
Install hanzoai-*.vsix

# Claude Code
Drag hanzoai-*.dxt

# JetBrains IDEs (IntelliJ, PyCharm, WebStorm, etc.)
Install hanzo-ai-plugin.zip via Settings → Plugins → Install from Disk

# Terminal / Neovim
npx @hanzo/mcp@latest

Use It

# Login to Hanzo AI
@hanzo login  # Opens iam.hanzo.ai in browser

# Or set API key directly
export HANZO_API_KEY=hzo_...  # from iam.hanzo.ai

# Talk to any model
@hanzo agent --model o3-pro solve this algorithm
@hanzo agent --model claude-4 review my code

# Activate legendary modes
@hanzo mode carmack    # Optimize like a game engine
@hanzo mode norvig     # AI implementation mastery

# Control browsers
@hanzo browser navigate https://example.com
@hanzo browser screenshot

# Search everything
@hanzo search "auth flow"

# Symbol search across projects
@hanzo symbols "class UserController"
@hanzo symbols "function authenticate"

# Install any MCP server
@hanzo mcp --action install --package @modelcontextprotocol/server-github
@hanzo mcp --action call --tool github_search --args '{"query": "MCP"}'

Development

VS Code Extension

npm install
npm run compile
npm test
vsce package  # Build VSIX

JetBrains Plugin

cd jetbrains-plugin
./gradlew build
# Or with Docker:
./build-plugin-simple.sh

Claude Code Extension

npm run build:dxt

CI/CD

All extensions are automatically built and tested on push:

  • VS Code extension tests run on Node.js 18
  • JetBrains plugin tests run on Java 17
  • Releases are created automatically for tagged versions

🚀 Login to Hanzo AI | 🌐 Hanzo AI | 📖 Docs | 💬 Discord


Built for engineers who ship.

S
Description
Hanzo tenant service — sourced from hanzoai/extension
Readme MIT
12 MiB
Languages
TypeScript 74.1%
JavaScript 18.8%
HTML 2.1%
Kotlin 1.9%
CSS 1.5%
Other 1.6%