feat: integrate all production readiness modules

Register new commands in lib.rs, add command modules, update Cargo deps
(notify-rust, keyring, bundled-full), fix PRAGMA WAL for bundled-full,
add notifications/heartbeats/FTS5 indexing to agent-dispatcher,
update SettingsTab with secrets/plugins/sandbox/updates sections.
This commit is contained in:
Hibryda 2026-03-12 04:57:29 +01:00 committed by DexterFromLab
parent 66cbee2c53
commit afc059b346
9 changed files with 1377 additions and 20 deletions

View file

@ -44,7 +44,9 @@
"icons/icon.ico"
],
"resources": [
"../sidecar/dist/claude-runner.mjs"
"../sidecar/dist/claude-runner.mjs",
"../../btmsg",
"../../bttask"
],
"category": "DeveloperTool",
"shortDescription": "Multi-session Claude agent dashboard",