feat: make reasoning tab cycling opt-in (default off) (#1175)

This commit is contained in:
Devansh Jain
2026-02-26 15:42:52 -08:00
committed by GitHub
parent d184bd8aef
commit 6967f9dcc9
7 changed files with 203 additions and 1 deletions

View File

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