fix(voice): unify overlay send flow

This commit is contained in:
Peter Steinberger
2025-12-10 02:52:42 +01:00
parent cf2b659491
commit 657450c40c
4 changed files with 32 additions and 40 deletions

View File

@@ -351,7 +351,9 @@ actor VoiceWakeRuntime {
await MainActor.run { VoiceWakeChimePlayer.play(sendChime, reason: "voicewake.send") }
}
Task.detached {
await VoiceWakeForwarder.forward(transcript: finalTranscript, config: forwardConfig)
await VoiceWakeForwarder.forward(
transcript: VoiceWakeForwarder.prefixedTranscript(finalTranscript),
config: forwardConfig)
}
}
self.overlayToken = nil