@bike4mind/cli 0.2.31-cli-update-command.19453 → 0.2.31-cli-update-command.19462
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@bike4mind/cli",
|
|
6
|
-
version: "0.2.31-cli-update-command.
|
|
6
|
+
version: "0.2.31-cli-update-command.19462+756a8d3f7",
|
|
7
7
|
type: "module",
|
|
8
8
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
9
9
|
license: "UNLICENSED",
|
|
@@ -114,10 +114,10 @@ var package_default = {
|
|
|
114
114
|
},
|
|
115
115
|
devDependencies: {
|
|
116
116
|
"@bike4mind/agents": "0.1.0",
|
|
117
|
-
"@bike4mind/common": "2.52.1-cli-update-command.
|
|
118
|
-
"@bike4mind/mcp": "1.31.1-cli-update-command.
|
|
119
|
-
"@bike4mind/services": "2.50.1-cli-update-command.
|
|
120
|
-
"@bike4mind/utils": "2.7.1-cli-update-command.
|
|
117
|
+
"@bike4mind/common": "2.52.1-cli-update-command.19462+756a8d3f7",
|
|
118
|
+
"@bike4mind/mcp": "1.31.1-cli-update-command.19462+756a8d3f7",
|
|
119
|
+
"@bike4mind/services": "2.50.1-cli-update-command.19462+756a8d3f7",
|
|
120
|
+
"@bike4mind/utils": "2.7.1-cli-update-command.19462+756a8d3f7",
|
|
121
121
|
"@types/better-sqlite3": "^7.6.13",
|
|
122
122
|
"@types/diff": "^5.0.9",
|
|
123
123
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -138,7 +138,7 @@ var package_default = {
|
|
|
138
138
|
optionalDependencies: {
|
|
139
139
|
"@vscode/ripgrep": "^1.17.0"
|
|
140
140
|
},
|
|
141
|
-
gitHead: "
|
|
141
|
+
gitHead: "756a8d3f7ab2aea0a86e81cb2f983eb6dae453c1"
|
|
142
142
|
};
|
|
143
143
|
|
|
144
144
|
// src/utils/updateChecker.ts
|
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
checkForUpdate,
|
|
18
18
|
package_default
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-FZXNUST6.js";
|
|
20
20
|
import {
|
|
21
21
|
selectActiveBackgroundAgents,
|
|
22
22
|
useCliStore
|
|
@@ -13290,9 +13290,7 @@ var QuestStartBodySchema = z140.object({
|
|
|
13290
13290
|
fabFileIds: z140.array(z140.string()).optional()
|
|
13291
13291
|
})).optional(),
|
|
13292
13292
|
/** User's timezone (IANA format, e.g., "America/New_York") */
|
|
13293
|
-
timezone: z140.string().optional()
|
|
13294
|
-
/** Pre-fetched API key table from invoke phase — avoids redundant DB call in process (#6616 P1-a) */
|
|
13295
|
-
apiKeyTable: z140.record(z140.string(), z140.string().nullable()).optional()
|
|
13293
|
+
timezone: z140.string().optional()
|
|
13296
13294
|
});
|
|
13297
13295
|
|
|
13298
13296
|
// ../../b4m-core/packages/services/dist/src/llm/StatusManager.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.31-cli-update-command.
|
|
3
|
+
"version": "0.2.31-cli-update-command.19462+756a8d3f7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@bike4mind/agents": "0.1.0",
|
|
114
|
-
"@bike4mind/common": "2.52.1-cli-update-command.
|
|
115
|
-
"@bike4mind/mcp": "1.31.1-cli-update-command.
|
|
116
|
-
"@bike4mind/services": "2.50.1-cli-update-command.
|
|
117
|
-
"@bike4mind/utils": "2.7.1-cli-update-command.
|
|
114
|
+
"@bike4mind/common": "2.52.1-cli-update-command.19462+756a8d3f7",
|
|
115
|
+
"@bike4mind/mcp": "1.31.1-cli-update-command.19462+756a8d3f7",
|
|
116
|
+
"@bike4mind/services": "2.50.1-cli-update-command.19462+756a8d3f7",
|
|
117
|
+
"@bike4mind/utils": "2.7.1-cli-update-command.19462+756a8d3f7",
|
|
118
118
|
"@types/better-sqlite3": "^7.6.13",
|
|
119
119
|
"@types/diff": "^5.0.9",
|
|
120
120
|
"@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": "756a8d3f7ab2aea0a86e81cb2f983eb6dae453c1"
|
|
139
139
|
}
|