Loading...
Loading...
Compare original and translation side by side
| Default Tier | Ecomode Override |
|---|---|
| HIGH (opus) | MEDIUM (sonnet), HIGH only if essential |
| MEDIUM (sonnet) | LOW (haiku) first, MEDIUM if fails |
| LOW (haiku) | LOW (haiku) - no change |
| 默认层级 | Ecomode替代方案 |
|---|---|
| 高级(opus) | 中级(sonnet),仅在必要时使用高级 |
| 中级(sonnet) | 优先使用低级(haiku),失败时再切换到中级 |
| 低级(haiku) | 低级(haiku)- 无变化 |
ralphultraworkralphultrawork| Combination | Effect |
|---|---|
| Ralph loop with cheaper agents |
| Parallel execution with cheaper agents |
| Full autonomous with cost optimization |
| 组合方式 | 效果 |
|---|---|
| 采用更经济Agent的Ralph循环执行 |
| 采用更经济Agent的并行执行 |
| 结合成本优化的全自主执行 |
| Decision | Rule |
|---|---|
| DEFAULT | Start with LOW tier (Haiku) for most tasks |
| UPGRADE | Escalate to MEDIUM (Sonnet) when LOW tier fails or task requires multi-file reasoning |
| AVOID | HIGH tier (Opus) - only for planning/critique if essential |
| 决策 | 规则 |
|---|---|
| 默认 | 大多数任务从低级模型(Haiku)开始 |
| 升级 | 当低级模型执行失败或任务需要多文件推理时,升级到中级模型(Sonnet) |
| 避免 | 高级模型(Opus)- 仅在必要时用于规划/评审 |
Read file: docs/shared/agent-tiers.md// PREFERRED - Use for most tasks
Task(subagent_type="oh-my-claudecode:executor-low", model="haiku", prompt="...")
Task(subagent_type="oh-my-claudecode:explore", model="haiku", prompt="...")
Task(subagent_type="oh-my-claudecode:architect-low", model="haiku", prompt="...")
// FALLBACK - Only if LOW fails
Task(subagent_type="oh-my-claudecode:executor", model="sonnet", prompt="...")
Task(subagent_type="oh-my-claudecode:architect-medium", model="sonnet", prompt="...")
// AVOID - Only for planning/critique if essential
Task(subagent_type="oh-my-claudecode:planner", model="opus", prompt="...")Read file: docs/shared/agent-tiers.md// PREFERRED - Use for most tasks
Task(subagent_type="oh-my-claudecode:executor-low", model="haiku", prompt="...")
Task(subagent_type="oh-my-claudecode:explore", model="haiku", prompt="...")
Task(subagent_type="oh-my-claudecode:architect-low", model="haiku", prompt="...")
// FALLBACK - Only if LOW fails
Task(subagent_type="oh-my-claudecode:executor", model="sonnet", prompt="...")
Task(subagent_type="oh-my-claudecode:architect-medium", model="sonnet", prompt="...")
// AVOID - Only for planning/critique if essential
Task(subagent_type="oh-my-claudecode:planner", model="opus", prompt="...")| Action | Delegate To | Model |
|---|---|---|
| Code changes | executor-low / executor | haiku / sonnet |
| Analysis | architect-low | haiku |
| Search | explore | haiku |
| Documentation | writer | haiku |
| 操作 | 委托对象 | 模型 |
|---|---|---|
| 代码修改 | executor-low / executor | haiku / sonnet |
| 分析 | architect-low | haiku |
| 搜索 | explore | haiku |
| 文档编写 | writer | haiku |
~/.claude/.omc-config.json{
"ecomode": {
"enabled": false
}
}~/.claude/.omc-config.json{
"ecomode": {
"enabled": false
}
}.omc/state/ecomode-state.json/oh-my-claudecode:cancel.omc/state/ecomode-state.json/oh-my-claudecode:cancel