HiAI OpenCode: 14-Agent Multi-Agent Cockpit
Croco.Team May 20, 2026
An OpenCode plugin that turns vanilla OpenCode into a powerful opinionated multi-agent system with structured agents and MCP integrations.
## What is HiAI OpenCode?
HiAI OpenCode is an OpenCode plugin that transforms the base OpenCode editor into a sophisticated multi-agent development environment. Rather than a single AI assistant, the system provides 14 distinct agents — each designed for specific aspects of the development workflow.
## Agent Architecture
The system implements a canonical agent model with clearly defined responsibilities:
### Visible Agents (9)
Bob serves as the orchestrator, breaking down requirements and delegating to specialized agents. Coder handles deep implementation tasks, writing production-quality code with full context awareness. Strategist approaches complex problems with decomposition and dependency analysis. Manager handles delegation, TODO tracking, and progress monitoring.
Critic runs post-implementation review, ensuring code meets quality standards and identifying potential issues before release. Designer coordinates UI/UX work through Stitch integration, transforming concepts into visual designs. Researcher gathers context from codebases and external documentation. Writer produces copy, SEO content, and marketing materials. Vision handles media processing — extracting information from PDFs, analyzing images, and processing visual content.
### Hidden Agents (5)
The system also includes Agent Skills for skill management and discovery, Sub for lightweight bounded tasks, build for general execution, plan for architectural planning, and Quality Guardian for multi-axis review.
## Mode-Based Agent Routing
Different tasks route to different agents based on mode selection:
- Quick mode (single-file fixes, typos, simple modifications) routes to Sub
- Deep mode (autonomous implementation) routes to Coder
- Ultrabrain mode (hard logic, architecture, strategy) routes to Strategist
- Visual-engineering mode routes to Designer
- Writing mode routes to Writer
- Git operations route to Manager
## MCP Integration
The plugin wires together multiple MCP (Model Context Protocol) servers for enhanced capabilities:
Stitch provides design system integration and UI generation. Firecrawl handles web research and content extraction. Context7 accesses library documentation. grep_app searches GitHub for real-world code examples. MemPalace provides knowledge graph and memory capabilities. Sequential-thinking enables structured reasoning for complex problems.
## Installation and Configuration
Install via: opencode plugin @hiai-gg/hiai-opencode@latest --global
Configuration happens through hiai-opencode.json, defining model slots, MCP switchboard settings, and skill discovery controls. The configuration accepts 10 model slots with provider specifications and fallback chains.
## LSP Integration
The system provides language server defaults for TypeScript, Svelte, ESLint, Bash, and Pyright. This enables real-time error detection, intelligent autocomplete, and refactoring support across the development workflow.
## Continuation Mechanisms
Ralph-loop provides automated task continuation — the system remembers where work left off and resumes intelligently. Todo continuation enforcement ensures tasks complete fully rather than being abandoned mid-execution.
The plugin ships as @hiai-gg/hiai-opencode on npm, making it easy to install and update through standard Node.js package management.