@whalent/agent 0.3.291 → 0.3.293
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 +5 -1
- 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
|