@bike4mind/cli 0.2.29-feat-cli-sandbox.18924 → 0.2.29-feat-cli-sandbox.18926
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 +6 -6
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -13967,7 +13967,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
13967
13967
|
// package.json
|
|
13968
13968
|
var package_default = {
|
|
13969
13969
|
name: "@bike4mind/cli",
|
|
13970
|
-
version: "0.2.29-feat-cli-sandbox.
|
|
13970
|
+
version: "0.2.29-feat-cli-sandbox.18926+32091a174",
|
|
13971
13971
|
type: "module",
|
|
13972
13972
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
13973
13973
|
license: "UNLICENSED",
|
|
@@ -14081,10 +14081,10 @@ var package_default = {
|
|
|
14081
14081
|
},
|
|
14082
14082
|
devDependencies: {
|
|
14083
14083
|
"@bike4mind/agents": "0.1.0",
|
|
14084
|
-
"@bike4mind/common": "2.50.1-feat-cli-sandbox.
|
|
14085
|
-
"@bike4mind/mcp": "1.29.1-feat-cli-sandbox.
|
|
14086
|
-
"@bike4mind/services": "2.48.1-feat-cli-sandbox.
|
|
14087
|
-
"@bike4mind/utils": "2.5.1-feat-cli-sandbox.
|
|
14084
|
+
"@bike4mind/common": "2.50.1-feat-cli-sandbox.18926+32091a174",
|
|
14085
|
+
"@bike4mind/mcp": "1.29.1-feat-cli-sandbox.18926+32091a174",
|
|
14086
|
+
"@bike4mind/services": "2.48.1-feat-cli-sandbox.18926+32091a174",
|
|
14087
|
+
"@bike4mind/utils": "2.5.1-feat-cli-sandbox.18926+32091a174",
|
|
14088
14088
|
"@types/better-sqlite3": "^7.6.13",
|
|
14089
14089
|
"@types/diff": "^5.0.9",
|
|
14090
14090
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -14102,7 +14102,7 @@ var package_default = {
|
|
|
14102
14102
|
optionalDependencies: {
|
|
14103
14103
|
"@vscode/ripgrep": "^1.17.0"
|
|
14104
14104
|
},
|
|
14105
|
-
gitHead: "
|
|
14105
|
+
gitHead: "32091a174d23f43a62348085b11e418cdabc2efc"
|
|
14106
14106
|
};
|
|
14107
14107
|
|
|
14108
14108
|
// src/config/constants.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.29-feat-cli-sandbox.
|
|
3
|
+
"version": "0.2.29-feat-cli-sandbox.18926+32091a174",
|
|
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.50.1-feat-cli-sandbox.
|
|
118
|
-
"@bike4mind/mcp": "1.29.1-feat-cli-sandbox.
|
|
119
|
-
"@bike4mind/services": "2.48.1-feat-cli-sandbox.
|
|
120
|
-
"@bike4mind/utils": "2.5.1-feat-cli-sandbox.
|
|
117
|
+
"@bike4mind/common": "2.50.1-feat-cli-sandbox.18926+32091a174",
|
|
118
|
+
"@bike4mind/mcp": "1.29.1-feat-cli-sandbox.18926+32091a174",
|
|
119
|
+
"@bike4mind/services": "2.48.1-feat-cli-sandbox.18926+32091a174",
|
|
120
|
+
"@bike4mind/utils": "2.5.1-feat-cli-sandbox.18926+32091a174",
|
|
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": "32091a174d23f43a62348085b11e418cdabc2efc"
|
|
139
139
|
}
|