feat: make reasoning tab cycling opt-in (default off) (#1175)
This commit is contained in:
@@ -288,6 +288,15 @@ export const commands: Record<string, Command> = {
|
||||
return "Managing status line...";
|
||||
},
|
||||
},
|
||||
"/reasoning-tab": {
|
||||
desc: "Toggle Tab shortcut for reasoning tiers (/reasoning-tab on|off|status)",
|
||||
args: "[on|off|status]",
|
||||
order: 36.6,
|
||||
handler: () => {
|
||||
// Handled specially in App.tsx
|
||||
return "Managing reasoning Tab shortcut...";
|
||||
},
|
||||
},
|
||||
"/terminal": {
|
||||
desc: "Setup terminal shortcuts [--revert]",
|
||||
order: 37,
|
||||
|
||||
Reference in New Issue
Block a user