diff --git a/src/cli/commands/registry.ts b/src/cli/commands/registry.ts index b720fa7..2ade5eb 100644 --- a/src/cli/commands/registry.ts +++ b/src/cli/commands/registry.ts @@ -18,6 +18,7 @@ export const commands: Record = { }, "/stream": { desc: "Toggle token streaming on/off", + hidden: true, handler: () => { // Handled specially in App.tsx for live toggling return "Toggling token streaming...";