mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
feat: 添加模型 1M 上下文切换
This commit is contained in:
@@ -322,6 +322,7 @@ export const DEFAULT_BINDINGS: KeybindingBlock[] = [
|
||||
bindings: {
|
||||
left: 'modelPicker:decreaseEffort',
|
||||
right: 'modelPicker:increaseEffort',
|
||||
space: 'modelPicker:toggle1M',
|
||||
},
|
||||
},
|
||||
// Select component navigation (used by /model, /resume, permission prompts, etc.)
|
||||
|
||||
@@ -153,6 +153,7 @@ export const KEYBINDING_ACTIONS = [
|
||||
// Model picker actions (ant-only)
|
||||
'modelPicker:decreaseEffort',
|
||||
'modelPicker:increaseEffort',
|
||||
'modelPicker:toggle1M',
|
||||
// Select component actions (distinct from confirm: to avoid collisions)
|
||||
'select:next',
|
||||
'select:previous',
|
||||
|
||||
Reference in New Issue
Block a user