@whalent/agent 0.3.382 → 0.3.384
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 +11 -6
- package/dist/core.cjs +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -96,12 +96,17 @@ On Windows, macOS, and graphical Linux sessions, daemon mode installs and starts
|
|
|
96
96
|
the native `tray-helper` automatically. Its menu shows the current Whalent login,
|
|
97
97
|
Gateway/worker status, opens Whalent Memory or today's daemon log, checks and
|
|
98
98
|
installs the latest Platform-approved Agent release, and can restart or stop the
|
|
99
|
-
daemon.
|
|
100
|
-
**Status & diagnostics**, opens a
|
|
101
|
-
loopback-only page
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
99
|
+
daemon. **主动上报日志** directly collects the recent logs; double-clicking the
|
|
100
|
+
icon where the desktop supports it, or choosing **Status & diagnostics**, opens a
|
|
101
|
+
loopback-only page with the same action and its detected error reason/count.
|
|
102
|
+
Captured logs are redacted, classified, gzipped, and uploaded (up to seven
|
|
103
|
+
rotating files plus bounded local crash/status records). The Platform keeps one
|
|
104
|
+
compressed report per account/machine/report kind and never extracts it; the
|
|
105
|
+
completion notification and the diagnostics page show the Platform **report ID**
|
|
106
|
+
(stable per account/machine, always pointing at the latest upload) so users can
|
|
107
|
+
quote it to support, and support can also trigger a collection remotely from
|
|
108
|
+
the admin console. Headless and SSH sessions skip the tray without affecting
|
|
109
|
+
daemon work.
|
|
105
110
|
|
|
106
111
|
To specify a custom gateway:
|
|
107
112
|
|