feat: Linux desktop companion app with auto-install, Gateway lifecycle, and Control UI window (#106352)

* feat(linux): add Tauri desktop companion app and openclaw dashboard --json

* test(dashboard): assemble fake token fixture to satisfy secret scanners

* test(dashboard): avoid secret-scanner-shaped mock factory line

* fix(linux): actionable error when installed CLI predates dashboard --json

* docs: regenerate docs map for linux platform heading change
This commit is contained in:
Peter Steinberger
2026-07-13 05:17:27 -07:00
committed by GitHub
parent 6c5084f1ad
commit 0bab08510e
27 changed files with 6389 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
tauri_build::build();
}