livedesk 0.1.633 → 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.
Files changed (68) hide show
  1. package/README.md +9 -7
  2. package/client/bin/livedesk-client-node.js +870 -196
  3. package/client/bin/livedesk-client.js +86 -79
  4. package/client/package.json +5 -5
  5. package/client/src/runtime/node-diagnostic-log.js +331 -0
  6. package/electron/auth-session-owner.mjs +10 -2
  7. package/electron/desktop-auto-start.mjs +21 -2
  8. package/electron/main.mjs +43 -16
  9. package/electron/preload.cjs +4 -1
  10. package/electron/recurring-update-owner.mjs +84 -31
  11. package/hub/package.json +1 -1
  12. package/hub/src/agents/agent-tool-registry.js +1 -1
  13. package/hub/src/agents/codex-agent-runtime.js +5 -4
  14. package/hub/src/auth/workspace-access.js +2 -0
  15. package/hub/src/control-presentation-borrow-contract.test.mjs +999 -0
  16. package/hub/src/live-capture-transition-retry.mjs +25 -10
  17. package/hub/src/live-stream-monitor-contract.js +195 -3
  18. package/hub/src/plan-device-access.mjs +100 -0
  19. package/hub/src/plan-device-access.test.mjs +97 -0
  20. package/hub/src/pwa-runtime-diagnostic-store.mjs +365 -0
  21. package/hub/src/remote-hub.js +1144 -463
  22. package/hub/src/server.js +867 -248
  23. package/hub/src/settings/settings-schema.js +25 -6
  24. package/hub/src/settings/settings-store.js +9 -8
  25. package/hub/src/transport/relay-hub-control.js +10 -8
  26. package/hub/src/wall-source-restart-contract.test.mjs +48 -0
  27. package/hub/src/wall-source-restart-runtime.test.mjs +146 -0
  28. package/package.json +7 -7
  29. package/web/dist/app.html +40 -23
  30. package/web/dist/app.webmanifest +1 -1
  31. package/web/dist/assets/AgentSettingsTab-CmKXvygQ.js +1 -0
  32. package/web/dist/assets/AgentsPage-D29gvPcH.css +1 -0
  33. package/web/dist/assets/AgentsPage-Xi5F-GyN.js +14 -0
  34. package/web/dist/assets/App-M0W5ZMPW.js +182 -0
  35. package/web/dist/assets/CaptureGallery-B74AiXzV.js +1 -0
  36. package/web/dist/assets/{DesktopUpdatePanel-B3aUfd1G.js → DesktopUpdatePanel--7icZPSX.js} +1 -1
  37. package/web/dist/assets/LiveDeskApp-6q_tFtUe.js +1 -0
  38. package/web/dist/assets/{SettingsPage-BcPHDfSH.js → SettingsPage-C8H1s5dx.js} +1 -1
  39. package/web/dist/assets/SettingsTabs-BmHlySum.js +1 -0
  40. package/web/dist/assets/{ShareFilesPage-Cdu46CVM.js → ShareFilesPage-B1tlWhVN.js} +1 -1
  41. package/web/dist/assets/SupportPage-tctk_fWU.js +2 -0
  42. package/web/dist/assets/app-DLXscHD0.js +1 -0
  43. package/web/dist/assets/desktop-auth-renderer-contract-CBeQI8Qu.js +1 -0
  44. package/web/dist/assets/frame-lifecycle-esOdP-EY.js +1 -0
  45. package/web/dist/assets/{icons-CwWL39Up.js → icons-CacEbnZu.js} +1 -1
  46. package/web/dist/assets/{main-C1HTJiPX.css → main-CLwaKs4-.css} +1 -1
  47. package/web/dist/assets/main-DxZScFjV.js +2 -0
  48. package/web/dist/assets/pwa-runtime-diagnostic-lane-CXJ3zl5c.js +1 -0
  49. package/web/dist/assets/{react-ITwfzPyo.js → react-Cfedt3N5.js} +1 -1
  50. package/web/dist/assets/remote-status-Ci5cE6Rj.js +1 -0
  51. package/web/dist/assets/{styles-PqoeFg2_.css → styles-BbMJwyw_.css} +1 -1
  52. package/web/dist/assets/styles-D75uKZbK.js +16 -0
  53. package/web/dist/index.html +45 -15
  54. package/web/dist/livedesk-build-evidence.json +100 -70
  55. package/web/dist/robots.txt +6 -0
  56. package/web/dist/sitemap.xml +10 -0
  57. package/web/dist/sw.js +4 -3
  58. package/web/dist/assets/AgentSettingsTab-DyPu-H5o.js +0 -1
  59. package/web/dist/assets/AgentsPage-C1RwT3LO.css +0 -1
  60. package/web/dist/assets/AgentsPage-DY3Cg-DH.js +0 -9
  61. package/web/dist/assets/App-DwVqfExL.js +0 -181
  62. package/web/dist/assets/CaptureGallery-D9ArARgM.js +0 -1
  63. package/web/dist/assets/LiveDeskApp-DPIrXfaj.js +0 -1
  64. package/web/dist/assets/SettingsTabs-DFoU16NX.js +0 -1
  65. package/web/dist/assets/SupportPage-C8rh3fLm.js +0 -2
  66. package/web/dist/assets/app-Colp5UPd.js +0 -1
  67. package/web/dist/assets/main-hfSMYb-x.js +0 -2
  68. package/web/dist/assets/styles-Dft03_BF.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 and run
14
- `node packages/livedesk/scripts/sync-web-dist.js` before building or packing
15
- the product. The published `livedesk` package owns both runtime roles; the
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: 30 personal devices, no ads, USD 79 one-time.
154
- - Pro LTD launch: commercial use and larger walls, no ads, USD 199 one-time.
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