Skip to content

Commit 8bc6e3a

Browse files
committed
Stop saving dictation sessions to history
Dictation is a transient paste-and-forget flow. Only in-app transcription sessions are saved to history. Made-with: Cursor
1 parent b8b9a41 commit 8bc6e3a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

voxtral_realtime/macos/VoxtralRealtime/Services/DictationManager.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,6 @@ final class DictationManager {
210210
_ = Self.checkAccessibility(prompt: true)
211211
}
212212

213-
store.saveDictationSession(
214-
result: result,
215-
duration: duration,
216-
wakeTriggered: wakeTriggeredForCurrentSession
217-
)
218213
}
219214

220215
// MARK: - Silence Detection

0 commit comments

Comments
 (0)