@bike4mind/cli 0.2.36 → 0.2.37-feat-sse-keepalive-cloudfront-timeout.20082
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-QIDCYO4J.js → artifactExtractor-633KOGYZ.js} +1 -1
- package/dist/{chunk-NJQYWIDJ.js → chunk-4VG37JET.js} +2 -2
- package/dist/{chunk-H7RVLAQD.js → chunk-6FN4BAWC.js} +1 -1
- package/dist/{chunk-EY65E4W4.js → chunk-7WABXVQ2.js} +2 -0
- package/dist/{chunk-AOP6RYDY.js → chunk-EAPFE6FX.js} +2 -2
- package/dist/{chunk-LJG44UT3.js → chunk-N4XSU77N.js} +2 -2
- package/dist/{chunk-HEUKY54H.js → chunk-VK7QRZAP.js} +6 -6
- package/dist/{chunk-XIB66EG7.js → chunk-WBBBI4AD.js} +4 -4
- package/dist/{chunk-5YLGNW2B.js → chunk-YHFBYCFF.js} +1 -1
- 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-IFIWNV4T.js → create-XR4RPUPH.js} +3 -3
- package/dist/index.js +8 -8
- package/dist/{llmMarkdownGenerator-7D3C33BP.js → llmMarkdownGenerator-FILSVJGN.js} +1 -1
- package/dist/{markdownGenerator-C2QW7FBH.js → markdownGenerator-OGG2RXE6.js} +1 -1
- package/dist/{mementoService-ABCCDW6T.js → mementoService-MLGVU5FQ.js} +3 -3
- package/dist/{src-D6KSYF2W.js → src-BOZUX6XA.js} +2 -2
- package/dist/{src-ZPD2SIIU.js → src-N5J2PKIQ.js} +3 -1
- package/dist/{subtractCredits-QKF6HTX3.js → subtractCredits-IEMEGP7B.js} +3 -3
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-7WABXVQ2.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;
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-YHFBYCFF.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-7WABXVQ2.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -9665,6 +9665,7 @@ function serializeSSEEvent(event) {
|
|
|
9665
9665
|
`;
|
|
9666
9666
|
}
|
|
9667
9667
|
var SSE_DONE_SIGNAL = "data: [DONE]\n\n";
|
|
9668
|
+
var SSE_KEEPALIVE = ": keep-alive\n\n";
|
|
9668
9669
|
|
|
9669
9670
|
// ../../b4m-core/packages/common/dist/src/navigation/viewRegistry.js
|
|
9670
9671
|
var VIEW_REGISTRY = [
|
|
@@ -10803,6 +10804,7 @@ export {
|
|
|
10803
10804
|
formatSSEError,
|
|
10804
10805
|
serializeSSEEvent,
|
|
10805
10806
|
SSE_DONE_SIGNAL,
|
|
10807
|
+
SSE_KEEPALIVE,
|
|
10806
10808
|
VIEW_REGISTRY,
|
|
10807
10809
|
getViewById,
|
|
10808
10810
|
getFilteredViews,
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-YHFBYCFF.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-7WABXVQ2.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/fabFileService/create.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
BadRequestError,
|
|
4
4
|
secureParameters
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YHFBYCFF.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-7WABXVQ2.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.37-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
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.58.
|
|
118
|
-
"@bike4mind/mcp": "1.32.
|
|
119
|
-
"@bike4mind/services": "2.54.
|
|
120
|
-
"@bike4mind/utils": "2.11.
|
|
117
|
+
"@bike4mind/common": "2.58.1-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
118
|
+
"@bike4mind/mcp": "1.32.6-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
119
|
+
"@bike4mind/services": "2.54.2-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
120
|
+
"@bike4mind/utils": "2.11.1-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
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: "706712f972297412b0cac9f3ab260a25ec746faa"
|
|
142
142
|
};
|
|
143
143
|
|
|
144
144
|
// src/utils/updateChecker.ts
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
getOpenWeatherKey,
|
|
5
5
|
getSerperKey,
|
|
6
6
|
getWolframAlphaKey
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-4VG37JET.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-YHFBYCFF.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-6FN4BAWC.js";
|
|
27
27
|
import {
|
|
28
28
|
AiEvents,
|
|
29
29
|
ApiKeyEvents,
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
getMcpProviderMetadata,
|
|
81
81
|
getViewById,
|
|
82
82
|
resolveNavigationIntents
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-7WABXVQ2.js";
|
|
84
84
|
|
|
85
85
|
// src/utils/fileSearch.ts
|
|
86
86
|
import * as fs from "fs";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
dayjsConfig_default,
|
|
20
20
|
extractSnippetMeta,
|
|
21
21
|
settingsMap
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-7WABXVQ2.js";
|
|
23
23
|
|
|
24
24
|
// ../../b4m-core/packages/utils/dist/src/storage/S3Storage.js
|
|
25
25
|
import { S3Client, PutObjectCommand, DeleteObjectCommand, GetObjectCommand, HeadObjectCommand } from "@aws-sdk/client-s3";
|
|
@@ -36,20 +36,20 @@ import {
|
|
|
36
36
|
isReadOnlyTool,
|
|
37
37
|
loadContextFiles,
|
|
38
38
|
setWebSocketToolExecutor
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-WBBBI4AD.js";
|
|
40
40
|
import "../chunk-BDQBOLYG.js";
|
|
41
|
-
import "../chunk-
|
|
41
|
+
import "../chunk-4VG37JET.js";
|
|
42
42
|
import "../chunk-GQGOWACU.js";
|
|
43
|
-
import "../chunk-
|
|
44
|
-
import "../chunk-
|
|
45
|
-
import "../chunk-
|
|
43
|
+
import "../chunk-N4XSU77N.js";
|
|
44
|
+
import "../chunk-EAPFE6FX.js";
|
|
45
|
+
import "../chunk-YHFBYCFF.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-6FN4BAWC.js";
|
|
52
|
+
import "../chunk-7WABXVQ2.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-EAPFE6FX.js";
|
|
6
|
+
import "./chunk-YHFBYCFF.js";
|
|
7
7
|
import "./chunk-PFBYGCOW.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-7WABXVQ2.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|
|
11
11
|
createFabFileSchema
|
package/dist/index.js
CHANGED
|
@@ -46,23 +46,23 @@ import {
|
|
|
46
46
|
setWebSocketToolExecutor,
|
|
47
47
|
substituteArguments,
|
|
48
48
|
warmFileCache
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-WBBBI4AD.js";
|
|
50
50
|
import "./chunk-BDQBOLYG.js";
|
|
51
|
-
import "./chunk-
|
|
51
|
+
import "./chunk-4VG37JET.js";
|
|
52
52
|
import "./chunk-GQGOWACU.js";
|
|
53
|
-
import "./chunk-
|
|
54
|
-
import "./chunk-
|
|
55
|
-
import "./chunk-
|
|
53
|
+
import "./chunk-N4XSU77N.js";
|
|
54
|
+
import "./chunk-EAPFE6FX.js";
|
|
55
|
+
import "./chunk-YHFBYCFF.js";
|
|
56
56
|
import "./chunk-PFBYGCOW.js";
|
|
57
57
|
import "./chunk-BPFEGDC7.js";
|
|
58
58
|
import {
|
|
59
59
|
ConfigStore,
|
|
60
60
|
logger
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-6FN4BAWC.js";
|
|
62
62
|
import {
|
|
63
63
|
checkForUpdate,
|
|
64
64
|
package_default
|
|
65
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-VK7QRZAP.js";
|
|
66
66
|
import {
|
|
67
67
|
selectActiveBackgroundAgents,
|
|
68
68
|
useCliStore
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
import {
|
|
71
71
|
CREDIT_DEDUCT_TRANSACTION_TYPES,
|
|
72
72
|
ChatModels
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-7WABXVQ2.js";
|
|
74
74
|
import "./chunk-4BIBE3J7.js";
|
|
75
75
|
|
|
76
76
|
// 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-4VG37JET.js";
|
|
6
|
+
import "./chunk-YHFBYCFF.js";
|
|
7
7
|
import "./chunk-PFBYGCOW.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-7WABXVQ2.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
11
11
|
getRelevantMementos
|
|
@@ -139,7 +139,7 @@ import {
|
|
|
139
139
|
validateUrlForFetch,
|
|
140
140
|
warmUpSettingsCache,
|
|
141
141
|
withRetry
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-YHFBYCFF.js";
|
|
143
143
|
import {
|
|
144
144
|
Logger,
|
|
145
145
|
NotificationDeduplicator,
|
|
@@ -152,7 +152,7 @@ import {
|
|
|
152
152
|
buildRateLimitLogEntry,
|
|
153
153
|
isNearLimit,
|
|
154
154
|
parseRateLimitHeaders
|
|
155
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-7WABXVQ2.js";
|
|
156
156
|
export {
|
|
157
157
|
AIVideoService,
|
|
158
158
|
AWSBackend,
|
|
@@ -275,6 +275,7 @@ import {
|
|
|
275
275
|
SORA_VIDEO_SIZES,
|
|
276
276
|
SPEECH_TO_TEXT_MODELS,
|
|
277
277
|
SSE_DONE_SIGNAL,
|
|
278
|
+
SSE_KEEPALIVE,
|
|
278
279
|
SST_PLACEHOLDER_VALUE,
|
|
279
280
|
SecretAuditEvents,
|
|
280
281
|
ServerStatusEnum,
|
|
@@ -457,7 +458,7 @@ import {
|
|
|
457
458
|
validateReactArtifactV2,
|
|
458
459
|
validateSvgArtifactV2,
|
|
459
460
|
wikiMarkupToAdf
|
|
460
|
-
} from "./chunk-
|
|
461
|
+
} from "./chunk-7WABXVQ2.js";
|
|
461
462
|
export {
|
|
462
463
|
ALL_IMAGE_MODELS,
|
|
463
464
|
ALL_IMAGE_SIZES,
|
|
@@ -735,6 +736,7 @@ export {
|
|
|
735
736
|
SORA_VIDEO_SIZES,
|
|
736
737
|
SPEECH_TO_TEXT_MODELS,
|
|
737
738
|
SSE_DONE_SIGNAL,
|
|
739
|
+
SSE_KEEPALIVE,
|
|
738
740
|
SST_PLACEHOLDER_VALUE,
|
|
739
741
|
SecretAuditEvents,
|
|
740
742
|
ServerStatusEnum,
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-N4XSU77N.js";
|
|
6
|
+
import "./chunk-YHFBYCFF.js";
|
|
7
7
|
import "./chunk-PFBYGCOW.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-7WABXVQ2.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.37-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
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.58.
|
|
115
|
-
"@bike4mind/mcp": "1.32.
|
|
116
|
-
"@bike4mind/services": "2.54.
|
|
117
|
-
"@bike4mind/utils": "2.11.
|
|
114
|
+
"@bike4mind/common": "2.58.1-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
115
|
+
"@bike4mind/mcp": "1.32.6-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
116
|
+
"@bike4mind/services": "2.54.2-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
117
|
+
"@bike4mind/utils": "2.11.1-feat-sse-keepalive-cloudfront-timeout.20082+706712f97",
|
|
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": "706712f972297412b0cac9f3ab260a25ec746faa"
|
|
139
139
|
}
|