You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/tui/tui.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,9 @@ export async function start({
245
245
}
246
246
247
247
voidactiveClient
248
-
.prompt(`${message}\n\n[Sent from the TUI]`)
248
+
.prompt(
249
+
`${message}\n\n[Sent from the TUI]${voiceMode ? '[Greg is running in voice mode. Replies will be spoken out loud. Make sure responses do not use formatting and can be read out loud without confusion.]' : ''}`
0 commit comments