mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
docs: effort 级别描述去掉模型名限制
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user