livedesk 0.1.637 → 0.1.645
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 +9 -7
- package/client/bin/livedesk-client-node.js +870 -196
- package/client/bin/livedesk-client.js +86 -79
- package/client/package.json +5 -5
- package/client/src/runtime/node-diagnostic-log.js +331 -0
- package/electron/auth-session-owner.mjs +10 -2
- package/electron/desktop-auto-start.mjs +21 -2
- package/electron/main.mjs +43 -16
- package/electron/preload.cjs +4 -1
- package/electron/recurring-update-owner.mjs +84 -31
- package/hub/package.json +1 -1
- package/hub/src/agents/agent-tool-registry.js +1 -1
- package/hub/src/agents/codex-agent-runtime.js +5 -4
- package/hub/src/auth/workspace-access.js +2 -0
- package/hub/src/live-capture-transition-retry.mjs +25 -10
- package/hub/src/plan-device-access.mjs +100 -0
- package/hub/src/plan-device-access.test.mjs +97 -0
- package/hub/src/pwa-runtime-diagnostic-store.mjs +365 -0
- package/hub/src/remote-hub.js +1036 -407
- package/hub/src/server.js +684 -180
- package/hub/src/transport/relay-hub-control.js +10 -8
- package/package.json +7 -7
- package/web/dist/app.html +38 -21
- package/web/dist/app.webmanifest +1 -1
- package/web/dist/assets/{AgentSettingsTab-BjCtobhp.js → AgentSettingsTab-CmKXvygQ.js} +1 -1
- package/web/dist/assets/AgentsPage-D29gvPcH.css +1 -0
- package/web/dist/assets/AgentsPage-Xi5F-GyN.js +14 -0
- package/web/dist/assets/App-M0W5ZMPW.js +182 -0
- package/web/dist/assets/CaptureGallery-B74AiXzV.js +1 -0
- package/web/dist/assets/{DesktopUpdatePanel-BLhiBhlb.js → DesktopUpdatePanel--7icZPSX.js} +1 -1
- package/web/dist/assets/LiveDeskApp-6q_tFtUe.js +1 -0
- package/web/dist/assets/{SettingsPage-D0gOCfoz.js → SettingsPage-C8H1s5dx.js} +1 -1
- package/web/dist/assets/{SettingsTabs-Bx-Lwtpm.js → SettingsTabs-BmHlySum.js} +1 -1
- package/web/dist/assets/{ShareFilesPage-BON0IAX6.js → ShareFilesPage-B1tlWhVN.js} +1 -1
- package/web/dist/assets/SupportPage-tctk_fWU.js +2 -0
- package/web/dist/assets/app-DLXscHD0.js +1 -0
- package/web/dist/assets/desktop-auth-renderer-contract-CBeQI8Qu.js +1 -0
- package/web/dist/assets/frame-lifecycle-esOdP-EY.js +1 -0
- package/web/dist/assets/{main-C1HTJiPX.css → main-CLwaKs4-.css} +1 -1
- package/web/dist/assets/main-DxZScFjV.js +2 -0
- package/web/dist/assets/pwa-runtime-diagnostic-lane-CXJ3zl5c.js +1 -0
- package/web/dist/assets/remote-status-Ci5cE6Rj.js +1 -0
- package/web/dist/assets/{styles-Bdb5GSSE.css → styles-BbMJwyw_.css} +1 -1
- package/web/dist/assets/styles-D75uKZbK.js +16 -0
- package/web/dist/index.html +43 -13
- package/web/dist/livedesk-build-evidence.json +96 -66
- package/web/dist/robots.txt +6 -0
- package/web/dist/sitemap.xml +10 -0
- package/web/dist/sw.js +2 -2
- package/web/dist/assets/AgentsPage-C1RwT3LO.css +0 -1
- package/web/dist/assets/AgentsPage-CWKhfzLS.js +0 -9
- package/web/dist/assets/App-C2ewGwZ_.js +0 -182
- package/web/dist/assets/CaptureGallery-pg0Bt-ND.js +0 -1
- package/web/dist/assets/LiveDeskApp-VlVRZ39Y.js +0 -1
- package/web/dist/assets/SupportPage-Bd_JU47f.js +0 -2
- package/web/dist/assets/app-B67RBhYG.js +0 -1
- package/web/dist/assets/main-B0bEqD47.js +0 -2
- package/web/dist/assets/styles-GTb8jZ5d.js +0 -16
package/README.md
CHANGED
|
@@ -9,10 +9,11 @@ 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.
|
|
11
11
|
|
|
12
|
-
The `hub/`, `client/`, `runtime-core/`, and `web/` folders in this package are
|
|
13
|
-
generated copies. Edit the source packages
|
|
14
|
-
`
|
|
15
|
-
|
|
12
|
+
The `hub/`, `client/`, `runtime-core/`, and `web/` folders in this package are
|
|
13
|
+
generated copies. Edit the source packages rather than those copies. Before
|
|
14
|
+
packaging, `npm pack` rebuilds the production web workspace and then runs
|
|
15
|
+
`node packages/livedesk/scripts/sync-web-dist.js` to synchronize the product.
|
|
16
|
+
The published `livedesk` package owns both runtime roles; the
|
|
16
17
|
source-only `@livedesk/client` workspace is not a runtime dependency.
|
|
17
18
|
|
|
18
19
|
VuvoDesk's top runtime contract is transmission performance together with
|
|
@@ -149,9 +150,10 @@ device, Hub URL, timeout, and report-path options.
|
|
|
149
150
|
|
|
150
151
|
## Plans
|
|
151
152
|
|
|
152
|
-
- Free: 5 personal devices with a standard wall banner ad.
|
|
153
|
-
- Plus LTD launch:
|
|
154
|
-
- Pro LTD launch:
|
|
153
|
+
- Free: 5 personal devices with a standard wall banner ad.
|
|
154
|
+
- Plus LTD launch: 15 personal devices, no ads, USD 79 one-time.
|
|
155
|
+
- Pro LTD launch: 50 devices for schools, academies, and commercial use, USD 199 one-time.
|
|
156
|
+
- Team: unlimited devices, up to 5 people, and commercial use.
|
|
155
157
|
|
|
156
158
|
Monthly and yearly subscriptions are planned after the LTD launch.
|
|
157
159
|
|