@whalent/agent 0.3.293 → 0.3.294

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 CHANGED
@@ -43,10 +43,12 @@ instead of falling back to native npm sqlite bindings or `history.jsonl`. Set
43
43
  `sqlite-helper-0.1.4-manifest.json`, or set `WHALENT_SQLITE_HELPER_MANIFEST_URL`
44
44
  directly.
45
45
 
46
- By default the daemon asks Platform's release API whether `sqlite-helper` has a
47
- newer published version, then downloads the returned manifest. Helper releases
48
- are independent from daemon/npm releases and are tagged as
49
- `sqlite-helper-vX.Y.Z`.
46
+ By default the daemon checks Platform's release API at startup and every five
47
+ minutes for newer `sqlite-helper`, `terminal-helper`, and enabled desktop
48
+ `tray-helper` releases, then downloads and activates the returned manifests.
49
+ Helper releases are independent from daemon/npm releases. A guacd installation
50
+ that already uses Whalent's managed component is updated through the same flow;
51
+ system-installed or missing guacd remains an explicit user choice.
50
52
 
51
53
  ## Start Daemon
52
54