livedesk 0.1.592 → 0.1.593

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/README.md +8 -8
  2. package/bin/livedesk.js +115 -112
  3. package/bootstrap/client-process-identity.js +1 -1
  4. package/bootstrap/device-role.js +1 -1
  5. package/bootstrap/legacy-client-update.js +15 -15
  6. package/bootstrap/role-bootstrap-server.js +2 -2
  7. package/bootstrap/runtime-lock.js +4 -4
  8. package/bootstrap/runtime-shutdown.js +3 -3
  9. package/bootstrap/update-host-client.mjs +9 -9
  10. package/bootstrap/update-host.mjs +6 -6
  11. package/client/README.md +10 -10
  12. package/client/THIRD_PARTY_NOTICES.md +1 -1
  13. package/client/bin/client-version.js +1 -1
  14. package/client/bin/livedesk-client-node.js +102 -102
  15. package/client/bin/livedesk-client-update-bootstrap.cjs +12 -12
  16. package/client/bin/livedesk-client.js +136 -122
  17. package/client/package.json +7 -7
  18. package/client/src/runtime/agent-process-lifecycle.js +10 -10
  19. package/client/src/runtime/agent-shell.js +66 -66
  20. package/client/src/runtime/client-runtime-server.js +12 -11
  21. package/client/src/runtime/linux-video-acceleration.js +1 -1
  22. package/client/src/runtime/windows-owned-process-manifest.js +9 -9
  23. package/client/tests/client-version.test.mjs +2 -2
  24. package/diagnostics/livedesk-mac-physical-gate-core.mjs +5 -5
  25. package/diagnostics/livedesk-mode3-capture-smoke.mjs +7 -7
  26. package/diagnostics/livedesk-transport-physical.mjs +3 -3
  27. package/electron/auth-session-owner.mjs +24 -24
  28. package/electron/desktop-clipboard-owner.mjs +382 -382
  29. package/electron/electron-builder.e2e.yml +1 -1
  30. package/electron/electron-builder.mac-arm64.yml +1 -1
  31. package/electron/electron-builder.mac-x64.yml +1 -1
  32. package/electron/electron-builder.win-dev.yml +1 -1
  33. package/electron/electron-builder.win.yml +2 -2
  34. package/electron/electron-builder.yml +2 -2
  35. package/electron/main.mjs +175 -174
  36. package/electron/preload.cjs +13 -13
  37. package/electron/runtime-role-transition.mjs +17 -17
  38. package/hub/package.json +4 -4
  39. package/hub/src/agents/agent-manager.js +2 -2
  40. package/hub/src/agents/agent-permissions.js +2 -2
  41. package/hub/src/agents/agent-tool-registry.js +36 -36
  42. package/hub/src/agents/codex-agent-runtime.js +16 -16
  43. package/hub/src/agents/codex-mcp-server.js +5 -5
  44. package/hub/src/filesystem/roots.js +20 -20
  45. package/hub/src/filesystem/shared-folders.js +2 -2
  46. package/hub/src/live-desk-update.js +9 -9
  47. package/hub/src/remote-clipboard-contract.mjs +482 -482
  48. package/hub/src/remote-hub.js +1025 -1025
  49. package/hub/src/server.js +146 -146
  50. package/hub/src/settings/effective-device-policy.js +31 -31
  51. package/hub/src/settings/settings-schema.js +2 -2
  52. package/package.json +7 -7
  53. package/runtime-core/package.json +2 -2
  54. package/runtime-core/src/auth-config.js +1 -1
  55. package/scripts/sync-web-dist.js +9 -9
  56. package/web/dist/app.webmanifest +4 -4
  57. package/web/dist/assets/{LiveDeskApp-CTj_tAlH.js → LiveDeskApp-Djx1CsIp.js} +13 -13
  58. package/web/dist/assets/{index-CSz9F86o.js → index-DjIbOQxl.js} +6 -6
  59. package/web/dist/desktop-auth-callback.html +4 -4
  60. package/web/dist/desktop-auth-callback.js +13 -13
  61. package/web/dist/index.html +9 -8
  62. package/web/dist/livedesk-build-evidence.json +21 -21
  63. package/web/dist/offline.html +2 -2
  64. package/web/dist/sw.js +11 -11
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # LiveDesk
1
+ # VuvoDesk
2
2
 
3
3
  `livedesk` is a thin cross-platform launcher. npm installs only the matching
4
4
  RemoteFast package for the current operating system and CPU, so Windows, macOS,
5
5
  and Linux native binaries are no longer downloaded together.
6
6
 
7
- One-command LiveDesk application. The same launcher resolves this computer's
7
+ One-command VuvoDesk application. The same launcher resolves this computer's
8
8
  Hub or Client role. A Client starts one managed Agent. A Hub starts the Hub
9
9
  server plus one headless Self Agent, so the Hub computer also appears on the
10
10
  wall and can be controlled like the other computers.
@@ -15,7 +15,7 @@ generated copies. Edit the source packages and run
15
15
  the product. The published `livedesk` package owns both runtime roles; the
16
16
  source-only `@livedesk/client` workspace is not a runtime dependency.
17
17
 
18
- LiveDesk's top runtime contract is transmission performance together with
18
+ VuvoDesk's top runtime contract is transmission performance together with
19
19
  long-running stability. A faster path is not accepted if it permits duplicate
20
20
  capture helpers, stale monitor generations, unbounded frame queues, or an
21
21
  unproven Direct/P2P/relay transition. Release builds run the same lifecycle,
@@ -45,7 +45,7 @@ npx -y --prefer-online livedesk@latest --force-role client
45
45
  npx -y --prefer-online livedesk@latest hub
46
46
  ```
47
47
 
48
- This starts the LiveDesk Hub, opens the local screen wall, accepts clients, and
48
+ This starts the VuvoDesk Hub, opens the local screen wall, accepts clients, and
49
49
  connects one local Self Agent through loopback TCP. The Self Agent reuses the
50
50
  Hub computer's stable device identity and does not open another login or status
51
51
  page. Hub shutdown, update, and role change drain that exact Agent tree before
@@ -54,7 +54,7 @@ The Hub UI/API listens on `127.0.0.1` by default while the client endpoint
54
54
  continues to listen on the LAN.
55
55
 
56
56
  On startup, the launcher checks the Hub ports (`5179` and `5197`), identifies
57
- stale LiveDesk Hub processes from their Node command line, stops each PID only
57
+ stale VuvoDesk Hub processes from their Node command line, stops each PID only
58
58
  once, waits for the ports to be released and bindable, and then starts the new
59
59
  Hub. Unrelated processes are preserved and reported with their PID, name, and
60
60
  command line. The client endpoint remains fixed at TCP `5197` by default so
@@ -77,7 +77,7 @@ reboot; the generated startup command uses the unified launcher.
77
77
 
78
78
  ## macOS physical diagnostic
79
79
 
80
- On a Mac with two connected displays, stop every running LiveDesk runtime,
80
+ On a Mac with two connected displays, stop every running VuvoDesk runtime,
81
81
  start visibly different continuously moving content on both displays, grant
82
82
  Screen Recording and Accessibility permissions, then explicitly confirm that
83
83
  the motion is already running:
@@ -87,7 +87,7 @@ npx -y --prefer-online livedesk@latest diagnose mac-physical --confirm-active-mo
87
87
  ```
88
88
 
89
89
  This command branches before role resolution, state migration, and the normal
90
- runtime lock. It refuses to overlap an existing LiveDesk runtime or capture
90
+ runtime lock. It refuses to overlap an existing VuvoDesk runtime or capture
91
91
  helper, and normal macOS startup reciprocally refuses an active diagnostic
92
92
  lease. The lease owner authorizes exactly one direct-child production unified
93
93
  Hub launcher and one direct-child production unified Client launcher using the
@@ -164,5 +164,5 @@ VITE_LIVEDESK_ADSENSE_CLIENT=ca-pub-...
164
164
  VITE_LIVEDESK_ADSENSE_SLOT=...
165
165
  ```
166
166
 
167
- Without those values, LiveDesk renders a neutral sponsored-placement placeholder
167
+ Without those values, VuvoDesk renders a neutral sponsored-placement placeholder
168
168
  so the free-plan layout can still be tested.