docs: effort 级别描述去掉模型名限制

This commit is contained in:
claude-code-best
2026-05-22 20:11:12 +08:00
parent 03598d3f84
commit 897c186f28
3 changed files with 19 additions and 3 deletions

View File

@@ -262,9 +262,9 @@ export function getEffortLevelDescription(level: EffortLevel): string {
case 'high':
return 'Comprehensive implementation with extensive testing and documentation'
case 'xhigh':
return 'Extended reasoning beyond high, short of max (Opus 4.7 only)'
return 'Extended reasoning beyond high, short of max'
case 'max':
return 'Maximum capability with deepest reasoning (Opus 4.6/4.7/DeepSeek V4 Pro)'
return 'Maximum capability with deepest reasoning'
}
}