@bike4mind/cli 0.2.30 → 0.2.31-b4m-cli-undo-command.19534
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/bin/bike4mind-cli.mjs +48 -0
- package/dist/{HydrationEngine-WGYKF46H.js → HydrationEngine-YL2HWJ3V.js} +1 -1
- package/dist/{artifactExtractor-JQMWU272.js → artifactExtractor-T6NJ7V7P.js} +1 -1
- package/dist/{chunk-LBTTUQJM.js → chunk-32PKF3N7.js} +16 -15
- package/dist/{chunk-BQAPZP5Y.js → chunk-3SPW5FYJ.js} +236 -18
- package/dist/{chunk-U63VANTQ.js → chunk-ERV5G6MX.js} +3 -3
- package/dist/{chunk-LLA44SW7.js → chunk-F4PXVLZX.js} +2 -2
- package/dist/{chunk-RUI6HNLO.js → chunk-GQGOWACU.js} +8 -4
- package/dist/{chunk-WIB75EEX.js → chunk-JWJF6O4L.js} +3 -3
- package/dist/{chunk-T4VPCTBM.js → chunk-NI22LIK3.js} +998 -167
- package/dist/{chunk-OCYRD7D6.js → chunk-PFBYGCOW.js} +109 -31
- package/dist/chunk-WVFOWKNW.js +244 -0
- package/dist/commands/doctorCommand.js +87 -0
- package/dist/commands/mcpCommand.js +1 -1
- package/dist/commands/updateCommand.js +42 -0
- package/dist/create-XOEMSBER.js +12 -0
- package/dist/index.js +3373 -669
- package/dist/{llmMarkdownGenerator-2O24TMGD.js → llmMarkdownGenerator-NPX7ULSW.js} +1 -1
- package/dist/{markdownGenerator-6LAK3FQM.js → markdownGenerator-TVJ2RQXC.js} +1 -1
- package/dist/{mementoService-NRR7NQ4C.js → mementoService-HGH2XVLM.js} +4 -4
- package/dist/{notificationDeduplicator-UTHJHMSZ.js → notificationDeduplicator-HUC53NEW.js} +1 -1
- package/dist/{src-VMQ5TKYR.js → src-2BRBILH7.js} +27 -1
- package/dist/{src-3FQBHGOM.js → src-JZ6OHGTX.js} +13 -3
- package/dist/{subtractCredits-HK72MSDY.js → subtractCredits-4VIHTUR4.js} +4 -4
- package/package.json +9 -9
- package/dist/create-4WOBQ5JM.js +0 -12
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-JWJF6O4L.js";
|
|
6
|
+
import "./chunk-3SPW5FYJ.js";
|
|
7
|
+
import "./chunk-NI22LIK3.js";
|
|
8
|
+
import "./chunk-PFBYGCOW.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
11
11
|
getRelevantMementos
|
|
@@ -42,6 +42,12 @@ import {
|
|
|
42
42
|
ChatModels,
|
|
43
43
|
CitableSourceSchema,
|
|
44
44
|
ClaudeArtifactMimeTypes,
|
|
45
|
+
CliCompletionChunkAction,
|
|
46
|
+
CliCompletionDoneAction,
|
|
47
|
+
CliCompletionErrorAction,
|
|
48
|
+
CliCompletionRequestAction,
|
|
49
|
+
CliToolRequestAction,
|
|
50
|
+
CliToolResponseAction,
|
|
45
51
|
CollectionType,
|
|
46
52
|
CompletionApiUsageTransaction,
|
|
47
53
|
CompletionRequestSchema,
|
|
@@ -101,6 +107,7 @@ import {
|
|
|
101
107
|
GenericCreditDeductTransaction,
|
|
102
108
|
HeartbeatAction,
|
|
103
109
|
HeartbeatPongAction,
|
|
110
|
+
HelpEvents,
|
|
104
111
|
HtmlArtifactSchema,
|
|
105
112
|
HtmlArtifactV2Schema,
|
|
106
113
|
IMAGE_MODELS,
|
|
@@ -303,6 +310,7 @@ import {
|
|
|
303
310
|
VALID_USER_TAGS,
|
|
304
311
|
VIDEO_MODELS,
|
|
305
312
|
VIDEO_SIZE_CONSTRAINTS,
|
|
313
|
+
VIEW_REGISTRY,
|
|
306
314
|
VideoGenerationUsageTransaction,
|
|
307
315
|
VideoModels,
|
|
308
316
|
VisibilitySchema,
|
|
@@ -313,6 +321,7 @@ import {
|
|
|
313
321
|
WEBSITE_URL,
|
|
314
322
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
315
323
|
WebhookApi,
|
|
324
|
+
WebhookAuditStatus,
|
|
316
325
|
WebhookDeliveryStatus,
|
|
317
326
|
WhatsNewConfigSchema,
|
|
318
327
|
WhatsNewSyncConfigSchema,
|
|
@@ -372,9 +381,12 @@ import {
|
|
|
372
381
|
getAtlassianConfig,
|
|
373
382
|
getErrorMessage,
|
|
374
383
|
getFileTypeEmoji,
|
|
384
|
+
getFilteredViews,
|
|
375
385
|
getMcpProviderMetadata,
|
|
376
386
|
getPredefinedTags,
|
|
377
387
|
getTextModelCost,
|
|
388
|
+
getViewById,
|
|
389
|
+
getViewSummaryForLLM,
|
|
378
390
|
getVisibilityLevel,
|
|
379
391
|
getWebsiteUrl,
|
|
380
392
|
groupShareSchema,
|
|
@@ -399,6 +411,7 @@ import {
|
|
|
399
411
|
parallelLimit,
|
|
400
412
|
parseRateLimitHeaders,
|
|
401
413
|
passwordSchema,
|
|
414
|
+
resolveNavigationIntents,
|
|
402
415
|
safeParseLatticeEntity,
|
|
403
416
|
safeParseLatticeModel,
|
|
404
417
|
safeParseLatticeRule,
|
|
@@ -434,7 +447,7 @@ import {
|
|
|
434
447
|
validateReactArtifactV2,
|
|
435
448
|
validateSvgArtifactV2,
|
|
436
449
|
wikiMarkupToAdf
|
|
437
|
-
} from "./chunk-
|
|
450
|
+
} from "./chunk-NI22LIK3.js";
|
|
438
451
|
export {
|
|
439
452
|
ALL_IMAGE_MODELS,
|
|
440
453
|
ALL_IMAGE_SIZES,
|
|
@@ -479,6 +492,12 @@ export {
|
|
|
479
492
|
ChatModels,
|
|
480
493
|
CitableSourceSchema,
|
|
481
494
|
ClaudeArtifactMimeTypes,
|
|
495
|
+
CliCompletionChunkAction,
|
|
496
|
+
CliCompletionDoneAction,
|
|
497
|
+
CliCompletionErrorAction,
|
|
498
|
+
CliCompletionRequestAction,
|
|
499
|
+
CliToolRequestAction,
|
|
500
|
+
CliToolResponseAction,
|
|
482
501
|
CollectionType,
|
|
483
502
|
CompletionApiUsageTransaction,
|
|
484
503
|
CompletionRequestSchema,
|
|
@@ -538,6 +557,7 @@ export {
|
|
|
538
557
|
GenericCreditDeductTransaction,
|
|
539
558
|
HeartbeatAction,
|
|
540
559
|
HeartbeatPongAction,
|
|
560
|
+
HelpEvents,
|
|
541
561
|
HtmlArtifactSchema,
|
|
542
562
|
HtmlArtifactV2Schema,
|
|
543
563
|
IMAGE_MODELS,
|
|
@@ -740,6 +760,7 @@ export {
|
|
|
740
760
|
VALID_USER_TAGS,
|
|
741
761
|
VIDEO_MODELS,
|
|
742
762
|
VIDEO_SIZE_CONSTRAINTS,
|
|
763
|
+
VIEW_REGISTRY,
|
|
743
764
|
VideoGenerationUsageTransaction,
|
|
744
765
|
VideoModels,
|
|
745
766
|
VisibilitySchema,
|
|
@@ -750,6 +771,7 @@ export {
|
|
|
750
771
|
WEBSITE_URL,
|
|
751
772
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
752
773
|
WebhookApi,
|
|
774
|
+
WebhookAuditStatus,
|
|
753
775
|
WebhookDeliveryStatus,
|
|
754
776
|
WhatsNewConfigSchema,
|
|
755
777
|
WhatsNewSyncConfigSchema,
|
|
@@ -810,9 +832,12 @@ export {
|
|
|
810
832
|
getAtlassianConfig,
|
|
811
833
|
getErrorMessage,
|
|
812
834
|
getFileTypeEmoji,
|
|
835
|
+
getFilteredViews,
|
|
813
836
|
getMcpProviderMetadata,
|
|
814
837
|
getPredefinedTags,
|
|
815
838
|
getTextModelCost,
|
|
839
|
+
getViewById,
|
|
840
|
+
getViewSummaryForLLM,
|
|
816
841
|
getVisibilityLevel,
|
|
817
842
|
getWebsiteUrl,
|
|
818
843
|
groupShareSchema,
|
|
@@ -837,6 +862,7 @@ export {
|
|
|
837
862
|
parallelLimit,
|
|
838
863
|
parseRateLimitHeaders,
|
|
839
864
|
passwordSchema,
|
|
865
|
+
resolveNavigationIntents,
|
|
840
866
|
safeParseLatticeEntity,
|
|
841
867
|
safeParseLatticeModel,
|
|
842
868
|
safeParseLatticeRule,
|
|
@@ -65,6 +65,7 @@ import {
|
|
|
65
65
|
VoyageAIEmbeddingProvider,
|
|
66
66
|
XAIBackend,
|
|
67
67
|
XAIImageService,
|
|
68
|
+
_resetLambdaErrorHandlers,
|
|
68
69
|
aiImageService,
|
|
69
70
|
aiVideoService,
|
|
70
71
|
buildAndSortMessages,
|
|
@@ -115,6 +116,8 @@ import {
|
|
|
115
116
|
isMermaidSyntax,
|
|
116
117
|
isModelAccessible,
|
|
117
118
|
isPlainText,
|
|
119
|
+
isPrivateIP,
|
|
120
|
+
isPrivateOrInternalHostname,
|
|
118
121
|
isRetryableError,
|
|
119
122
|
isValidEnumValue,
|
|
120
123
|
isZodError,
|
|
@@ -123,6 +126,7 @@ import {
|
|
|
123
126
|
parseQuestPlanFunctionCall,
|
|
124
127
|
processFabFilesServer,
|
|
125
128
|
processUrlsFromPrompt,
|
|
129
|
+
registerLambdaErrorHandlers,
|
|
126
130
|
secureParameters,
|
|
127
131
|
sendToConnection,
|
|
128
132
|
shouldTriggerFallback,
|
|
@@ -132,14 +136,15 @@ import {
|
|
|
132
136
|
usdToCredits,
|
|
133
137
|
validateFallbackModel,
|
|
134
138
|
validateMermaidSyntax,
|
|
139
|
+
validateUrlForFetch,
|
|
135
140
|
warmUpSettingsCache,
|
|
136
141
|
withRetry
|
|
137
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-3SPW5FYJ.js";
|
|
138
143
|
import {
|
|
139
144
|
buildRateLimitLogEntry,
|
|
140
145
|
isNearLimit,
|
|
141
146
|
parseRateLimitHeaders
|
|
142
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-NI22LIK3.js";
|
|
143
148
|
import {
|
|
144
149
|
Logger,
|
|
145
150
|
NotificationDeduplicator,
|
|
@@ -147,7 +152,7 @@ import {
|
|
|
147
152
|
notifyEventLogsToSlack,
|
|
148
153
|
postLowCreditsNotificationToSlack,
|
|
149
154
|
postMessageToSlack
|
|
150
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-PFBYGCOW.js";
|
|
151
156
|
export {
|
|
152
157
|
AIVideoService,
|
|
153
158
|
AWSBackend,
|
|
@@ -216,6 +221,7 @@ export {
|
|
|
216
221
|
VoyageAIEmbeddingProvider,
|
|
217
222
|
XAIBackend,
|
|
218
223
|
XAIImageService,
|
|
224
|
+
_resetLambdaErrorHandlers,
|
|
219
225
|
aiImageService,
|
|
220
226
|
aiVideoService,
|
|
221
227
|
buildAndSortMessages,
|
|
@@ -268,6 +274,8 @@ export {
|
|
|
268
274
|
isModelAccessible,
|
|
269
275
|
isNearLimit,
|
|
270
276
|
isPlainText,
|
|
277
|
+
isPrivateIP,
|
|
278
|
+
isPrivateOrInternalHostname,
|
|
271
279
|
isRetryableError,
|
|
272
280
|
isValidEnumValue,
|
|
273
281
|
isZodError,
|
|
@@ -281,6 +289,7 @@ export {
|
|
|
281
289
|
postMessageToSlack,
|
|
282
290
|
processFabFilesServer,
|
|
283
291
|
processUrlsFromPrompt,
|
|
292
|
+
registerLambdaErrorHandlers,
|
|
284
293
|
secureParameters,
|
|
285
294
|
sendToConnection,
|
|
286
295
|
shouldTriggerFallback,
|
|
@@ -290,6 +299,7 @@ export {
|
|
|
290
299
|
usdToCredits,
|
|
291
300
|
validateFallbackModel,
|
|
292
301
|
validateMermaidSyntax,
|
|
302
|
+
validateUrlForFetch,
|
|
293
303
|
warmUpSettingsCache,
|
|
294
304
|
withRetry
|
|
295
305
|
};
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-F4PXVLZX.js";
|
|
6
|
+
import "./chunk-3SPW5FYJ.js";
|
|
7
|
+
import "./chunk-NI22LIK3.js";
|
|
8
|
+
import "./chunk-PFBYGCOW.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.31-b4m-cli-undo-command.19534+db45140bb",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@google/generative-ai": "^0.21.0",
|
|
58
58
|
"@joplin/turndown-plugin-gfm": "^1.0.62",
|
|
59
59
|
"@mendable/firecrawl-js": "^1.29.3",
|
|
60
|
-
"@modelcontextprotocol/sdk": "1.
|
|
60
|
+
"@modelcontextprotocol/sdk": "1.26.0",
|
|
61
61
|
"@octokit/rest": "^22.0.0",
|
|
62
62
|
"@opensearch-project/opensearch": "2.11.0",
|
|
63
63
|
"async-mutex": "^0.5.0",
|
|
@@ -105,16 +105,16 @@
|
|
|
105
105
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
106
106
|
"yargs": "^17.7.2",
|
|
107
107
|
"yauzl": "^3.1.3",
|
|
108
|
-
"zod": "^3.
|
|
109
|
-
"zod-validation-error": "^
|
|
108
|
+
"zod": "^4.3.6",
|
|
109
|
+
"zod-validation-error": "^5.0.0",
|
|
110
110
|
"zustand": "^4.5.4"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@bike4mind/agents": "0.1.0",
|
|
114
|
-
"@bike4mind/common": "2.52.
|
|
115
|
-
"@bike4mind/mcp": "1.31.
|
|
116
|
-
"@bike4mind/services": "2.50.
|
|
117
|
-
"@bike4mind/utils": "2.7.
|
|
114
|
+
"@bike4mind/common": "2.52.1-b4m-cli-undo-command.19534+db45140bb",
|
|
115
|
+
"@bike4mind/mcp": "1.31.1-b4m-cli-undo-command.19534+db45140bb",
|
|
116
|
+
"@bike4mind/services": "2.50.1-b4m-cli-undo-command.19534+db45140bb",
|
|
117
|
+
"@bike4mind/utils": "2.7.1-b4m-cli-undo-command.19534+db45140bb",
|
|
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": "db45140bb943bbc4dbccd53c99a8e305cb792d88"
|
|
139
139
|
}
|
package/dist/create-4WOBQ5JM.js
DELETED