@bike4mind/cli 0.2.30-subagent-delegation.19188 → 0.2.31-b4m-cli-undo-command.19493
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-YSZB7U2T.js → artifactExtractor-Z6CL6QFN.js} +1 -1
- package/dist/{chunk-44RZA4RG.js → chunk-2LLA4MTN.js} +2 -2
- package/dist/{chunk-TVW4ZESU.js → chunk-BYXFQJYT.js} +10 -1
- package/dist/{chunk-ICLEQOH6.js → chunk-GE7Q64MS.js} +1570 -5
- package/dist/{chunk-FLA4PWXB.js → chunk-RI45VJW3.js} +262 -34
- package/dist/{chunk-YNQB2RM7.js → chunk-T67NGQW6.js} +2 -2
- package/dist/{chunk-PP5WVA27.js → chunk-ZOWCX4MQ.js} +2 -2
- package/dist/{create-NX7AO3LR.js → create-JNUW7ICC.js} +3 -3
- package/dist/index.js +3118 -503
- package/dist/{llmMarkdownGenerator-BYSKH6JZ.js → llmMarkdownGenerator-KGA4HTQN.js} +1 -1
- package/dist/{markdownGenerator-25VAIDTL.js → markdownGenerator-ERG7FI5H.js} +1 -1
- package/dist/{mementoService-HY2ZPJF2.js → mementoService-I56R5DNA.js} +3 -3
- package/dist/{src-EIUJ74FN.js → src-EMANOLFK.js} +12 -2
- package/dist/{src-3JKTTJ5U.js → src-IAR65K73.js} +59 -1
- package/dist/{store-FU6NDC2W.js → store-K5MB3SE7.js} +1 -1
- package/dist/{subtractCredits-XU7WMHLE.js → subtractCredits-3MEQF5CV.js} +3 -3
- package/package.json +9 -9
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-T67NGQW6.js";
|
|
6
|
+
import "./chunk-RI45VJW3.js";
|
|
7
|
+
import "./chunk-GE7Q64MS.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -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-RI45VJW3.js";
|
|
138
143
|
import {
|
|
139
144
|
buildRateLimitLogEntry,
|
|
140
145
|
isNearLimit,
|
|
141
146
|
parseRateLimitHeaders
|
|
142
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-GE7Q64MS.js";
|
|
143
148
|
import {
|
|
144
149
|
Logger,
|
|
145
150
|
NotificationDeduplicator,
|
|
@@ -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
|
};
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
CATEGORY_ICONS,
|
|
32
32
|
CHAT_MODELS,
|
|
33
33
|
CODE_FILE_MIME_TYPES,
|
|
34
|
+
COMMON_JIRA_WEBHOOK_EVENTS,
|
|
34
35
|
CONFLUENCE_MAX_ATTACHMENT_SIZE,
|
|
35
36
|
CREDIT_ADD_TRANSACTION_TYPES,
|
|
36
37
|
CREDIT_DEDUCT_TRANSACTION_TYPES,
|
|
@@ -41,6 +42,12 @@ import {
|
|
|
41
42
|
ChatModels,
|
|
42
43
|
CitableSourceSchema,
|
|
43
44
|
ClaudeArtifactMimeTypes,
|
|
45
|
+
CliCompletionChunkAction,
|
|
46
|
+
CliCompletionDoneAction,
|
|
47
|
+
CliCompletionErrorAction,
|
|
48
|
+
CliCompletionRequestAction,
|
|
49
|
+
CliToolRequestAction,
|
|
50
|
+
CliToolResponseAction,
|
|
44
51
|
CollectionType,
|
|
45
52
|
CompletionApiUsageTransaction,
|
|
46
53
|
CompletionRequestSchema,
|
|
@@ -100,6 +107,7 @@ import {
|
|
|
100
107
|
GenericCreditDeductTransaction,
|
|
101
108
|
HeartbeatAction,
|
|
102
109
|
HeartbeatPongAction,
|
|
110
|
+
HelpEvents,
|
|
103
111
|
HtmlArtifactSchema,
|
|
104
112
|
HtmlArtifactV2Schema,
|
|
105
113
|
IMAGE_MODELS,
|
|
@@ -121,6 +129,7 @@ import {
|
|
|
121
129
|
InvitesRefetchAction,
|
|
122
130
|
JIRA_MAX_ATTACHMENT_SIZE,
|
|
123
131
|
JiraApi,
|
|
132
|
+
JiraWebhookDeliveryStatus,
|
|
124
133
|
KnowledgeType,
|
|
125
134
|
LEGACY_IMAGE_MODEL_MAP,
|
|
126
135
|
LIVEOPS_TRIAGE_VALIDATION_LIMITS,
|
|
@@ -232,6 +241,7 @@ import {
|
|
|
232
241
|
QuestStatusSchema,
|
|
233
242
|
REASONING_EFFORT_DESCRIPTIONS,
|
|
234
243
|
REASONING_EFFORT_LABELS,
|
|
244
|
+
REASONING_SUPPORTED_MODELS,
|
|
235
245
|
RESTRICTION_OPERATIONS,
|
|
236
246
|
RESTRICTION_SUBJECT_TYPES,
|
|
237
247
|
RapidReplyFallbackBehaviors,
|
|
@@ -300,6 +310,7 @@ import {
|
|
|
300
310
|
VALID_USER_TAGS,
|
|
301
311
|
VIDEO_MODELS,
|
|
302
312
|
VIDEO_SIZE_CONSTRAINTS,
|
|
313
|
+
VIEW_REGISTRY,
|
|
303
314
|
VideoGenerationUsageTransaction,
|
|
304
315
|
VideoModels,
|
|
305
316
|
VisibilitySchema,
|
|
@@ -309,6 +320,8 @@ import {
|
|
|
309
320
|
VoyageAIEmbeddingModel,
|
|
310
321
|
WEBSITE_URL,
|
|
311
322
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
323
|
+
WebhookApi,
|
|
324
|
+
WebhookAuditStatus,
|
|
312
325
|
WebhookDeliveryStatus,
|
|
313
326
|
WhatsNewConfigSchema,
|
|
314
327
|
WhatsNewSyncConfigSchema,
|
|
@@ -332,15 +345,21 @@ import {
|
|
|
332
345
|
detectMimeType,
|
|
333
346
|
detectResourceConflicts,
|
|
334
347
|
determineMimeType,
|
|
348
|
+
escapeSlackMrkdwn,
|
|
349
|
+
extractAdfText,
|
|
335
350
|
extractSnippetMeta,
|
|
351
|
+
extractWebhookEventType,
|
|
336
352
|
formatActivityMessage,
|
|
337
353
|
formatBoard,
|
|
338
354
|
formatBoardConfiguration,
|
|
339
355
|
formatBoardIssues,
|
|
340
356
|
formatBoardList,
|
|
341
357
|
formatComment,
|
|
358
|
+
formatCommentEventForSlack,
|
|
342
359
|
formatFileSize,
|
|
360
|
+
formatGenericEventForSlack,
|
|
343
361
|
formatIssueDetails,
|
|
362
|
+
formatIssueEventForSlack,
|
|
344
363
|
formatIssueLinkTypes,
|
|
345
364
|
formatIssueLinks,
|
|
346
365
|
formatIssueResponse,
|
|
@@ -349,6 +368,7 @@ import {
|
|
|
349
368
|
formatSSEError,
|
|
350
369
|
formatSearchResults,
|
|
351
370
|
formatSprint,
|
|
371
|
+
formatSprintEventForSlack,
|
|
352
372
|
formatSprintIssues,
|
|
353
373
|
formatSprintList,
|
|
354
374
|
formatTransitionResult,
|
|
@@ -356,25 +376,33 @@ import {
|
|
|
356
376
|
formatUser,
|
|
357
377
|
formatUserList,
|
|
358
378
|
formatWatchers,
|
|
379
|
+
formatWebhook,
|
|
380
|
+
formatWebhookList,
|
|
359
381
|
getAtlassianConfig,
|
|
360
382
|
getErrorMessage,
|
|
361
383
|
getFileTypeEmoji,
|
|
384
|
+
getFilteredViews,
|
|
362
385
|
getMcpProviderMetadata,
|
|
363
386
|
getPredefinedTags,
|
|
364
387
|
getTextModelCost,
|
|
388
|
+
getViewById,
|
|
389
|
+
getViewSummaryForLLM,
|
|
365
390
|
getVisibilityLevel,
|
|
366
391
|
getWebsiteUrl,
|
|
367
392
|
groupShareSchema,
|
|
368
393
|
isArtifact,
|
|
394
|
+
isCommentWebhookEvent,
|
|
369
395
|
isCreditHolder,
|
|
370
396
|
isDeletedArtifact,
|
|
371
397
|
isDraftArtifact,
|
|
398
|
+
isIssueWebhookEvent,
|
|
372
399
|
isModelDeprecated,
|
|
373
400
|
isNearLimit,
|
|
374
401
|
isPlaceholderValue,
|
|
375
402
|
isPredefinedTag,
|
|
376
403
|
isPublicArtifact,
|
|
377
404
|
isPublishedArtifact,
|
|
405
|
+
isSprintWebhookEvent,
|
|
378
406
|
isSupportedEmbeddingModel,
|
|
379
407
|
isValidEnumValue,
|
|
380
408
|
isValidIssueKey,
|
|
@@ -383,6 +411,7 @@ import {
|
|
|
383
411
|
parallelLimit,
|
|
384
412
|
parseRateLimitHeaders,
|
|
385
413
|
passwordSchema,
|
|
414
|
+
resolveNavigationIntents,
|
|
386
415
|
safeParseLatticeEntity,
|
|
387
416
|
safeParseLatticeModel,
|
|
388
417
|
safeParseLatticeRule,
|
|
@@ -418,7 +447,7 @@ import {
|
|
|
418
447
|
validateReactArtifactV2,
|
|
419
448
|
validateSvgArtifactV2,
|
|
420
449
|
wikiMarkupToAdf
|
|
421
|
-
} from "./chunk-
|
|
450
|
+
} from "./chunk-GE7Q64MS.js";
|
|
422
451
|
export {
|
|
423
452
|
ALL_IMAGE_MODELS,
|
|
424
453
|
ALL_IMAGE_SIZES,
|
|
@@ -451,6 +480,7 @@ export {
|
|
|
451
480
|
CATEGORY_ICONS,
|
|
452
481
|
CHAT_MODELS,
|
|
453
482
|
CODE_FILE_MIME_TYPES,
|
|
483
|
+
COMMON_JIRA_WEBHOOK_EVENTS,
|
|
454
484
|
CONFLUENCE_MAX_ATTACHMENT_SIZE,
|
|
455
485
|
MIME_TYPE_MAP as CONFLUENCE_MIME_TYPE_MAP,
|
|
456
486
|
CREDIT_ADD_TRANSACTION_TYPES,
|
|
@@ -462,6 +492,12 @@ export {
|
|
|
462
492
|
ChatModels,
|
|
463
493
|
CitableSourceSchema,
|
|
464
494
|
ClaudeArtifactMimeTypes,
|
|
495
|
+
CliCompletionChunkAction,
|
|
496
|
+
CliCompletionDoneAction,
|
|
497
|
+
CliCompletionErrorAction,
|
|
498
|
+
CliCompletionRequestAction,
|
|
499
|
+
CliToolRequestAction,
|
|
500
|
+
CliToolResponseAction,
|
|
465
501
|
CollectionType,
|
|
466
502
|
CompletionApiUsageTransaction,
|
|
467
503
|
CompletionRequestSchema,
|
|
@@ -521,6 +557,7 @@ export {
|
|
|
521
557
|
GenericCreditDeductTransaction,
|
|
522
558
|
HeartbeatAction,
|
|
523
559
|
HeartbeatPongAction,
|
|
560
|
+
HelpEvents,
|
|
524
561
|
HtmlArtifactSchema,
|
|
525
562
|
HtmlArtifactV2Schema,
|
|
526
563
|
IMAGE_MODELS,
|
|
@@ -542,6 +579,7 @@ export {
|
|
|
542
579
|
InvitesRefetchAction,
|
|
543
580
|
JIRA_MAX_ATTACHMENT_SIZE,
|
|
544
581
|
JiraApi,
|
|
582
|
+
JiraWebhookDeliveryStatus,
|
|
545
583
|
KnowledgeType,
|
|
546
584
|
LEGACY_IMAGE_MODEL_MAP,
|
|
547
585
|
LIVEOPS_TRIAGE_VALIDATION_LIMITS,
|
|
@@ -653,6 +691,7 @@ export {
|
|
|
653
691
|
QuestStatusSchema,
|
|
654
692
|
REASONING_EFFORT_DESCRIPTIONS,
|
|
655
693
|
REASONING_EFFORT_LABELS,
|
|
694
|
+
REASONING_SUPPORTED_MODELS,
|
|
656
695
|
RESTRICTION_OPERATIONS,
|
|
657
696
|
RESTRICTION_SUBJECT_TYPES,
|
|
658
697
|
RapidReplyFallbackBehaviors,
|
|
@@ -721,6 +760,7 @@ export {
|
|
|
721
760
|
VALID_USER_TAGS,
|
|
722
761
|
VIDEO_MODELS,
|
|
723
762
|
VIDEO_SIZE_CONSTRAINTS,
|
|
763
|
+
VIEW_REGISTRY,
|
|
724
764
|
VideoGenerationUsageTransaction,
|
|
725
765
|
VideoModels,
|
|
726
766
|
VisibilitySchema,
|
|
@@ -730,6 +770,8 @@ export {
|
|
|
730
770
|
VoyageAIEmbeddingModel,
|
|
731
771
|
WEBSITE_URL,
|
|
732
772
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
773
|
+
WebhookApi,
|
|
774
|
+
WebhookAuditStatus,
|
|
733
775
|
WebhookDeliveryStatus,
|
|
734
776
|
WhatsNewConfigSchema,
|
|
735
777
|
WhatsNewSyncConfigSchema,
|
|
@@ -754,15 +796,21 @@ export {
|
|
|
754
796
|
detectMimeType,
|
|
755
797
|
detectResourceConflicts,
|
|
756
798
|
determineMimeType,
|
|
799
|
+
escapeSlackMrkdwn,
|
|
800
|
+
extractAdfText,
|
|
757
801
|
extractSnippetMeta,
|
|
802
|
+
extractWebhookEventType,
|
|
758
803
|
formatActivityMessage,
|
|
759
804
|
formatBoard,
|
|
760
805
|
formatBoardConfiguration,
|
|
761
806
|
formatBoardIssues,
|
|
762
807
|
formatBoardList,
|
|
763
808
|
formatComment,
|
|
809
|
+
formatCommentEventForSlack,
|
|
764
810
|
formatFileSize,
|
|
811
|
+
formatGenericEventForSlack,
|
|
765
812
|
formatIssueDetails,
|
|
813
|
+
formatIssueEventForSlack,
|
|
766
814
|
formatIssueLinkTypes,
|
|
767
815
|
formatIssueLinks,
|
|
768
816
|
formatIssueResponse,
|
|
@@ -771,6 +819,7 @@ export {
|
|
|
771
819
|
formatSSEError,
|
|
772
820
|
formatSearchResults,
|
|
773
821
|
formatSprint,
|
|
822
|
+
formatSprintEventForSlack,
|
|
774
823
|
formatSprintIssues,
|
|
775
824
|
formatSprintList,
|
|
776
825
|
formatTransitionResult,
|
|
@@ -778,25 +827,33 @@ export {
|
|
|
778
827
|
formatUser,
|
|
779
828
|
formatUserList,
|
|
780
829
|
formatWatchers,
|
|
830
|
+
formatWebhook,
|
|
831
|
+
formatWebhookList,
|
|
781
832
|
getAtlassianConfig,
|
|
782
833
|
getErrorMessage,
|
|
783
834
|
getFileTypeEmoji,
|
|
835
|
+
getFilteredViews,
|
|
784
836
|
getMcpProviderMetadata,
|
|
785
837
|
getPredefinedTags,
|
|
786
838
|
getTextModelCost,
|
|
839
|
+
getViewById,
|
|
840
|
+
getViewSummaryForLLM,
|
|
787
841
|
getVisibilityLevel,
|
|
788
842
|
getWebsiteUrl,
|
|
789
843
|
groupShareSchema,
|
|
790
844
|
isArtifact,
|
|
845
|
+
isCommentWebhookEvent,
|
|
791
846
|
isCreditHolder,
|
|
792
847
|
isDeletedArtifact,
|
|
793
848
|
isDraftArtifact,
|
|
849
|
+
isIssueWebhookEvent,
|
|
794
850
|
isModelDeprecated,
|
|
795
851
|
isNearLimit,
|
|
796
852
|
isPlaceholderValue,
|
|
797
853
|
isPredefinedTag,
|
|
798
854
|
isPublicArtifact,
|
|
799
855
|
isPublishedArtifact,
|
|
856
|
+
isSprintWebhookEvent,
|
|
800
857
|
isSupportedEmbeddingModel,
|
|
801
858
|
isValidEnumValue,
|
|
802
859
|
isValidIssueKey,
|
|
@@ -805,6 +862,7 @@ export {
|
|
|
805
862
|
parallelLimit,
|
|
806
863
|
parseRateLimitHeaders,
|
|
807
864
|
passwordSchema,
|
|
865
|
+
resolveNavigationIntents,
|
|
808
866
|
safeParseLatticeEntity,
|
|
809
867
|
safeParseLatticeModel,
|
|
810
868
|
safeParseLatticeRule,
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-2LLA4MTN.js";
|
|
6
|
+
import "./chunk-RI45VJW3.js";
|
|
7
|
+
import "./chunk-GE7Q64MS.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
SubtractCreditsSchema,
|
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.19493+44c80c9bc",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -71,13 +71,10 @@
|
|
|
71
71
|
"diff": "^8.0.2",
|
|
72
72
|
"dotenv": "^16.3.1",
|
|
73
73
|
"eventsource-parser": "^3.0.6",
|
|
74
|
-
"fdir": "^6.5.0",
|
|
75
74
|
"file-type": "^18.7.0",
|
|
76
75
|
"fuse.js": "^7.1.0",
|
|
77
|
-
"fzf": "^0.5.2",
|
|
78
76
|
"glob": "^13.0.0",
|
|
79
77
|
"gray-matter": "^4.0.3",
|
|
80
|
-
"ignore": "^7.0.5",
|
|
81
78
|
"ink": "^6.5.1",
|
|
82
79
|
"ink-select-input": "^6.2.0",
|
|
83
80
|
"ink-spinner": "^5.0.0",
|
|
@@ -114,10 +111,10 @@
|
|
|
114
111
|
},
|
|
115
112
|
"devDependencies": {
|
|
116
113
|
"@bike4mind/agents": "0.1.0",
|
|
117
|
-
"@bike4mind/common": "2.
|
|
118
|
-
"@bike4mind/mcp": "1.
|
|
119
|
-
"@bike4mind/services": "2.
|
|
120
|
-
"@bike4mind/utils": "2.
|
|
114
|
+
"@bike4mind/common": "2.52.1-b4m-cli-undo-command.19493+44c80c9bc",
|
|
115
|
+
"@bike4mind/mcp": "1.31.1-b4m-cli-undo-command.19493+44c80c9bc",
|
|
116
|
+
"@bike4mind/services": "2.50.1-b4m-cli-undo-command.19493+44c80c9bc",
|
|
117
|
+
"@bike4mind/utils": "2.7.1-b4m-cli-undo-command.19493+44c80c9bc",
|
|
121
118
|
"@types/better-sqlite3": "^7.6.13",
|
|
122
119
|
"@types/diff": "^5.0.9",
|
|
123
120
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -126,6 +123,9 @@
|
|
|
126
123
|
"@types/react": "^19.2.7",
|
|
127
124
|
"@types/uuid": "^9.0.7",
|
|
128
125
|
"@types/yargs": "^17.0.32",
|
|
126
|
+
"fdir": "^6.5.0",
|
|
127
|
+
"fzf": "^0.5.2",
|
|
128
|
+
"ignore": "^7.0.5",
|
|
129
129
|
"ink-testing-library": "^4.0.0",
|
|
130
130
|
"tsup": "^8.5.1",
|
|
131
131
|
"tsx": "^4.21.0",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"optionalDependencies": {
|
|
136
136
|
"@vscode/ripgrep": "^1.17.0"
|
|
137
137
|
},
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "44c80c9bcf8bf132a8b75c3635426a901adce99e"
|
|
139
139
|
}
|