Chores customize install #23

Merged
iamdoubz merged 19 commits from chores_customize_install into main 2026-07-14 21:40:02 -05:00
Showing only changes of commit ded5e00750 - Show all commits
+6
View File
@@ -354,6 +354,12 @@ pub struct Settings {
pub mcp_expose: String, // none|selected|all pub mcp_expose: String, // none|selected|all
#[serde(default)] #[serde(default)]
pub mcp_expose_recordings: bool, pub mcp_expose_recordings: bool,
/// Launch WhispAssist automatically at login (opt-in, NFR-RES-4). OFF by
/// default; toggled via `set_auto_start`, which writes a per-user
/// `HKCU\...\Run` entry through `tauri-plugin-autostart` (no admin). An
/// enterprise deploy file may set this to `true` (see `deploy.rs`).
#[serde(default)]
pub auto_start: bool,
} }
fn default_mcp_transport() -> String { fn default_mcp_transport() -> String {