@bitseek/claw 1.3.4 → 1.3.5
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/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6986c1880f9cfa59901f8ecebbbd9a8d5bdda60be704c0b9c62228faf2d38d93
|
|
@@ -387,6 +387,13 @@ Use non-interactive flags/env vars for predictable runs.
|
|
|
387
387
|
Run `npm config get prefix` and add that directory to your user PATH (no `\bin` suffix needed on Windows), then reopen PowerShell.
|
|
388
388
|
</Accordion>
|
|
389
389
|
|
|
390
|
+
<Accordion title='Windows: "node-llama-cpp" / "ERR_DLOPEN_FAILED" during install'>
|
|
391
|
+
`node-llama-cpp` powers local embeddings and uses a native Windows binary.
|
|
392
|
+
OpenClaw can still install and run without it, but local embeddings require the Microsoft Visual C++ Redistributable runtime on the machine.
|
|
393
|
+
|
|
394
|
+
If you hit this while upgrading from an older package build, install the x64 Microsoft Visual C++ 2015-2022 Redistributable, reopen PowerShell, and rerun the installer.
|
|
395
|
+
</Accordion>
|
|
396
|
+
|
|
390
397
|
<Accordion title="Windows: how to get verbose installer output">
|
|
391
398
|
`install.ps1` does not currently expose a `-Verbose` switch.
|
|
392
399
|
Use PowerShell tracing for script-level diagnostics:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitseek/claw",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "BitSeek-branded OpenClaw distribution with a multi-channel AI gateway",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/adv-org/bitseek-claw#readme",
|
|
@@ -252,6 +252,11 @@
|
|
|
252
252
|
"@napi-rs/canvas": "^0.1.89",
|
|
253
253
|
"node-llama-cpp": "3.16.2"
|
|
254
254
|
},
|
|
255
|
+
"peerDependenciesMeta": {
|
|
256
|
+
"node-llama-cpp": {
|
|
257
|
+
"optional": true
|
|
258
|
+
}
|
|
259
|
+
},
|
|
255
260
|
"engines": {
|
|
256
261
|
"node": ">=22.12.0"
|
|
257
262
|
},
|