🚀 v2.0.0-beta.1 - Revolutionary: Intelligent Model Routing
This is a beta release. Please test thoroughly before using in production.
What's New
The orchestrator (Opus) now analyzes task complexity BEFORE delegation and routes to the optimal model tier:
| Task Type | Model | Why |
|---|---|---|
| "Where is auth?" | Haiku | Simple lookup - fast & cheap |
| "Add validation" | Sonnet | Module work - balanced |
| "Debug race condition" | Opus | Complex - needs deep reasoning |
Key Changes
- ALL agents are now adaptive (except orchestrators which need Opus to analyze and delegate)
- Proactive routing replaces reactive escalation
- Tiered prompt adaptations optimize prompts for each model's capabilities
Adaptive Agent Routing
| Agent | Simple → | Moderate → | Complex → |
|---|---|---|---|
| oracle | Haiku | Sonnet | Opus |
| prometheus | Haiku | Sonnet | Opus |
| momus | Haiku | Sonnet | Opus |
| explore | Haiku | Sonnet | — |
| sisyphus-junior | Haiku | Sonnet | Opus |
Installation (Beta)
# Clone the beta branch
git clone -b v2.0.0-beta https://github.com/Yeachan-Heo/oh-my-claude-sisyphus.git
cd oh-my-claude-sisyphus
./scripts/install.shFeedback
This is a beta release. Please report issues at:
https://github.com/Yeachan-Heo/oh-my-claude-sisyphus/issues
Full Changelog: See CHANGELOG.md