@openclaw/llama-cpp-provider 2026.7.1-beta.1 → 2026.7.1-beta.4
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/index.js +1 -1
- package/npm-shrinkwrap.json +96 -79
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -30,7 +30,7 @@ function resolveLlamaCppModelIdentity(local, modelPath, outputDimensionality) {
|
|
|
30
30
|
cacheKeyData: createLlamaCppCacheKeyData(modelPath, outputDimensionality),
|
|
31
31
|
aliases: []
|
|
32
32
|
};
|
|
33
|
-
const aliasModels = new Set([resolvedDefaultModelPath, DEFAULT_LLAMA_CPP_EMBEDDING_MODEL_CACHE_FILE_NAME]);
|
|
33
|
+
const aliasModels = /* @__PURE__ */ new Set([resolvedDefaultModelPath, DEFAULT_LLAMA_CPP_EMBEDDING_MODEL_CACHE_FILE_NAME]);
|
|
34
34
|
if (modelPath !== "hf:ggml-org/embeddinggemma-300m-qat-q8_0-GGUF/embeddinggemma-300m-qat-Q8_0.gguf") aliasModels.add(modelPath);
|
|
35
35
|
return {
|
|
36
36
|
model: DEFAULT_LLAMA_CPP_EMBEDDING_MODEL,
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/llama-cpp-provider",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/llama-cpp-provider",
|
|
9
|
-
"version": "2026.7.1-beta.
|
|
9
|
+
"version": "2026.7.1-beta.4",
|
|
10
10
|
"optionalDependencies": {
|
|
11
|
-
"node-llama-cpp": "3.
|
|
11
|
+
"node-llama-cpp": "3.19.0"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"node_modules/@huggingface/jinja": {
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"optional": true
|
|
53
53
|
},
|
|
54
54
|
"node_modules/@node-llama-cpp/linux-arm64": {
|
|
55
|
-
"version": "3.
|
|
56
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-arm64/-/linux-arm64-3.
|
|
57
|
-
"integrity": "sha512-
|
|
55
|
+
"version": "3.19.0",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-arm64/-/linux-arm64-3.19.0.tgz",
|
|
57
|
+
"integrity": "sha512-wWI2XhsOYWfxCV6A8LdDWF8m/UrM6OeE0pYing4j4YshcZIRhlBKhJK7/Dm5UvSzMyfsd/L1OpPrR0rDiVemZw==",
|
|
58
58
|
"cpu": [
|
|
59
59
|
"arm64",
|
|
60
60
|
"x64"
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"node_modules/@node-llama-cpp/linux-armv7l": {
|
|
72
|
-
"version": "3.
|
|
73
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-armv7l/-/linux-armv7l-3.
|
|
74
|
-
"integrity": "sha512-
|
|
72
|
+
"version": "3.19.0",
|
|
73
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-armv7l/-/linux-armv7l-3.19.0.tgz",
|
|
74
|
+
"integrity": "sha512-MtupbpWjl2ccMssyAh6ZjJr9rE1P5moHNRAXparzjmKT2l69QyfVmr984503PPWXsAGhvVETqdDDpaFJOdNh4g==",
|
|
75
75
|
"cpu": [
|
|
76
76
|
"arm",
|
|
77
77
|
"x64"
|
|
@@ -85,10 +85,26 @@
|
|
|
85
85
|
"node": ">=20.0.0"
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
+
"node_modules/@node-llama-cpp/linux-riscv64": {
|
|
89
|
+
"version": "3.19.0",
|
|
90
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-riscv64/-/linux-riscv64-3.19.0.tgz",
|
|
91
|
+
"integrity": "sha512-XdNZJxpnLsjt1E+y+HZcjTUxRd5fBzUA9L1NqFkJOYizRjYbuK1z/pDr0wqcsndmkB7IHu6ay9XqfCnM5AeY8w==",
|
|
92
|
+
"cpu": [
|
|
93
|
+
"riscv64"
|
|
94
|
+
],
|
|
95
|
+
"license": "MIT",
|
|
96
|
+
"optional": true,
|
|
97
|
+
"os": [
|
|
98
|
+
"linux"
|
|
99
|
+
],
|
|
100
|
+
"engines": {
|
|
101
|
+
"node": ">=20.0.0"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
88
104
|
"node_modules/@node-llama-cpp/linux-x64": {
|
|
89
|
-
"version": "3.
|
|
90
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64/-/linux-x64-3.
|
|
91
|
-
"integrity": "sha512-
|
|
105
|
+
"version": "3.19.0",
|
|
106
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64/-/linux-x64-3.19.0.tgz",
|
|
107
|
+
"integrity": "sha512-cFnXjyRmFJ+lVq0QQFqflGDdF5UnMPzHLIQ4i2Xg5526QpWOw3IC0APiZluKvyqXCtU+g44ZH4YPQNUKqsZG6A==",
|
|
92
108
|
"cpu": [
|
|
93
109
|
"x64"
|
|
94
110
|
],
|
|
@@ -102,9 +118,9 @@
|
|
|
102
118
|
}
|
|
103
119
|
},
|
|
104
120
|
"node_modules/@node-llama-cpp/linux-x64-cuda": {
|
|
105
|
-
"version": "3.
|
|
106
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-cuda/-/linux-x64-cuda-3.
|
|
107
|
-
"integrity": "sha512-
|
|
121
|
+
"version": "3.19.0",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-cuda/-/linux-x64-cuda-3.19.0.tgz",
|
|
123
|
+
"integrity": "sha512-lqx8CZcLxXimz3vOsFwRdyUs8VdceT0MMYMjmYvvTRRae8q047yM3mk0Ys6Hi6+31Lzw5MpQTFvO8RAxxJEnng==",
|
|
108
124
|
"cpu": [
|
|
109
125
|
"x64"
|
|
110
126
|
],
|
|
@@ -118,9 +134,9 @@
|
|
|
118
134
|
}
|
|
119
135
|
},
|
|
120
136
|
"node_modules/@node-llama-cpp/linux-x64-cuda-ext": {
|
|
121
|
-
"version": "3.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-cuda-ext/-/linux-x64-cuda-ext-3.
|
|
123
|
-
"integrity": "sha512-
|
|
137
|
+
"version": "3.19.0",
|
|
138
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-cuda-ext/-/linux-x64-cuda-ext-3.19.0.tgz",
|
|
139
|
+
"integrity": "sha512-CLewIjUH0ag/W3R3/lBV/2ABMoTewcDJOQ3SIIGYXuARu4AwMi62cVfBxUtDONW/rWb9EdMQIhCggdTdkI63iA==",
|
|
124
140
|
"cpu": [
|
|
125
141
|
"x64"
|
|
126
142
|
],
|
|
@@ -134,9 +150,9 @@
|
|
|
134
150
|
}
|
|
135
151
|
},
|
|
136
152
|
"node_modules/@node-llama-cpp/linux-x64-vulkan": {
|
|
137
|
-
"version": "3.
|
|
138
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-vulkan/-/linux-x64-vulkan-3.
|
|
139
|
-
"integrity": "sha512-
|
|
153
|
+
"version": "3.19.0",
|
|
154
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-vulkan/-/linux-x64-vulkan-3.19.0.tgz",
|
|
155
|
+
"integrity": "sha512-dFtqAV8GTZN08LoDHk0BFh+y/zZDscb/QbIbKtoR/JJyLwLNFEOIuKfHl/ay8K3bYxg4QWHnQz8r5coEwIBECQ==",
|
|
140
156
|
"cpu": [
|
|
141
157
|
"x64"
|
|
142
158
|
],
|
|
@@ -150,9 +166,9 @@
|
|
|
150
166
|
}
|
|
151
167
|
},
|
|
152
168
|
"node_modules/@node-llama-cpp/mac-arm64-metal": {
|
|
153
|
-
"version": "3.
|
|
154
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/mac-arm64-metal/-/mac-arm64-metal-3.
|
|
155
|
-
"integrity": "sha512-
|
|
169
|
+
"version": "3.19.0",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/mac-arm64-metal/-/mac-arm64-metal-3.19.0.tgz",
|
|
171
|
+
"integrity": "sha512-mBIM9ZOMBiexxvE5I9Py5rhdtaPZVbtWec0oA5UefBmhcmcQdAp+fcy3R9zNUlEn8BbBDU4TPNc7Nr8UkSyqzw==",
|
|
156
172
|
"cpu": [
|
|
157
173
|
"arm64",
|
|
158
174
|
"x64"
|
|
@@ -167,9 +183,9 @@
|
|
|
167
183
|
}
|
|
168
184
|
},
|
|
169
185
|
"node_modules/@node-llama-cpp/mac-x64": {
|
|
170
|
-
"version": "3.
|
|
171
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/mac-x64/-/mac-x64-3.
|
|
172
|
-
"integrity": "sha512-
|
|
186
|
+
"version": "3.19.0",
|
|
187
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/mac-x64/-/mac-x64-3.19.0.tgz",
|
|
188
|
+
"integrity": "sha512-Z/+kSll5Fc5eyt9WawC5Zq5CP2/f0W6VJ7mfoDQSgwbZym4Vc3K9Hrlswf4j6NBcqbA0dylVkkirfCvIi6MFzQ==",
|
|
173
189
|
"cpu": [
|
|
174
190
|
"x64"
|
|
175
191
|
],
|
|
@@ -183,9 +199,9 @@
|
|
|
183
199
|
}
|
|
184
200
|
},
|
|
185
201
|
"node_modules/@node-llama-cpp/win-arm64": {
|
|
186
|
-
"version": "3.
|
|
187
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-arm64/-/win-arm64-3.
|
|
188
|
-
"integrity": "sha512-
|
|
202
|
+
"version": "3.19.0",
|
|
203
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-arm64/-/win-arm64-3.19.0.tgz",
|
|
204
|
+
"integrity": "sha512-MReCDQcBQ649xluUMyeaUwrEXlb4Ffaxu8JQBpX0FzCUpVW/LVXRoa9ZJuAtshij0OE/6aR0peyF1VoOH6Qd4w==",
|
|
189
205
|
"cpu": [
|
|
190
206
|
"arm64",
|
|
191
207
|
"x64"
|
|
@@ -200,9 +216,9 @@
|
|
|
200
216
|
}
|
|
201
217
|
},
|
|
202
218
|
"node_modules/@node-llama-cpp/win-x64": {
|
|
203
|
-
"version": "3.
|
|
204
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-x64/-/win-x64-3.
|
|
205
|
-
"integrity": "sha512-
|
|
219
|
+
"version": "3.19.0",
|
|
220
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-x64/-/win-x64-3.19.0.tgz",
|
|
221
|
+
"integrity": "sha512-z5zsRXW2tlR4e93aiVxon15t4h9xKFjlbKnKBN1NNX8YxaUgqp8rflfBYi1SO9Nk6JlKBLnftNYaI53Vy0u7HQ==",
|
|
206
222
|
"cpu": [
|
|
207
223
|
"x64"
|
|
208
224
|
],
|
|
@@ -216,9 +232,9 @@
|
|
|
216
232
|
}
|
|
217
233
|
},
|
|
218
234
|
"node_modules/@node-llama-cpp/win-x64-cuda": {
|
|
219
|
-
"version": "3.
|
|
220
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-x64-cuda/-/win-x64-cuda-3.
|
|
221
|
-
"integrity": "sha512-
|
|
235
|
+
"version": "3.19.0",
|
|
236
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-x64-cuda/-/win-x64-cuda-3.19.0.tgz",
|
|
237
|
+
"integrity": "sha512-Y/mnB8suxOzMnvD3w0TCkQSdSUIIvJ7DYFrvj4P4uXMsKE46NMtgoAVT7k9sIIvE5V1UfwbAcCqhbvfAR/frug==",
|
|
222
238
|
"cpu": [
|
|
223
239
|
"x64"
|
|
224
240
|
],
|
|
@@ -232,9 +248,9 @@
|
|
|
232
248
|
}
|
|
233
249
|
},
|
|
234
250
|
"node_modules/@node-llama-cpp/win-x64-cuda-ext": {
|
|
235
|
-
"version": "3.
|
|
236
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-x64-cuda-ext/-/win-x64-cuda-ext-3.
|
|
237
|
-
"integrity": "sha512-
|
|
251
|
+
"version": "3.19.0",
|
|
252
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-x64-cuda-ext/-/win-x64-cuda-ext-3.19.0.tgz",
|
|
253
|
+
"integrity": "sha512-WQ46P50bYWpRsksPR+ilrCkJ8qqk2nHnjrMGQp5o2JUhP/KR3ChorefKrEsjwG5v9AViq9hBxqaOc88WvZL3bg==",
|
|
238
254
|
"cpu": [
|
|
239
255
|
"x64"
|
|
240
256
|
],
|
|
@@ -248,9 +264,9 @@
|
|
|
248
264
|
}
|
|
249
265
|
},
|
|
250
266
|
"node_modules/@node-llama-cpp/win-x64-vulkan": {
|
|
251
|
-
"version": "3.
|
|
252
|
-
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-x64-vulkan/-/win-x64-vulkan-3.
|
|
253
|
-
"integrity": "sha512-
|
|
267
|
+
"version": "3.19.0",
|
|
268
|
+
"resolved": "https://registry.npmjs.org/@node-llama-cpp/win-x64-vulkan/-/win-x64-vulkan-3.19.0.tgz",
|
|
269
|
+
"integrity": "sha512-1zL5XjxohAh47qRPnrhEgdRRvALuC+ukMyPyu88po6BHL8yWhmnR6aSzrgxfvgzvTZycGpAm+hajinIPKD2yNg==",
|
|
254
270
|
"cpu": [
|
|
255
271
|
"x64"
|
|
256
272
|
],
|
|
@@ -823,9 +839,9 @@
|
|
|
823
839
|
}
|
|
824
840
|
},
|
|
825
841
|
"node_modules/fs-extra": {
|
|
826
|
-
"version": "11.3.
|
|
827
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.
|
|
828
|
-
"integrity": "sha512-
|
|
842
|
+
"version": "11.3.6",
|
|
843
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.6.tgz",
|
|
844
|
+
"integrity": "sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==",
|
|
829
845
|
"license": "MIT",
|
|
830
846
|
"optional": true,
|
|
831
847
|
"dependencies": {
|
|
@@ -1144,9 +1160,9 @@
|
|
|
1144
1160
|
"optional": true
|
|
1145
1161
|
},
|
|
1146
1162
|
"node_modules/nanoid": {
|
|
1147
|
-
"version": "5.1.
|
|
1148
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.
|
|
1149
|
-
"integrity": "sha512-
|
|
1163
|
+
"version": "5.1.16",
|
|
1164
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.16.tgz",
|
|
1165
|
+
"integrity": "sha512-kVrnsrJqMR8+oLJnGEmSWw9BivK5mt7H3FZatVRjrc5wGqFYuBxX1yG7+A7Gi5AefkX6t/oCkizcQgpu0cY1dQ==",
|
|
1150
1166
|
"funding": [
|
|
1151
1167
|
{
|
|
1152
1168
|
"type": "github",
|
|
@@ -1163,9 +1179,9 @@
|
|
|
1163
1179
|
}
|
|
1164
1180
|
},
|
|
1165
1181
|
"node_modules/node-addon-api": {
|
|
1166
|
-
"version": "8.
|
|
1167
|
-
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.
|
|
1168
|
-
"integrity": "sha512-
|
|
1182
|
+
"version": "8.9.0",
|
|
1183
|
+
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.9.0.tgz",
|
|
1184
|
+
"integrity": "sha512-ekZMeaaIzSQTSpr7X2X3iJM7lTzgnx8ahAG9pJfT/7+14mlEM8ZYQ9cgCDvSSRbReFK0oHli3WrZdCiRsgAT9Q==",
|
|
1169
1185
|
"license": "MIT",
|
|
1170
1186
|
"optional": true,
|
|
1171
1187
|
"engines": {
|
|
@@ -1180,9 +1196,9 @@
|
|
|
1180
1196
|
"optional": true
|
|
1181
1197
|
},
|
|
1182
1198
|
"node_modules/node-llama-cpp": {
|
|
1183
|
-
"version": "3.
|
|
1184
|
-
"resolved": "https://registry.npmjs.org/node-llama-cpp/-/node-llama-cpp-3.
|
|
1185
|
-
"integrity": "sha512-
|
|
1199
|
+
"version": "3.19.0",
|
|
1200
|
+
"resolved": "https://registry.npmjs.org/node-llama-cpp/-/node-llama-cpp-3.19.0.tgz",
|
|
1201
|
+
"integrity": "sha512-OZKc6IUsu6pNRPFKV0vgqJmagbGWFPhVsrMIj4pdxcglcSzDwzX5TmaIlikT6Ue9081uXOsocPFUBERHgHgJvg==",
|
|
1186
1202
|
"hasInstallScript": true,
|
|
1187
1203
|
"license": "MIT",
|
|
1188
1204
|
"optional": true,
|
|
@@ -1228,19 +1244,20 @@
|
|
|
1228
1244
|
"url": "https://github.com/sponsors/giladgd"
|
|
1229
1245
|
},
|
|
1230
1246
|
"optionalDependencies": {
|
|
1231
|
-
"@node-llama-cpp/linux-arm64": "3.
|
|
1232
|
-
"@node-llama-cpp/linux-armv7l": "3.
|
|
1233
|
-
"@node-llama-cpp/linux-
|
|
1234
|
-
"@node-llama-cpp/linux-x64
|
|
1235
|
-
"@node-llama-cpp/linux-x64-cuda
|
|
1236
|
-
"@node-llama-cpp/linux-x64-
|
|
1237
|
-
"@node-llama-cpp/
|
|
1238
|
-
"@node-llama-cpp/mac-
|
|
1239
|
-
"@node-llama-cpp/
|
|
1240
|
-
"@node-llama-cpp/win-
|
|
1241
|
-
"@node-llama-cpp/win-x64
|
|
1242
|
-
"@node-llama-cpp/win-x64-cuda
|
|
1243
|
-
"@node-llama-cpp/win-x64-
|
|
1247
|
+
"@node-llama-cpp/linux-arm64": "3.19.0",
|
|
1248
|
+
"@node-llama-cpp/linux-armv7l": "3.19.0",
|
|
1249
|
+
"@node-llama-cpp/linux-riscv64": "3.19.0",
|
|
1250
|
+
"@node-llama-cpp/linux-x64": "3.19.0",
|
|
1251
|
+
"@node-llama-cpp/linux-x64-cuda": "3.19.0",
|
|
1252
|
+
"@node-llama-cpp/linux-x64-cuda-ext": "3.19.0",
|
|
1253
|
+
"@node-llama-cpp/linux-x64-vulkan": "3.19.0",
|
|
1254
|
+
"@node-llama-cpp/mac-arm64-metal": "3.19.0",
|
|
1255
|
+
"@node-llama-cpp/mac-x64": "3.19.0",
|
|
1256
|
+
"@node-llama-cpp/win-arm64": "3.19.0",
|
|
1257
|
+
"@node-llama-cpp/win-x64": "3.19.0",
|
|
1258
|
+
"@node-llama-cpp/win-x64-cuda": "3.19.0",
|
|
1259
|
+
"@node-llama-cpp/win-x64-cuda-ext": "3.19.0",
|
|
1260
|
+
"@node-llama-cpp/win-x64-vulkan": "3.19.0"
|
|
1244
1261
|
},
|
|
1245
1262
|
"peerDependencies": {
|
|
1246
1263
|
"typescript": ">=5.0.0"
|
|
@@ -1268,9 +1285,9 @@
|
|
|
1268
1285
|
}
|
|
1269
1286
|
},
|
|
1270
1287
|
"node_modules/ora": {
|
|
1271
|
-
"version": "9.4.
|
|
1272
|
-
"resolved": "https://registry.npmjs.org/ora/-/ora-9.4.
|
|
1273
|
-
"integrity": "sha512-
|
|
1288
|
+
"version": "9.4.1",
|
|
1289
|
+
"resolved": "https://registry.npmjs.org/ora/-/ora-9.4.1.tgz",
|
|
1290
|
+
"integrity": "sha512-6VlU9MLXbjVQD04AZCMX28hVtA5bUoadvUqO76MUCVA0ilwJbMiHsITRPfyVm6p/BC0Av/BXMujx39WCe1LEqw==",
|
|
1274
1291
|
"license": "MIT",
|
|
1275
1292
|
"optional": true,
|
|
1276
1293
|
"dependencies": {
|
|
@@ -1444,9 +1461,9 @@
|
|
|
1444
1461
|
}
|
|
1445
1462
|
},
|
|
1446
1463
|
"node_modules/semver": {
|
|
1447
|
-
"version": "7.8.
|
|
1448
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
1449
|
-
"integrity": "sha512-
|
|
1464
|
+
"version": "7.8.5",
|
|
1465
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
1466
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
1450
1467
|
"license": "ISC",
|
|
1451
1468
|
"optional": true,
|
|
1452
1469
|
"bin": {
|
|
@@ -1639,9 +1656,9 @@
|
|
|
1639
1656
|
}
|
|
1640
1657
|
},
|
|
1641
1658
|
"node_modules/tar": {
|
|
1642
|
-
"version": "7.5.
|
|
1643
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
1644
|
-
"integrity": "sha512-
|
|
1659
|
+
"version": "7.5.19",
|
|
1660
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz",
|
|
1661
|
+
"integrity": "sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==",
|
|
1645
1662
|
"license": "BlueOak-1.0.0",
|
|
1646
1663
|
"optional": true,
|
|
1647
1664
|
"dependencies": {
|
|
@@ -1801,9 +1818,9 @@
|
|
|
1801
1818
|
}
|
|
1802
1819
|
},
|
|
1803
1820
|
"node_modules/yargs": {
|
|
1804
|
-
"version": "17.7.
|
|
1805
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.
|
|
1806
|
-
"integrity": "sha512-
|
|
1821
|
+
"version": "17.7.3",
|
|
1822
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz",
|
|
1823
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
1807
1824
|
"license": "MIT",
|
|
1808
1825
|
"optional": true,
|
|
1809
1826
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/llama-cpp-provider",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.4",
|
|
4
4
|
"description": "OpenClaw llama.cpp embedding provider plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"optionalDependencies": {
|
|
11
|
-
"node-llama-cpp": "3.
|
|
11
|
+
"node-llama-cpp": "3.19.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"minHostVersion": ">=2026.6.2"
|
|
24
24
|
},
|
|
25
25
|
"compat": {
|
|
26
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
26
|
+
"pluginApi": ">=2026.7.1-beta.4"
|
|
27
27
|
},
|
|
28
28
|
"build": {
|
|
29
|
-
"openclawVersion": "2026.7.1-beta.
|
|
29
|
+
"openclawVersion": "2026.7.1-beta.4"
|
|
30
30
|
},
|
|
31
31
|
"release": {
|
|
32
32
|
"bundleRuntimeDependencies": false,
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"README.md"
|
|
45
45
|
],
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"openclaw": ">=2026.7.1-beta.
|
|
47
|
+
"openclaw": ">=2026.7.1-beta.4"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"openclaw": {
|