@bike4mind/cli 0.2.53 → 0.2.54-fix-file-browser-total-count-includes-shared.21262
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/{artifactExtractor-DVDPH6SY.js → artifactExtractor-BIKNQUGE.js} +1 -1
- package/dist/{chunk-OJSNMX74.js → chunk-522LM44T.js} +1 -1
- package/dist/{chunk-FUSKVQZR.js → chunk-DOWFMGI2.js} +10 -6
- package/dist/{chunk-JULZW2WV.js → chunk-FSEFZTQ5.js} +2 -2
- package/dist/{chunk-46FVYAFI.js → chunk-MVNYYFHE.js} +8 -9
- package/dist/{chunk-HG3KOSRI.js → chunk-N6HTUNSM.js} +1 -1
- package/dist/{chunk-KHFMOKEM.js → chunk-QXNNUB2O.js} +3 -1
- package/dist/{chunk-BAUVNB3G.js → chunk-WRW632MZ.js} +2 -2
- package/dist/{chunk-FRWP4IOP.js → chunk-YAZS5EAJ.js} +2 -2
- package/dist/commands/doctorCommand.js +1 -1
- package/dist/commands/headlessCommand.js +7 -7
- package/dist/commands/mcpCommand.js +2 -2
- package/dist/commands/updateCommand.js +1 -1
- package/dist/{create-W3LGSNB3.js → create-OBAUG4P7.js} +3 -3
- package/dist/index.js +8 -8
- package/dist/{llmMarkdownGenerator-5AGRZN2Q.js → llmMarkdownGenerator-Y24DFBLY.js} +1 -1
- package/dist/{markdownGenerator-KKQPZJS6.js → markdownGenerator-MWKFZQ63.js} +1 -1
- package/dist/{mementoService-POCFHOZH.js → mementoService-R5H76DCN.js} +3 -3
- package/dist/{src-VKGNZ33A.js → src-GBLIMXOY.js} +1 -1
- package/dist/{src-6VXTTW3A.js → src-PACZINJJ.js} +2 -2
- package/dist/{subtractCredits-UZEH7WH3.js → subtractCredits-UO6BUNV6.js} +3 -3
- package/package.json +8 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QXNNUB2O.js";
|
|
5
5
|
|
|
6
6
|
// ../../b4m-core/packages/services/dist/src/notebookCurationService/artifactExtractor.js
|
|
7
7
|
var ARTIFACT_TAG_REGEX = /<artifact\s+(.*?)>([\s\S]*?)<\/artifact>/gi;
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
getOpenWeatherKey,
|
|
5
5
|
getSerperKey,
|
|
6
6
|
getWolframAlphaKey
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-WRW632MZ.js";
|
|
8
8
|
import {
|
|
9
9
|
BFLImageService,
|
|
10
10
|
BaseStorage,
|
|
@@ -16,14 +16,14 @@ import {
|
|
|
16
16
|
OpenAIBackend,
|
|
17
17
|
OpenAIImageService,
|
|
18
18
|
XAIImageService
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-N6HTUNSM.js";
|
|
20
20
|
import {
|
|
21
21
|
Logger
|
|
22
22
|
} from "./chunk-PFBYGCOW.js";
|
|
23
23
|
import {
|
|
24
24
|
ConfigStore,
|
|
25
25
|
logger
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-522LM44T.js";
|
|
27
27
|
import {
|
|
28
28
|
ALERT_THRESHOLDS,
|
|
29
29
|
AiEvents,
|
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
getViewById,
|
|
85
85
|
resolveNavigationIntents,
|
|
86
86
|
sanitizeTelemetryError
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-QXNNUB2O.js";
|
|
88
88
|
|
|
89
89
|
// src/utils/fileSearch.ts
|
|
90
90
|
import * as fs from "fs";
|
|
@@ -3682,7 +3682,9 @@ var searchFabFilesSchema = z94.object({
|
|
|
3682
3682
|
direction: z94.enum(["asc", "desc"])
|
|
3683
3683
|
}).optional(),
|
|
3684
3684
|
options: z94.object({
|
|
3685
|
-
includeShared: z94.coerce.boolean().optional()
|
|
3685
|
+
includeShared: z94.coerce.boolean().optional(),
|
|
3686
|
+
userGroups: z94.array(z94.string()).optional(),
|
|
3687
|
+
dataLakeTags: z94.array(z94.string()).optional()
|
|
3686
3688
|
}).optional()
|
|
3687
3689
|
});
|
|
3688
3690
|
|
|
@@ -13971,7 +13973,9 @@ var QuestStartBodySchema = z141.object({
|
|
|
13971
13973
|
/** User's timezone (IANA format, e.g., "America/New_York") */
|
|
13972
13974
|
timezone: z141.string().optional(),
|
|
13973
13975
|
/** Persona-based sub-agent filter — only these agent names are available for delegation */
|
|
13974
|
-
allowedAgents: z141.array(z141.string()).optional()
|
|
13976
|
+
allowedAgents: z141.array(z141.string()).optional(),
|
|
13977
|
+
/** When true, Quest Processor injects Slack-specific tool configs (help, notebooks, curated files) */
|
|
13978
|
+
enableSlackTools: z141.boolean().optional()
|
|
13975
13979
|
});
|
|
13976
13980
|
|
|
13977
13981
|
// ../../b4m-core/packages/services/dist/src/llm/StatusManager.js
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
BadRequestError,
|
|
4
4
|
secureParameters
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-N6HTUNSM.js";
|
|
6
6
|
import {
|
|
7
7
|
CompletionApiUsageTransaction,
|
|
8
8
|
GenericCreditDeductTransaction,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
ToolUsageTransaction,
|
|
14
14
|
TransferCreditTransaction,
|
|
15
15
|
VideoGenerationUsageTransaction
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-QXNNUB2O.js";
|
|
17
17
|
|
|
18
18
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
19
19
|
import { z } from "zod";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@bike4mind/cli",
|
|
6
|
-
version: "0.2.
|
|
6
|
+
version: "0.2.54-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
7
7
|
type: "module",
|
|
8
8
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
9
9
|
license: "UNLICENSED",
|
|
@@ -71,7 +71,7 @@ var package_default = {
|
|
|
71
71
|
"csv-parse": "^6.0.0",
|
|
72
72
|
dayjs: "^1.11.19",
|
|
73
73
|
diff: "^8.0.2",
|
|
74
|
-
dotenv: "^
|
|
74
|
+
dotenv: "^17.0.0",
|
|
75
75
|
"eventsource-parser": "^3.0.6",
|
|
76
76
|
fdir: "^6.5.0",
|
|
77
77
|
"file-type": "^18.7.0",
|
|
@@ -117,13 +117,12 @@ var package_default = {
|
|
|
117
117
|
zustand: "^4.5.4"
|
|
118
118
|
},
|
|
119
119
|
devDependencies: {
|
|
120
|
-
"@bike4mind/agents": "0.1.
|
|
121
|
-
"@bike4mind/common": "2.69.
|
|
122
|
-
"@bike4mind/mcp": "1.33.
|
|
123
|
-
"@bike4mind/services": "2.64.
|
|
124
|
-
"@bike4mind/utils": "2.15.
|
|
120
|
+
"@bike4mind/agents": "0.1.5-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
121
|
+
"@bike4mind/common": "2.69.1-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
122
|
+
"@bike4mind/mcp": "1.33.14-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
123
|
+
"@bike4mind/services": "2.64.2-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
124
|
+
"@bike4mind/utils": "2.15.8-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
125
125
|
"@types/better-sqlite3": "^7.6.13",
|
|
126
|
-
"@types/diff": "^8.0.0",
|
|
127
126
|
"@types/jsonwebtoken": "^9.0.4",
|
|
128
127
|
"@types/node": "^22.9.0",
|
|
129
128
|
"@types/picomatch": "^4.0.2",
|
|
@@ -139,7 +138,7 @@ var package_default = {
|
|
|
139
138
|
optionalDependencies: {
|
|
140
139
|
"@vscode/ripgrep": "^1.17.0"
|
|
141
140
|
},
|
|
142
|
-
gitHead: "
|
|
141
|
+
gitHead: "3d6ab5326d936671067f0a2d4578d15ca623280f"
|
|
143
142
|
};
|
|
144
143
|
|
|
145
144
|
// src/utils/updateChecker.ts
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
extractSnippetMeta,
|
|
21
21
|
isGPTImageModel,
|
|
22
22
|
settingsMap
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-QXNNUB2O.js";
|
|
24
24
|
|
|
25
25
|
// ../../b4m-core/packages/utils/dist/src/storage/S3Storage.js
|
|
26
26
|
import { S3Client, PutObjectCommand, DeleteObjectCommand, GetObjectCommand, HeadObjectCommand } from "@aws-sdk/client-s3";
|
|
@@ -6374,7 +6374,9 @@ var ChatCompletionInvokeParamsSchema = z29.object({
|
|
|
6374
6374
|
/** User's timezone (IANA format, e.g., "America/New_York") */
|
|
6375
6375
|
timezone: z29.string().optional(),
|
|
6376
6376
|
/** Persona-based sub-agent filter — only these agent names are available for delegation */
|
|
6377
|
-
allowedAgents: z29.array(z29.string()).optional()
|
|
6377
|
+
allowedAgents: z29.array(z29.string()).optional(),
|
|
6378
|
+
/** When true, Quest Processor injects Slack-specific tool configs (help, notebooks, curated files) */
|
|
6379
|
+
enableSlackTools: z29.boolean().optional()
|
|
6378
6380
|
});
|
|
6379
6381
|
var LLMApiRequestBodySchema = ChatCompletionInvokeParamsSchema.extend({
|
|
6380
6382
|
/** Notebook session ID */
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-N6HTUNSM.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QXNNUB2O.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-N6HTUNSM.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QXNNUB2O.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/fabFileService/create.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -36,20 +36,20 @@ import {
|
|
|
36
36
|
isReadOnlyTool,
|
|
37
37
|
loadContextFiles,
|
|
38
38
|
setWebSocketToolExecutor
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-DOWFMGI2.js";
|
|
40
40
|
import "../chunk-BDQBOLYG.js";
|
|
41
|
-
import "../chunk-
|
|
41
|
+
import "../chunk-WRW632MZ.js";
|
|
42
42
|
import "../chunk-GQGOWACU.js";
|
|
43
|
-
import "../chunk-
|
|
44
|
-
import "../chunk-
|
|
45
|
-
import "../chunk-
|
|
43
|
+
import "../chunk-FSEFZTQ5.js";
|
|
44
|
+
import "../chunk-YAZS5EAJ.js";
|
|
45
|
+
import "../chunk-N6HTUNSM.js";
|
|
46
46
|
import "../chunk-PFBYGCOW.js";
|
|
47
47
|
import "../chunk-BPFEGDC7.js";
|
|
48
48
|
import {
|
|
49
49
|
ConfigStore,
|
|
50
50
|
logger
|
|
51
|
-
} from "../chunk-
|
|
52
|
-
import "../chunk-
|
|
51
|
+
} from "../chunk-522LM44T.js";
|
|
52
|
+
import "../chunk-QXNNUB2O.js";
|
|
53
53
|
import {
|
|
54
54
|
DEFAULT_SANDBOX_CONFIG
|
|
55
55
|
} from "../chunk-4BIBE3J7.js";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
createFabFile,
|
|
4
4
|
createFabFileSchema
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-YAZS5EAJ.js";
|
|
6
|
+
import "./chunk-N6HTUNSM.js";
|
|
7
7
|
import "./chunk-PFBYGCOW.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-QXNNUB2O.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|
|
11
11
|
createFabFileSchema
|
package/dist/index.js
CHANGED
|
@@ -46,25 +46,25 @@ import {
|
|
|
46
46
|
setWebSocketToolExecutor,
|
|
47
47
|
substituteArguments,
|
|
48
48
|
warmFileCache
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-DOWFMGI2.js";
|
|
50
50
|
import "./chunk-BDQBOLYG.js";
|
|
51
|
-
import "./chunk-
|
|
51
|
+
import "./chunk-WRW632MZ.js";
|
|
52
52
|
import "./chunk-GQGOWACU.js";
|
|
53
|
-
import "./chunk-
|
|
54
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-FSEFZTQ5.js";
|
|
54
|
+
import "./chunk-YAZS5EAJ.js";
|
|
55
55
|
import {
|
|
56
56
|
OllamaBackend
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-N6HTUNSM.js";
|
|
58
58
|
import "./chunk-PFBYGCOW.js";
|
|
59
59
|
import "./chunk-BPFEGDC7.js";
|
|
60
60
|
import {
|
|
61
61
|
ConfigStore,
|
|
62
62
|
logger
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-522LM44T.js";
|
|
64
64
|
import {
|
|
65
65
|
checkForUpdate,
|
|
66
66
|
package_default
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-MVNYYFHE.js";
|
|
68
68
|
import {
|
|
69
69
|
selectActiveBackgroundAgents,
|
|
70
70
|
useCliStore
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
import {
|
|
73
73
|
CREDIT_DEDUCT_TRANSACTION_TYPES,
|
|
74
74
|
ChatModels
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-QXNNUB2O.js";
|
|
76
76
|
import "./chunk-4BIBE3J7.js";
|
|
77
77
|
|
|
78
78
|
// src/index.tsx
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-WRW632MZ.js";
|
|
6
|
+
import "./chunk-N6HTUNSM.js";
|
|
7
7
|
import "./chunk-PFBYGCOW.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-QXNNUB2O.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
11
11
|
getRelevantMementos
|
|
@@ -143,7 +143,7 @@ import {
|
|
|
143
143
|
validateUrlForFetch,
|
|
144
144
|
warmUpSettingsCache,
|
|
145
145
|
withRetry
|
|
146
|
-
} from "./chunk-
|
|
146
|
+
} from "./chunk-N6HTUNSM.js";
|
|
147
147
|
import {
|
|
148
148
|
Logger,
|
|
149
149
|
NotificationDeduplicator,
|
|
@@ -156,7 +156,7 @@ import {
|
|
|
156
156
|
buildRateLimitLogEntry,
|
|
157
157
|
isNearLimit,
|
|
158
158
|
parseRateLimitHeaders
|
|
159
|
-
} from "./chunk-
|
|
159
|
+
} from "./chunk-QXNNUB2O.js";
|
|
160
160
|
export {
|
|
161
161
|
AIVideoService,
|
|
162
162
|
AWSBackend,
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-FSEFZTQ5.js";
|
|
6
|
+
import "./chunk-N6HTUNSM.js";
|
|
7
7
|
import "./chunk-PFBYGCOW.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-QXNNUB2O.js";
|
|
9
9
|
export {
|
|
10
10
|
SubtractCreditsSchema,
|
|
11
11
|
subtractCredits
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.54-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"csv-parse": "^6.0.0",
|
|
69
69
|
"dayjs": "^1.11.19",
|
|
70
70
|
"diff": "^8.0.2",
|
|
71
|
-
"dotenv": "^
|
|
71
|
+
"dotenv": "^17.0.0",
|
|
72
72
|
"eventsource-parser": "^3.0.6",
|
|
73
73
|
"fdir": "^6.5.0",
|
|
74
74
|
"file-type": "^18.7.0",
|
|
@@ -114,13 +114,12 @@
|
|
|
114
114
|
"zustand": "^4.5.4"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@bike4mind/agents": "0.1.
|
|
118
|
-
"@bike4mind/common": "2.69.
|
|
119
|
-
"@bike4mind/mcp": "1.33.
|
|
120
|
-
"@bike4mind/services": "2.64.
|
|
121
|
-
"@bike4mind/utils": "2.15.
|
|
117
|
+
"@bike4mind/agents": "0.1.5-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
118
|
+
"@bike4mind/common": "2.69.1-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
119
|
+
"@bike4mind/mcp": "1.33.14-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
120
|
+
"@bike4mind/services": "2.64.2-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
121
|
+
"@bike4mind/utils": "2.15.8-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
|
|
122
122
|
"@types/better-sqlite3": "^7.6.13",
|
|
123
|
-
"@types/diff": "^8.0.0",
|
|
124
123
|
"@types/jsonwebtoken": "^9.0.4",
|
|
125
124
|
"@types/node": "^22.9.0",
|
|
126
125
|
"@types/picomatch": "^4.0.2",
|
|
@@ -136,5 +135,5 @@
|
|
|
136
135
|
"optionalDependencies": {
|
|
137
136
|
"@vscode/ripgrep": "^1.17.0"
|
|
138
137
|
},
|
|
139
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "3d6ab5326d936671067f0a2d4578d15ca623280f"
|
|
140
139
|
}
|