Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 680 Bytes

File metadata and controls

23 lines (15 loc) · 680 Bytes

dualcode

Use Claude Sonnet to plan and MiniMax to execute. 2.6x more efficient than Sonnet alone on the same tasks.

Install

curl -fsSL https://raw.githubusercontent.com/elitex45/dualcode/main/install.sh | bash

What it does

Adds a structured protocol to Claude Code so that when you say "dualcode this", Sonnet writes a detailed plan and hands it to MiniMax (via OpenCode) for execution. They coordinate through shared files. You are only involved for architectural decisions.

Requirements

  • Claude Code (claude.ai subscription)
  • OpenCode + MiniMax API key ($10/month)

How it works

Docs