feat(tui): show voice activity with green color and speaker icon when users talk

This commit is contained in:
Jose Luis Montañes Ojados
2026-01-16 19:50:44 +01:00
parent 13f444193d
commit c55ace0c00
4 changed files with 129 additions and 14 deletions

View File

@@ -48,6 +48,9 @@ func main() {
// Create Bubble Tea program
p := tea.NewProgram(m, tea.WithAltScreen())
// Pass program reference to model for event handlers
m.SetProgram(p)
// Set up log capture
r, w, _ := os.Pipe()
if debugFile != nil {