fix: hid stream cmd

This commit is contained in:
cpacker
2025-12-15 19:00:52 -08:00
parent e0ed5fe411
commit e23e27c519

View File

@@ -18,6 +18,7 @@ export const commands: Record<string, Command> = {
},
"/stream": {
desc: "Toggle token streaming on/off",
hidden: true,
handler: () => {
// Handled specially in App.tsx for live toggling
return "Toggling token streaming...";