feat: 添加模型 1M 上下文切换

This commit is contained in:
claude-code-best
2026-04-11 11:09:03 +08:00
parent 5beeebad59
commit ffd1c366eb
3 changed files with 38 additions and 1 deletions

View File

@@ -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',