@whalent/agent 0.3.292 → 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 +11 -5
- package/dist/core.cjs +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,10 +18,14 @@ Requires Node.js 20 or newer:
|
|
|
18
18
|
npm install -g @whalent/agent --prefer-online --registry=https://registry.npmjs.org
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
Node.js 20
|
|
21
|
+
Node.js 20 is still the safest choice on older Linux hosts. Newer Node.js
|
|
22
22
|
releases can force native `node-pty` fallback builds that need newer C++
|
|
23
23
|
compilers when prebuilt binaries are unavailable.
|
|
24
24
|
|
|
25
|
+
The HTTP, HTTPS, and SOCKS proxy paths are regression-tested on Node.js 20 and
|
|
26
|
+
Node.js 26. Whalent keeps its `fetch` implementation and custom dispatchers on
|
|
27
|
+
the same bundled Undici version so Node runtime upgrades do not break proxies.
|
|
28
|
+
|
|
25
29
|
The official npm package `@moonshot-ai/kimi-code` requires Node.js 22.19.0 or
|
|
26
30
|
newer, so the daemon checks that requirement before npm install/upgrade. An
|
|
27
31
|
already-installed native Kimi executable can run under a daemon hosted by
|
|
@@ -39,10 +43,12 @@ instead of falling back to native npm sqlite bindings or `history.jsonl`. Set
|
|
|
39
43
|
`sqlite-helper-0.1.4-manifest.json`, or set `WHALENT_SQLITE_HELPER_MANIFEST_URL`
|
|
40
44
|
directly.
|
|
41
45
|
|
|
42
|
-
By default the daemon
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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.
|
|
46
52
|
|
|
47
53
|
## Start Daemon
|
|
48
54
|
|