mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
Merge pull request #388 from yjjheizhu/fix/modelpicker-1m-toggle-hint
fix: 在模型选择器中 1M 上下文关闭状态也显示 Space to toggle 提示
This commit is contained in:
@@ -279,6 +279,7 @@ export function ModelPicker({
|
||||
<Text color="subtle">
|
||||
<EffortLevelIndicator effort={undefined} /> 1M context off
|
||||
{focusedModelName ? ` for ${focusedModelName}` : ''}
|
||||
<Text color="subtle"> · Space to toggle</Text>
|
||||
</Text>
|
||||
)}
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user