-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
🐞 Text Chat Mode Broken in Latest Version
Description
The latest version of the code is not working correctly in text (chat) mode.
When using the chat input:
- I can type text into the input field
- After submitting, I receive a voice response
- My submitted text does not appear in the chat area
- The assistant’s text response is also missing from the chat history
As a result, the chat UI appears empty even though the interaction occurs.
Expected Behavior
- User-submitted text should appear in the chat area
- Assistant text responses should be displayed (in addition to any voice output)
Actual Behavior
- Only a voice response is produced
- No user or assistant messages are rendered in the chat UI
Regression
- This worked correctly in the version I was using on Nov 8
- The issue appears to be a regression introduced by recent changes
Steps to Reproduce
- Switch to text/chat mode
- Type a message in the input field
- Submit the message
- Observe that no text appears in the chat area
Additional Notes
- Voice output still works
- This significantly affects usability of text-based chat
Metadata
Metadata
Assignees
Labels
No labels