agent: rust — add preferences webview injection for zero-flash hydration

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-21 10:41:44 +00:00
parent c3a01d217d
commit fa7e812166
3 changed files with 118 additions and 24 deletions

View File

@@ -35,3 +35,4 @@ serde_json = "1"
tokio = { version = "1", features = ["rt", "sync"] }
arboard = "3.6.1"
tauri-plugin-mcp = "0.7.1"
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio"] }