@bike4mind/cli 0.2.30-subagent-delegation.19188 → 0.2.31-feat-python-playground.19300
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/{HydrationEngine-YL2HWJ3V.js → HydrationEngine-WGYKF46H.js} +1 -1
- package/dist/{artifactExtractor-YSZB7U2T.js → artifactExtractor-OXWUMHDM.js} +1 -1
- package/dist/{chunk-ICLEQOH6.js → chunk-A6RZZCUV.js} +766 -4
- package/dist/{chunk-TVW4ZESU.js → chunk-BYXFQJYT.js} +10 -1
- package/dist/{chunk-44RZA4RG.js → chunk-ECHYFI4L.js} +2 -2
- package/dist/{chunk-FLA4PWXB.js → chunk-PPJAR2ZZ.js} +29 -19
- package/dist/{chunk-PP5WVA27.js → chunk-R3656M2L.js} +2 -2
- package/dist/{chunk-YNQB2RM7.js → chunk-RIHZH5XT.js} +2 -2
- package/dist/{chunk-GQGOWACU.js → chunk-RUI6HNLO.js} +4 -8
- package/dist/{create-NX7AO3LR.js → create-B3Q4CGLN.js} +3 -3
- package/dist/index.js +116 -328
- package/dist/{llmMarkdownGenerator-BYSKH6JZ.js → llmMarkdownGenerator-HPNTTELP.js} +1 -1
- package/dist/{markdownGenerator-25VAIDTL.js → markdownGenerator-3SNUTKFH.js} +1 -1
- package/dist/{mementoService-HY2ZPJF2.js → mementoService-KKUQGYPQ.js} +3 -3
- package/dist/{src-3JKTTJ5U.js → src-56VNIQUM.js} +39 -1
- package/dist/{src-EIUJ74FN.js → src-BV55KFRP.js} +2 -2
- package/dist/{store-FU6NDC2W.js → store-K5MB3SE7.js} +1 -1
- package/dist/{subtractCredits-XU7WMHLE.js → subtractCredits-XFFZGLDZ.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-RIHZH5XT.js";
|
|
6
|
+
import "./chunk-PPJAR2ZZ.js";
|
|
7
|
+
import "./chunk-A6RZZCUV.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -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,
|
|
@@ -121,6 +122,7 @@ import {
|
|
|
121
122
|
InvitesRefetchAction,
|
|
122
123
|
JIRA_MAX_ATTACHMENT_SIZE,
|
|
123
124
|
JiraApi,
|
|
125
|
+
JiraWebhookDeliveryStatus,
|
|
124
126
|
KnowledgeType,
|
|
125
127
|
LEGACY_IMAGE_MODEL_MAP,
|
|
126
128
|
LIVEOPS_TRIAGE_VALIDATION_LIMITS,
|
|
@@ -219,6 +221,8 @@ import {
|
|
|
219
221
|
ProjectEvents,
|
|
220
222
|
PromptMetaZodSchema,
|
|
221
223
|
PurchaseTransaction,
|
|
224
|
+
PythonArtifactSchema,
|
|
225
|
+
PythonArtifactV2Schema,
|
|
222
226
|
QueryComplexity,
|
|
223
227
|
QueryFilters,
|
|
224
228
|
QueryPaginate,
|
|
@@ -232,6 +236,7 @@ import {
|
|
|
232
236
|
QuestStatusSchema,
|
|
233
237
|
REASONING_EFFORT_DESCRIPTIONS,
|
|
234
238
|
REASONING_EFFORT_LABELS,
|
|
239
|
+
REASONING_SUPPORTED_MODELS,
|
|
235
240
|
RESTRICTION_OPERATIONS,
|
|
236
241
|
RESTRICTION_SUBJECT_TYPES,
|
|
237
242
|
RapidReplyFallbackBehaviors,
|
|
@@ -309,6 +314,7 @@ import {
|
|
|
309
314
|
VoyageAIEmbeddingModel,
|
|
310
315
|
WEBSITE_URL,
|
|
311
316
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
317
|
+
WebhookApi,
|
|
312
318
|
WebhookDeliveryStatus,
|
|
313
319
|
WhatsNewConfigSchema,
|
|
314
320
|
WhatsNewSyncConfigSchema,
|
|
@@ -332,15 +338,21 @@ import {
|
|
|
332
338
|
detectMimeType,
|
|
333
339
|
detectResourceConflicts,
|
|
334
340
|
determineMimeType,
|
|
341
|
+
escapeSlackMrkdwn,
|
|
342
|
+
extractAdfText,
|
|
335
343
|
extractSnippetMeta,
|
|
344
|
+
extractWebhookEventType,
|
|
336
345
|
formatActivityMessage,
|
|
337
346
|
formatBoard,
|
|
338
347
|
formatBoardConfiguration,
|
|
339
348
|
formatBoardIssues,
|
|
340
349
|
formatBoardList,
|
|
341
350
|
formatComment,
|
|
351
|
+
formatCommentEventForSlack,
|
|
342
352
|
formatFileSize,
|
|
353
|
+
formatGenericEventForSlack,
|
|
343
354
|
formatIssueDetails,
|
|
355
|
+
formatIssueEventForSlack,
|
|
344
356
|
formatIssueLinkTypes,
|
|
345
357
|
formatIssueLinks,
|
|
346
358
|
formatIssueResponse,
|
|
@@ -349,6 +361,7 @@ import {
|
|
|
349
361
|
formatSSEError,
|
|
350
362
|
formatSearchResults,
|
|
351
363
|
formatSprint,
|
|
364
|
+
formatSprintEventForSlack,
|
|
352
365
|
formatSprintIssues,
|
|
353
366
|
formatSprintList,
|
|
354
367
|
formatTransitionResult,
|
|
@@ -356,6 +369,8 @@ import {
|
|
|
356
369
|
formatUser,
|
|
357
370
|
formatUserList,
|
|
358
371
|
formatWatchers,
|
|
372
|
+
formatWebhook,
|
|
373
|
+
formatWebhookList,
|
|
359
374
|
getAtlassianConfig,
|
|
360
375
|
getErrorMessage,
|
|
361
376
|
getFileTypeEmoji,
|
|
@@ -366,15 +381,18 @@ import {
|
|
|
366
381
|
getWebsiteUrl,
|
|
367
382
|
groupShareSchema,
|
|
368
383
|
isArtifact,
|
|
384
|
+
isCommentWebhookEvent,
|
|
369
385
|
isCreditHolder,
|
|
370
386
|
isDeletedArtifact,
|
|
371
387
|
isDraftArtifact,
|
|
388
|
+
isIssueWebhookEvent,
|
|
372
389
|
isModelDeprecated,
|
|
373
390
|
isNearLimit,
|
|
374
391
|
isPlaceholderValue,
|
|
375
392
|
isPredefinedTag,
|
|
376
393
|
isPublicArtifact,
|
|
377
394
|
isPublishedArtifact,
|
|
395
|
+
isSprintWebhookEvent,
|
|
378
396
|
isSupportedEmbeddingModel,
|
|
379
397
|
isValidEnumValue,
|
|
380
398
|
isValidIssueKey,
|
|
@@ -413,12 +431,13 @@ import {
|
|
|
413
431
|
validateMermaidArtifactV2,
|
|
414
432
|
validatePassword,
|
|
415
433
|
validatePasswordServer,
|
|
434
|
+
validatePythonArtifactV2,
|
|
416
435
|
validateQuest,
|
|
417
436
|
validateQuestMasterArtifactV2,
|
|
418
437
|
validateReactArtifactV2,
|
|
419
438
|
validateSvgArtifactV2,
|
|
420
439
|
wikiMarkupToAdf
|
|
421
|
-
} from "./chunk-
|
|
440
|
+
} from "./chunk-A6RZZCUV.js";
|
|
422
441
|
export {
|
|
423
442
|
ALL_IMAGE_MODELS,
|
|
424
443
|
ALL_IMAGE_SIZES,
|
|
@@ -451,6 +470,7 @@ export {
|
|
|
451
470
|
CATEGORY_ICONS,
|
|
452
471
|
CHAT_MODELS,
|
|
453
472
|
CODE_FILE_MIME_TYPES,
|
|
473
|
+
COMMON_JIRA_WEBHOOK_EVENTS,
|
|
454
474
|
CONFLUENCE_MAX_ATTACHMENT_SIZE,
|
|
455
475
|
MIME_TYPE_MAP as CONFLUENCE_MIME_TYPE_MAP,
|
|
456
476
|
CREDIT_ADD_TRANSACTION_TYPES,
|
|
@@ -542,6 +562,7 @@ export {
|
|
|
542
562
|
InvitesRefetchAction,
|
|
543
563
|
JIRA_MAX_ATTACHMENT_SIZE,
|
|
544
564
|
JiraApi,
|
|
565
|
+
JiraWebhookDeliveryStatus,
|
|
545
566
|
KnowledgeType,
|
|
546
567
|
LEGACY_IMAGE_MODEL_MAP,
|
|
547
568
|
LIVEOPS_TRIAGE_VALIDATION_LIMITS,
|
|
@@ -640,6 +661,8 @@ export {
|
|
|
640
661
|
ProjectEvents,
|
|
641
662
|
PromptMetaZodSchema,
|
|
642
663
|
PurchaseTransaction,
|
|
664
|
+
PythonArtifactSchema,
|
|
665
|
+
PythonArtifactV2Schema,
|
|
643
666
|
QueryComplexity,
|
|
644
667
|
QueryFilters,
|
|
645
668
|
QueryPaginate,
|
|
@@ -653,6 +676,7 @@ export {
|
|
|
653
676
|
QuestStatusSchema,
|
|
654
677
|
REASONING_EFFORT_DESCRIPTIONS,
|
|
655
678
|
REASONING_EFFORT_LABELS,
|
|
679
|
+
REASONING_SUPPORTED_MODELS,
|
|
656
680
|
RESTRICTION_OPERATIONS,
|
|
657
681
|
RESTRICTION_SUBJECT_TYPES,
|
|
658
682
|
RapidReplyFallbackBehaviors,
|
|
@@ -730,6 +754,7 @@ export {
|
|
|
730
754
|
VoyageAIEmbeddingModel,
|
|
731
755
|
WEBSITE_URL,
|
|
732
756
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
757
|
+
WebhookApi,
|
|
733
758
|
WebhookDeliveryStatus,
|
|
734
759
|
WhatsNewConfigSchema,
|
|
735
760
|
WhatsNewSyncConfigSchema,
|
|
@@ -754,15 +779,21 @@ export {
|
|
|
754
779
|
detectMimeType,
|
|
755
780
|
detectResourceConflicts,
|
|
756
781
|
determineMimeType,
|
|
782
|
+
escapeSlackMrkdwn,
|
|
783
|
+
extractAdfText,
|
|
757
784
|
extractSnippetMeta,
|
|
785
|
+
extractWebhookEventType,
|
|
758
786
|
formatActivityMessage,
|
|
759
787
|
formatBoard,
|
|
760
788
|
formatBoardConfiguration,
|
|
761
789
|
formatBoardIssues,
|
|
762
790
|
formatBoardList,
|
|
763
791
|
formatComment,
|
|
792
|
+
formatCommentEventForSlack,
|
|
764
793
|
formatFileSize,
|
|
794
|
+
formatGenericEventForSlack,
|
|
765
795
|
formatIssueDetails,
|
|
796
|
+
formatIssueEventForSlack,
|
|
766
797
|
formatIssueLinkTypes,
|
|
767
798
|
formatIssueLinks,
|
|
768
799
|
formatIssueResponse,
|
|
@@ -771,6 +802,7 @@ export {
|
|
|
771
802
|
formatSSEError,
|
|
772
803
|
formatSearchResults,
|
|
773
804
|
formatSprint,
|
|
805
|
+
formatSprintEventForSlack,
|
|
774
806
|
formatSprintIssues,
|
|
775
807
|
formatSprintList,
|
|
776
808
|
formatTransitionResult,
|
|
@@ -778,6 +810,8 @@ export {
|
|
|
778
810
|
formatUser,
|
|
779
811
|
formatUserList,
|
|
780
812
|
formatWatchers,
|
|
813
|
+
formatWebhook,
|
|
814
|
+
formatWebhookList,
|
|
781
815
|
getAtlassianConfig,
|
|
782
816
|
getErrorMessage,
|
|
783
817
|
getFileTypeEmoji,
|
|
@@ -788,15 +822,18 @@ export {
|
|
|
788
822
|
getWebsiteUrl,
|
|
789
823
|
groupShareSchema,
|
|
790
824
|
isArtifact,
|
|
825
|
+
isCommentWebhookEvent,
|
|
791
826
|
isCreditHolder,
|
|
792
827
|
isDeletedArtifact,
|
|
793
828
|
isDraftArtifact,
|
|
829
|
+
isIssueWebhookEvent,
|
|
794
830
|
isModelDeprecated,
|
|
795
831
|
isNearLimit,
|
|
796
832
|
isPlaceholderValue,
|
|
797
833
|
isPredefinedTag,
|
|
798
834
|
isPublicArtifact,
|
|
799
835
|
isPublishedArtifact,
|
|
836
|
+
isSprintWebhookEvent,
|
|
800
837
|
isSupportedEmbeddingModel,
|
|
801
838
|
isValidEnumValue,
|
|
802
839
|
isValidIssueKey,
|
|
@@ -835,6 +872,7 @@ export {
|
|
|
835
872
|
validateMermaidArtifactV2,
|
|
836
873
|
validatePassword,
|
|
837
874
|
validatePasswordServer,
|
|
875
|
+
validatePythonArtifactV2,
|
|
838
876
|
validateQuest,
|
|
839
877
|
validateQuestMasterArtifactV2,
|
|
840
878
|
validateReactArtifactV2,
|
|
@@ -134,12 +134,12 @@ import {
|
|
|
134
134
|
validateMermaidSyntax,
|
|
135
135
|
warmUpSettingsCache,
|
|
136
136
|
withRetry
|
|
137
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-PPJAR2ZZ.js";
|
|
138
138
|
import {
|
|
139
139
|
buildRateLimitLogEntry,
|
|
140
140
|
isNearLimit,
|
|
141
141
|
parseRateLimitHeaders
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-A6RZZCUV.js";
|
|
143
143
|
import {
|
|
144
144
|
Logger,
|
|
145
145
|
NotificationDeduplicator,
|
|
@@ -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-ECHYFI4L.js";
|
|
6
|
+
import "./chunk-PPJAR2ZZ.js";
|
|
7
|
+
import "./chunk-A6RZZCUV.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-feat-python-playground.19300+47277bf0f",
|
|
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-feat-python-playground.19300+47277bf0f",
|
|
115
|
+
"@bike4mind/mcp": "1.31.1-feat-python-playground.19300+47277bf0f",
|
|
116
|
+
"@bike4mind/services": "2.50.1-feat-python-playground.19300+47277bf0f",
|
|
117
|
+
"@bike4mind/utils": "2.7.1-feat-python-playground.19300+47277bf0f",
|
|
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": "47277bf0fedfaa736c90d29fca1295c7a4fd26e0"
|
|
139
139
|
}
|