What's New
This release adds all tiered agent variants to the plugin system, bringing it to full parity with the curl installer.
Added Tiered Agents (8 new agents)
| Agent | Model | Purpose |
|---|---|---|
oracle-medium
| Sonnet | Standard analysis |
oracle-low
| Haiku | Quick code questions |
sisyphus-junior-high
| Opus | Complex multi-file tasks |
sisyphus-junior-low
| Haiku | Simple single-file tasks |
librarian-low
| Haiku | Quick doc lookups |
explore-medium
| Sonnet | Thorough codebase search |
frontend-engineer-low
| Haiku | Simple UI tweaks |
frontend-engineer-high
| Opus | Complex UI architecture |
Smart Model Routing
The plugin now exposes 19 agents (11 base + 8 tiered variants) with smart model routing:
| Domain | LOW (Haiku) | MEDIUM (Sonnet) | HIGH (Opus) |
|---|---|---|---|
| Analysis | oracle-low
| oracle-medium
| oracle
|
| Execution | sisyphus-junior-low
| sisyphus-junior
| sisyphus-junior-high
|
| Search | explore
| explore-medium
| - |
| Research | librarian-low
| librarian
| - |
| Frontend | frontend-engineer-low
| frontend-engineer
| frontend-engineer-high
|
Use LOW for simple lookups, MEDIUM for standard work, HIGH for complex reasoning to save tokens!
Other Changes
- Updated
/sisyphus-defaultskill with complete CLAUDE.md content including Smart Model Routing documentation - Fixed plugin to expose all agents available in curl installer
Upgrading
Plugin users: Update the plugin from Claude Code marketplace
Curl installer users: Re-run the install script or use /update
NPM users: npm update oh-my-claude-sisyphus
Full Changelog: v2.0.1...v2.0.2