feat(history): add Tauri commands for transcript persistence and FTS5 search

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-21 12:47:28 +00:00
parent d79ad40b33
commit 13456e1fb6
7 changed files with 341 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
pub mod audio;
pub mod clipboard;
pub mod hardware;
pub mod history;
pub mod models;
pub mod transcription;
pub mod windows;