livedesk 0.1.592 → 0.1.594
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.
- package/README.md +8 -8
- package/bin/livedesk.js +112 -109
- package/bootstrap/client-process-identity.js +1 -1
- package/bootstrap/device-role.js +1 -1
- package/bootstrap/legacy-client-update.js +15 -15
- package/bootstrap/role-bootstrap-server.js +1 -1
- package/bootstrap/runtime-lock.js +4 -4
- package/bootstrap/runtime-shutdown.js +3 -3
- package/bootstrap/update-host-client.mjs +9 -9
- package/bootstrap/update-host.mjs +6 -6
- package/client/README.md +10 -10
- package/client/THIRD_PARTY_NOTICES.md +1 -1
- package/client/bin/client-version.js +1 -1
- package/client/bin/livedesk-client-node.js +102 -102
- package/client/bin/livedesk-client-update-bootstrap.cjs +12 -12
- package/client/bin/livedesk-client.js +124 -110
- package/client/package.json +7 -7
- package/client/src/runtime/agent-process-lifecycle.js +10 -10
- package/client/src/runtime/agent-shell.js +66 -66
- package/client/src/runtime/client-runtime-server.js +9 -8
- package/client/src/runtime/linux-video-acceleration.js +1 -1
- package/client/src/runtime/windows-owned-process-manifest.js +9 -9
- package/client/tests/client-version.test.mjs +2 -2
- package/diagnostics/livedesk-mac-physical-gate-core.mjs +5 -5
- package/diagnostics/livedesk-mode3-capture-smoke.mjs +7 -7
- package/diagnostics/livedesk-transport-physical.mjs +3 -3
- package/electron/auth-session-owner.mjs +24 -24
- package/electron/desktop-clipboard-owner.mjs +382 -382
- package/electron/electron-builder.e2e.yml +1 -1
- package/electron/electron-builder.mac-arm64.yml +1 -1
- package/electron/electron-builder.mac-x64.yml +1 -1
- package/electron/electron-builder.win-dev.yml +1 -1
- package/electron/electron-builder.win.yml +2 -2
- package/electron/electron-builder.yml +2 -2
- package/electron/main.mjs +173 -172
- package/electron/preload.cjs +13 -13
- package/electron/runtime-role-transition.mjs +17 -17
- package/hub/package.json +4 -4
- package/hub/src/agents/agent-manager.js +2 -2
- package/hub/src/agents/agent-permissions.js +2 -2
- package/hub/src/agents/agent-tool-registry.js +36 -36
- package/hub/src/agents/codex-agent-runtime.js +16 -16
- package/hub/src/agents/codex-mcp-server.js +5 -5
- package/hub/src/filesystem/roots.js +20 -20
- package/hub/src/filesystem/shared-folders.js +2 -2
- package/hub/src/live-desk-update.js +9 -9
- package/hub/src/remote-clipboard-contract.mjs +482 -482
- package/hub/src/remote-hub.js +1025 -1025
- package/hub/src/server.js +144 -144
- package/hub/src/settings/effective-device-policy.js +31 -31
- package/hub/src/settings/settings-schema.js +2 -2
- package/package.json +7 -7
- package/runtime-core/package.json +2 -2
- package/runtime-core/src/auth-config.js +1 -1
- package/scripts/sync-web-dist.js +9 -9
- package/web/dist/app.webmanifest +4 -4
- package/web/dist/assets/LiveDeskApp-VnnQStl2.js +178 -0
- package/web/dist/assets/{icons-DwJmccVC.js → icons-tFaWqIIe.js} +1 -1
- package/web/dist/assets/{index-DRI7OJI6.css → index-CpHNEjHy.css} +1 -1
- package/web/dist/assets/{index-CSz9F86o.js → index-FuPmrH8x.js} +6 -6
- package/web/dist/assets/{react-DOZUPHF8.js → react-BQos8uGS.js} +1 -1
- package/web/dist/desktop-auth-callback.html +4 -4
- package/web/dist/desktop-auth-callback.js +13 -13
- package/web/dist/index.html +12 -11
- package/web/dist/livedesk-build-evidence.json +28 -28
- package/web/dist/offline.html +2 -2
- package/web/dist/sw.js +11 -11
- package/web/dist/assets/LiveDeskApp-CTj_tAlH.js +0 -178
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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,
|
|
167
|
+
Without those values, VuvoDesk renders a neutral sponsored-placement placeholder
|
|
168
168
|
so the free-plan layout can still be tested.
|