@whalent/agent 0.3.347 → 0.3.348
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 +6 -0
- package/dist/core.cjs +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -64,6 +64,12 @@ whalent --token <YOUR_TOKEN>
|
|
|
64
64
|
|
|
65
65
|
The daemon connects to the Whalent Memory platform, fetches agent configurations, and auto-starts workers marked with `auto_restart`. It also accepts remote commands (upgrade, restart) via the gateway.
|
|
66
66
|
|
|
67
|
+
On Windows, macOS, and graphical Linux sessions, daemon mode installs and starts
|
|
68
|
+
the native `tray-helper` automatically. Its menu shows the current Whalent login,
|
|
69
|
+
Gateway/worker status, opens Whalent Memory or today's daemon log, checks and
|
|
70
|
+
installs the latest Platform-approved Agent release, and can restart or stop the
|
|
71
|
+
daemon. Headless and SSH sessions skip the tray without affecting daemon work.
|
|
72
|
+
|
|
67
73
|
To specify a custom gateway:
|
|
68
74
|
|
|
69
75
|
```bash
|