@bike4mind/cli 0.2.30-feat-quantum-optimize-architecture.19214 → 0.2.30-feat-quantum-optimize-architecture.19215
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-UBNX4HGM.js → chunk-2SIBTEPT.js} +1 -1
- package/dist/{chunk-K7IPBGPF.js → chunk-GQIXVWBO.js} +1 -1
- package/dist/{chunk-EAV6QGEH.js → chunk-N6LRJQVC.js} +1 -3
- package/dist/{chunk-76PQJAL6.js → chunk-QAE4MTL6.js} +1 -1
- package/dist/{create-DQDP6C3S.js → create-MWY2WNAM.js} +2 -2
- package/dist/index.js +10 -10
- package/dist/{mementoService-VSRWN4FH.js → mementoService-NXW5L4VW.js} +2 -2
- package/dist/{src-JVU25NYJ.js → src-JDOKASCF.js} +1 -1
- package/dist/{subtractCredits-IDA65HCR.js → subtractCredits-TVMHHJ2K.js} +2 -2
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
getEffectiveApiKey,
|
|
6
6
|
getOpenWeatherKey,
|
|
7
7
|
getSerperKey
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-QAE4MTL6.js";
|
|
9
9
|
import "./chunk-RUI6HNLO.js";
|
|
10
10
|
import {
|
|
11
11
|
ConfigStore,
|
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
selectActiveBackgroundAgents,
|
|
16
16
|
useCliStore
|
|
17
17
|
} from "./chunk-TVW4ZESU.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-GQIXVWBO.js";
|
|
19
|
+
import "./chunk-2SIBTEPT.js";
|
|
20
20
|
import {
|
|
21
21
|
BFLImageService,
|
|
22
22
|
BaseStorage,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
OpenAIBackend,
|
|
29
29
|
OpenAIImageService,
|
|
30
30
|
XAIImageService
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-N6LRJQVC.js";
|
|
32
32
|
import {
|
|
33
33
|
AiEvents,
|
|
34
34
|
ApiKeyEvents,
|
|
@@ -15894,7 +15894,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
15894
15894
|
// package.json
|
|
15895
15895
|
var package_default = {
|
|
15896
15896
|
name: "@bike4mind/cli",
|
|
15897
|
-
version: "0.2.30-feat-quantum-optimize-architecture.
|
|
15897
|
+
version: "0.2.30-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
15898
15898
|
type: "module",
|
|
15899
15899
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
15900
15900
|
license: "UNLICENSED",
|
|
@@ -16008,10 +16008,10 @@ var package_default = {
|
|
|
16008
16008
|
},
|
|
16009
16009
|
devDependencies: {
|
|
16010
16010
|
"@bike4mind/agents": "0.1.0",
|
|
16011
|
-
"@bike4mind/common": "2.51.1-feat-quantum-optimize-architecture.
|
|
16012
|
-
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.
|
|
16013
|
-
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.
|
|
16014
|
-
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.
|
|
16011
|
+
"@bike4mind/common": "2.51.1-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
16012
|
+
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
16013
|
+
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
16014
|
+
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
16015
16015
|
"@types/better-sqlite3": "^7.6.13",
|
|
16016
16016
|
"@types/diff": "^5.0.9",
|
|
16017
16017
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -16029,7 +16029,7 @@ var package_default = {
|
|
|
16029
16029
|
optionalDependencies: {
|
|
16030
16030
|
"@vscode/ripgrep": "^1.17.0"
|
|
16031
16031
|
},
|
|
16032
|
-
gitHead: "
|
|
16032
|
+
gitHead: "e55b8c0d9638f16a22c61ed4282e21e5933bcf97"
|
|
16033
16033
|
};
|
|
16034
16034
|
|
|
16035
16035
|
// src/config/constants.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.30-feat-quantum-optimize-architecture.
|
|
3
|
+
"version": "0.2.30-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -114,10 +114,10 @@
|
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@bike4mind/agents": "0.1.0",
|
|
117
|
-
"@bike4mind/common": "2.51.1-feat-quantum-optimize-architecture.
|
|
118
|
-
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.
|
|
119
|
-
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.
|
|
120
|
-
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.
|
|
117
|
+
"@bike4mind/common": "2.51.1-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
118
|
+
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
119
|
+
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
120
|
+
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.19215+e55b8c0d9",
|
|
121
121
|
"@types/better-sqlite3": "^7.6.13",
|
|
122
122
|
"@types/diff": "^5.0.9",
|
|
123
123
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"optionalDependencies": {
|
|
136
136
|
"@vscode/ripgrep": "^1.17.0"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "e55b8c0d9638f16a22c61ed4282e21e5933bcf97"
|
|
139
139
|
}
|