🚀 v2.0.1 - Beyond the Fork
What started as a port has become something new.
Oh-My-Claude-Sisyphus 2.0 isn't just an adaptation of oh-my-opencode anymore—it's a Claude Code native multi-agent orchestration system that surpasses the original.
Highlights
🧠 Intelligent Model Routing
Automatic complexity detection routes tasks to the right model tier:
- Haiku for simple lookups and searches
- Sonnet for standard implementation work
- Opus for complex reasoning and architecture
🤖 19 Agent Variants
11 base agents + 8 tiered variants for token-efficient task execution:
oracle,oracle-medium,oracle-lowsisyphus-junior,sisyphus-junior-high,sisyphus-junior-low- And more...
🧪 231 Tests
Comprehensive test suite covering:
- Model routing (100 tests)
- Hook system (78 tests)
- Skills (15 tests)
- Installation (28 tests)
🪟 Windows Support
- Cross-platform command detection
- Node.js hook alternatives
- Graceful fallbacks
What's New Since v1.x
- Merged Default Mode - Sisyphus + Orchestrator + Ultrawork consolidated
- QA-Tester Agent - Interactive CLI testing with tmux
- ESLint v9 - Modern flat config
- Vitest Framework - Fast, TypeScript-native testing
Breaking Changes
/orchestratorcommand deprecated (use default mode)- Routing is now proactive (orchestrator decides upfront)
Installation
# Recommended: Claude Code Plugin
claude /install-plugin https://github.com/Yeachan-Heo/oh-my-claude-sisyphus
# Or via npm
npm install -g oh-my-claude-sisyphus && oh-my-claude-sisyphus installFull Changelog: https://github.com/Yeachan-Heo/oh-my-claude-sisyphus/blob/main/CHANGELOG.md
🤖 Generated with Claude Code