@bike4mind/cli 0.2.29 → 0.2.30-feat-quantum-optimize-architecture.19202
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-4SBIE5OK.js → artifactExtractor-32UT6LCJ.js} +1 -1
- package/dist/{chunk-TNFZP7FG.js → chunk-DUEP3HCS.js} +703 -3
- package/dist/{chunk-22VR7SKO.js → chunk-KKZY4BRH.js} +2 -2
- package/dist/{chunk-5J4RL57F.js → chunk-TSB6M7IB.js} +11 -3
- package/dist/{chunk-YQWFK5O2.js → chunk-VRGHGJAL.js} +2 -2
- package/dist/{chunk-UYN4HMRF.js → chunk-Z3I7SVZ6.js} +2 -2
- package/dist/{create-DCHG36CP.js → create-GWZUB27T.js} +3 -3
- package/dist/index.js +1380 -140
- package/dist/{llmMarkdownGenerator-6MQKVOWW.js → llmMarkdownGenerator-B23C23LK.js} +1 -1
- package/dist/{markdownGenerator-4GDO3PTY.js → markdownGenerator-XAWABETH.js} +1 -1
- package/dist/{mementoService-WDQFLLRV.js → mementoService-3VASE5H2.js} +3 -3
- package/dist/{src-ZAT7QMNA.js → src-BFBWKNAI.js} +15 -1
- package/dist/{src-DVEE3PS5.js → src-MCOAMTTD.js} +2 -2
- package/dist/{subtractCredits-LE54FRKC.js → subtractCredits-RBXIX27T.js} +3 -3
- package/package.json +6 -6
|
@@ -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-KKZY4BRH.js";
|
|
6
|
+
import "./chunk-TSB6M7IB.js";
|
|
7
|
+
import "./chunk-DUEP3HCS.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -230,6 +230,8 @@ import {
|
|
|
230
230
|
QuestResourceSchema,
|
|
231
231
|
QuestSchema,
|
|
232
232
|
QuestStatusSchema,
|
|
233
|
+
REASONING_EFFORT_DESCRIPTIONS,
|
|
234
|
+
REASONING_EFFORT_LABELS,
|
|
233
235
|
RESTRICTION_OPERATIONS,
|
|
234
236
|
RESTRICTION_SUBJECT_TYPES,
|
|
235
237
|
RapidReplyFallbackBehaviors,
|
|
@@ -298,6 +300,7 @@ import {
|
|
|
298
300
|
VALID_USER_TAGS,
|
|
299
301
|
VIDEO_MODELS,
|
|
300
302
|
VIDEO_SIZE_CONSTRAINTS,
|
|
303
|
+
VIEW_REGISTRY,
|
|
301
304
|
VideoGenerationUsageTransaction,
|
|
302
305
|
VideoModels,
|
|
303
306
|
VisibilitySchema,
|
|
@@ -357,9 +360,12 @@ import {
|
|
|
357
360
|
getAtlassianConfig,
|
|
358
361
|
getErrorMessage,
|
|
359
362
|
getFileTypeEmoji,
|
|
363
|
+
getFilteredViews,
|
|
360
364
|
getMcpProviderMetadata,
|
|
361
365
|
getPredefinedTags,
|
|
362
366
|
getTextModelCost,
|
|
367
|
+
getViewById,
|
|
368
|
+
getViewSummaryForLLM,
|
|
363
369
|
getVisibilityLevel,
|
|
364
370
|
getWebsiteUrl,
|
|
365
371
|
groupShareSchema,
|
|
@@ -381,6 +387,7 @@ import {
|
|
|
381
387
|
parallelLimit,
|
|
382
388
|
parseRateLimitHeaders,
|
|
383
389
|
passwordSchema,
|
|
390
|
+
resolveNavigationIntents,
|
|
384
391
|
safeParseLatticeEntity,
|
|
385
392
|
safeParseLatticeModel,
|
|
386
393
|
safeParseLatticeRule,
|
|
@@ -416,7 +423,7 @@ import {
|
|
|
416
423
|
validateReactArtifactV2,
|
|
417
424
|
validateSvgArtifactV2,
|
|
418
425
|
wikiMarkupToAdf
|
|
419
|
-
} from "./chunk-
|
|
426
|
+
} from "./chunk-DUEP3HCS.js";
|
|
420
427
|
export {
|
|
421
428
|
ALL_IMAGE_MODELS,
|
|
422
429
|
ALL_IMAGE_SIZES,
|
|
@@ -649,6 +656,8 @@ export {
|
|
|
649
656
|
QuestResourceSchema,
|
|
650
657
|
QuestSchema,
|
|
651
658
|
QuestStatusSchema,
|
|
659
|
+
REASONING_EFFORT_DESCRIPTIONS,
|
|
660
|
+
REASONING_EFFORT_LABELS,
|
|
652
661
|
RESTRICTION_OPERATIONS,
|
|
653
662
|
RESTRICTION_SUBJECT_TYPES,
|
|
654
663
|
RapidReplyFallbackBehaviors,
|
|
@@ -717,6 +726,7 @@ export {
|
|
|
717
726
|
VALID_USER_TAGS,
|
|
718
727
|
VIDEO_MODELS,
|
|
719
728
|
VIDEO_SIZE_CONSTRAINTS,
|
|
729
|
+
VIEW_REGISTRY,
|
|
720
730
|
VideoGenerationUsageTransaction,
|
|
721
731
|
VideoModels,
|
|
722
732
|
VisibilitySchema,
|
|
@@ -777,9 +787,12 @@ export {
|
|
|
777
787
|
getAtlassianConfig,
|
|
778
788
|
getErrorMessage,
|
|
779
789
|
getFileTypeEmoji,
|
|
790
|
+
getFilteredViews,
|
|
780
791
|
getMcpProviderMetadata,
|
|
781
792
|
getPredefinedTags,
|
|
782
793
|
getTextModelCost,
|
|
794
|
+
getViewById,
|
|
795
|
+
getViewSummaryForLLM,
|
|
783
796
|
getVisibilityLevel,
|
|
784
797
|
getWebsiteUrl,
|
|
785
798
|
groupShareSchema,
|
|
@@ -801,6 +814,7 @@ export {
|
|
|
801
814
|
parallelLimit,
|
|
802
815
|
parseRateLimitHeaders,
|
|
803
816
|
passwordSchema,
|
|
817
|
+
resolveNavigationIntents,
|
|
804
818
|
safeParseLatticeEntity,
|
|
805
819
|
safeParseLatticeModel,
|
|
806
820
|
safeParseLatticeRule,
|
|
@@ -134,12 +134,12 @@ import {
|
|
|
134
134
|
validateMermaidSyntax,
|
|
135
135
|
warmUpSettingsCache,
|
|
136
136
|
withRetry
|
|
137
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-TSB6M7IB.js";
|
|
138
138
|
import {
|
|
139
139
|
buildRateLimitLogEntry,
|
|
140
140
|
isNearLimit,
|
|
141
141
|
parseRateLimitHeaders
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-DUEP3HCS.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-Z3I7SVZ6.js";
|
|
6
|
+
import "./chunk-TSB6M7IB.js";
|
|
7
|
+
import "./chunk-DUEP3HCS.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.30-feat-quantum-optimize-architecture.19202+f15461eb1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -114,10 +114,10 @@
|
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@bike4mind/agents": "0.1.0",
|
|
117
|
-
"@bike4mind/common": "2.51.
|
|
118
|
-
"@bike4mind/mcp": "1.30.
|
|
119
|
-
"@bike4mind/services": "2.49.
|
|
120
|
-
"@bike4mind/utils": "2.6.
|
|
117
|
+
"@bike4mind/common": "2.51.1-feat-quantum-optimize-architecture.19202+f15461eb1",
|
|
118
|
+
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.19202+f15461eb1",
|
|
119
|
+
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.19202+f15461eb1",
|
|
120
|
+
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.19202+f15461eb1",
|
|
121
121
|
"@types/better-sqlite3": "^7.6.13",
|
|
122
122
|
"@types/diff": "^5.0.9",
|
|
123
123
|
"@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": "f15461eb1db88413308b9575f8e000d99dcf36cd"
|
|
139
139
|
}
|