@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.
@@ -7,7 +7,7 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-QDCMDUAL.js";
10
+ } from "./chunk-N57SVIGZ.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
@@ -6,7 +6,7 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-QDCMDUAL.js";
9
+ } from "./chunk-N57SVIGZ.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
@@ -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);
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-QDCMDUAL.js";
5
+ } from "./chunk-N57SVIGZ.js";
6
6
  import {
7
7
  CompletionApiUsageTransaction,
8
8
  GenericCreditDeductTransaction,
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  createFabFile,
4
4
  createFabFileSchema
5
- } from "./chunk-DJTSB36E.js";
6
- import "./chunk-QDCMDUAL.js";
5
+ } from "./chunk-3UCVSEGP.js";
6
+ import "./chunk-N57SVIGZ.js";
7
7
  import "./chunk-QZAVSLFW.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
package/dist/index.js CHANGED
@@ -4,12 +4,12 @@ import {
4
4
  getEffectiveApiKey,
5
5
  getOpenWeatherKey,
6
6
  getSerperKey
7
- } from "./chunk-DWGIDDBT.js";
7
+ } from "./chunk-BGZVNMBX.js";
8
8
  import {
9
9
  ConfigStore
10
10
  } from "./chunk-VFQF2JIT.js";
11
- import "./chunk-RG4QLGNR.js";
12
- import "./chunk-DJTSB36E.js";
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-QDCMDUAL.js";
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.18234+cda5fe331",
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.18234+cda5fe331",
12373
- "@bike4mind/mcp": "1.25.1-fix-allow-empty-tool-parameters.18234+cda5fe331",
12374
- "@bike4mind/services": "2.43.1-fix-allow-empty-tool-parameters.18234+cda5fe331",
12375
- "@bike4mind/utils": "2.3.1-fix-allow-empty-tool-parameters.18234+cda5fe331",
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: "cda5fe331b0805dff8f86162e6009e03b2fdd065"
12392
+ gitHead: "7ccbe1bcf0df5253edb1816f666f68d00209f237"
12393
12393
  };
12394
12394
 
12395
12395
  // src/config/constants.ts
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-DWGIDDBT.js";
6
- import "./chunk-QDCMDUAL.js";
5
+ } from "./chunk-BGZVNMBX.js";
6
+ import "./chunk-N57SVIGZ.js";
7
7
  import "./chunk-QZAVSLFW.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
@@ -132,7 +132,7 @@ import {
132
132
  validateMermaidSyntax,
133
133
  warmUpSettingsCache,
134
134
  withRetry
135
- } from "./chunk-QDCMDUAL.js";
135
+ } from "./chunk-N57SVIGZ.js";
136
136
  import "./chunk-QZAVSLFW.js";
137
137
  import {
138
138
  Logger,
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-RG4QLGNR.js";
6
- import "./chunk-QDCMDUAL.js";
5
+ } from "./chunk-XLWF5LEL.js";
6
+ import "./chunk-N57SVIGZ.js";
7
7
  import "./chunk-QZAVSLFW.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
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.18234+cda5fe331",
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.18234+cda5fe331",
111
- "@bike4mind/mcp": "1.25.1-fix-allow-empty-tool-parameters.18234+cda5fe331",
112
- "@bike4mind/services": "2.43.1-fix-allow-empty-tool-parameters.18234+cda5fe331",
113
- "@bike4mind/utils": "2.3.1-fix-allow-empty-tool-parameters.18234+cda5fe331",
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": "cda5fe331b0805dff8f86162e6009e03b2fdd065"
130
+ "gitHead": "7ccbe1bcf0df5253edb1816f666f68d00209f237"
131
131
  }