@bike4mind/cli 0.2.21-fix-allow-empty-tool-parameters.18234 → 0.2.21-fix-allow-empty-tool-parameters.18237
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/{chunk-DJTSB36E.js → chunk-3UCVSEGP.js} +1 -1
- package/dist/{chunk-DWGIDDBT.js → chunk-BGZVNMBX.js} +1 -1
- package/dist/{chunk-QDCMDUAL.js → chunk-N57SVIGZ.js} +2 -0
- package/dist/{chunk-RG4QLGNR.js → chunk-XLWF5LEL.js} +1 -1
- package/dist/{create-C4RGG546.js → create-XVC5PGGL.js} +2 -2
- package/dist/index.js +10 -10
- package/dist/{mementoService-5GXNZB6Z.js → mementoService-4DIRQJZV.js} +2 -2
- package/dist/{src-DZEI6X5X.js → src-3WK3ALZZ.js} +1 -1
- package/dist/{subtractCredits-NWB6N5VR.js → subtractCredits-SFT6GEO3.js} +2 -2
- package/package.json +6 -6
|
@@ -6379,6 +6379,7 @@ var OpenAIBackend = class {
|
|
|
6379
6379
|
await this.complete(model, messages, {
|
|
6380
6380
|
...options,
|
|
6381
6381
|
_internal: {
|
|
6382
|
+
...options._internal,
|
|
6382
6383
|
toolCallCount: toolCallCount + 1
|
|
6383
6384
|
}
|
|
6384
6385
|
}, callback, toolsUsed);
|
|
@@ -6507,6 +6508,7 @@ var OpenAIBackend = class {
|
|
|
6507
6508
|
await this.complete(model, messages, {
|
|
6508
6509
|
...options,
|
|
6509
6510
|
_internal: {
|
|
6511
|
+
...options._internal,
|
|
6510
6512
|
toolCallCount: toolCallCount + 1
|
|
6511
6513
|
}
|
|
6512
6514
|
}, callback, toolsUsed);
|
package/dist/index.js
CHANGED
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
getEffectiveApiKey,
|
|
5
5
|
getOpenWeatherKey,
|
|
6
6
|
getSerperKey
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BGZVNMBX.js";
|
|
8
8
|
import {
|
|
9
9
|
ConfigStore
|
|
10
10
|
} from "./chunk-VFQF2JIT.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-XLWF5LEL.js";
|
|
12
|
+
import "./chunk-3UCVSEGP.js";
|
|
13
13
|
import {
|
|
14
14
|
BFLImageService,
|
|
15
15
|
BaseStorage,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
OpenAIBackend,
|
|
22
22
|
OpenAIImageService,
|
|
23
23
|
XAIImageService
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-N57SVIGZ.js";
|
|
25
25
|
import {
|
|
26
26
|
AiEvents,
|
|
27
27
|
ApiKeyEvents,
|
|
@@ -12262,7 +12262,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
12262
12262
|
// package.json
|
|
12263
12263
|
var package_default = {
|
|
12264
12264
|
name: "@bike4mind/cli",
|
|
12265
|
-
version: "0.2.21-fix-allow-empty-tool-parameters.
|
|
12265
|
+
version: "0.2.21-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
12266
12266
|
type: "module",
|
|
12267
12267
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
12268
12268
|
license: "UNLICENSED",
|
|
@@ -12369,10 +12369,10 @@ var package_default = {
|
|
|
12369
12369
|
},
|
|
12370
12370
|
devDependencies: {
|
|
12371
12371
|
"@bike4mind/agents": "0.1.0",
|
|
12372
|
-
"@bike4mind/common": "2.45.1-fix-allow-empty-tool-parameters.
|
|
12373
|
-
"@bike4mind/mcp": "1.25.1-fix-allow-empty-tool-parameters.
|
|
12374
|
-
"@bike4mind/services": "2.43.1-fix-allow-empty-tool-parameters.
|
|
12375
|
-
"@bike4mind/utils": "2.3.1-fix-allow-empty-tool-parameters.
|
|
12372
|
+
"@bike4mind/common": "2.45.1-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
12373
|
+
"@bike4mind/mcp": "1.25.1-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
12374
|
+
"@bike4mind/services": "2.43.1-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
12375
|
+
"@bike4mind/utils": "2.3.1-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
12376
12376
|
"@types/better-sqlite3": "^7.6.13",
|
|
12377
12377
|
"@types/diff": "^5.0.9",
|
|
12378
12378
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -12389,7 +12389,7 @@ var package_default = {
|
|
|
12389
12389
|
optionalDependencies: {
|
|
12390
12390
|
"@vscode/ripgrep": "^1.17.0"
|
|
12391
12391
|
},
|
|
12392
|
-
gitHead: "
|
|
12392
|
+
gitHead: "7ccbe1bcf0df5253edb1816f666f68d00209f237"
|
|
12393
12393
|
};
|
|
12394
12394
|
|
|
12395
12395
|
// src/config/constants.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.21-fix-allow-empty-tool-parameters.
|
|
3
|
+
"version": "0.2.21-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@bike4mind/agents": "0.1.0",
|
|
110
|
-
"@bike4mind/common": "2.45.1-fix-allow-empty-tool-parameters.
|
|
111
|
-
"@bike4mind/mcp": "1.25.1-fix-allow-empty-tool-parameters.
|
|
112
|
-
"@bike4mind/services": "2.43.1-fix-allow-empty-tool-parameters.
|
|
113
|
-
"@bike4mind/utils": "2.3.1-fix-allow-empty-tool-parameters.
|
|
110
|
+
"@bike4mind/common": "2.45.1-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
111
|
+
"@bike4mind/mcp": "1.25.1-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
112
|
+
"@bike4mind/services": "2.43.1-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
113
|
+
"@bike4mind/utils": "2.3.1-fix-allow-empty-tool-parameters.18237+7ccbe1bcf",
|
|
114
114
|
"@types/better-sqlite3": "^7.6.13",
|
|
115
115
|
"@types/diff": "^5.0.9",
|
|
116
116
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"optionalDependencies": {
|
|
128
128
|
"@vscode/ripgrep": "^1.17.0"
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "7ccbe1bcf0df5253edb1816f666f68d00209f237"
|
|
131
131
|
}
|