@bike4mind/cli 0.2.29-feat-quantum-optimize-architecture.18875 → 0.2.29-feat-cli-websocket-streaming.18881
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-FZXFXCQR.js → artifactExtractor-SNWW3EVH.js} +1 -1
- package/dist/{chunk-Z7V2ITXT.js → chunk-BXCARBUQ.js} +2 -2
- package/dist/{chunk-KFGSOQ6A.js → chunk-EC2VEDD2.js} +2 -2
- package/dist/{chunk-KISWANWA.js → chunk-KPOK6V6E.js} +70 -631
- package/dist/{chunk-MHDNMNRT.js → chunk-QQL3OBKL.js} +2 -2
- package/dist/{chunk-H66G775W.js → chunk-TY6Z2UV2.js} +1 -1
- package/dist/{create-G7TEBA4G.js → create-QOJPAIOR.js} +3 -3
- package/dist/index.js +805 -1525
- package/dist/{llmMarkdownGenerator-KPG7F7QB.js → llmMarkdownGenerator-JPDNDGE4.js} +1 -1
- package/dist/{markdownGenerator-W2NSNHET.js → markdownGenerator-NHN4MNEA.js} +1 -1
- package/dist/{mementoService-MMKUXPLN.js → mementoService-EN7FZK7B.js} +3 -3
- package/dist/{src-37LZNPYL.js → src-36AL3BJR.js} +13 -11
- package/dist/{src-DHPEY75W.js → src-JZN5O6F3.js} +2 -2
- package/dist/{subtractCredits-J3ULMOTE.js → subtractCredits-FCBMFPIP.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-QQL3OBKL.js";
|
|
6
|
+
import "./chunk-TY6Z2UV2.js";
|
|
7
|
+
import "./chunk-KPOK6V6E.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -41,6 +41,12 @@ import {
|
|
|
41
41
|
ChatModels,
|
|
42
42
|
CitableSourceSchema,
|
|
43
43
|
ClaudeArtifactMimeTypes,
|
|
44
|
+
CliCompletionChunkAction,
|
|
45
|
+
CliCompletionDoneAction,
|
|
46
|
+
CliCompletionErrorAction,
|
|
47
|
+
CliCompletionRequestAction,
|
|
48
|
+
CliToolRequestAction,
|
|
49
|
+
CliToolResponseAction,
|
|
44
50
|
CollectionType,
|
|
45
51
|
CompletionApiUsageTransaction,
|
|
46
52
|
CompletionRequestSchema,
|
|
@@ -236,7 +242,6 @@ import {
|
|
|
236
242
|
VALID_USER_TAGS,
|
|
237
243
|
VIDEO_MODELS,
|
|
238
244
|
VIDEO_SIZE_CONSTRAINTS,
|
|
239
|
-
VIEW_REGISTRY,
|
|
240
245
|
VideoGenerationUsageTransaction,
|
|
241
246
|
VideoModels,
|
|
242
247
|
VisibilitySchema,
|
|
@@ -291,12 +296,9 @@ import {
|
|
|
291
296
|
getAtlassianConfig,
|
|
292
297
|
getErrorMessage,
|
|
293
298
|
getFileTypeEmoji,
|
|
294
|
-
getFilteredViews,
|
|
295
299
|
getMcpProviderMetadata,
|
|
296
300
|
getPredefinedTags,
|
|
297
301
|
getTextModelCost,
|
|
298
|
-
getViewById,
|
|
299
|
-
getViewSummaryForLLM,
|
|
300
302
|
getVisibilityLevel,
|
|
301
303
|
getWebsiteUrl,
|
|
302
304
|
groupShareSchema,
|
|
@@ -316,7 +318,6 @@ import {
|
|
|
316
318
|
mergeArtifactMetadata,
|
|
317
319
|
parallelLimit,
|
|
318
320
|
passwordSchema,
|
|
319
|
-
resolveNavigationIntents,
|
|
320
321
|
safeParseQuest,
|
|
321
322
|
safeParseQuestMasterArtifactV2,
|
|
322
323
|
searchSchema,
|
|
@@ -345,7 +346,7 @@ import {
|
|
|
345
346
|
validateReactArtifactV2,
|
|
346
347
|
validateSvgArtifactV2,
|
|
347
348
|
wikiMarkupToAdf
|
|
348
|
-
} from "./chunk-
|
|
349
|
+
} from "./chunk-KPOK6V6E.js";
|
|
349
350
|
export {
|
|
350
351
|
ALL_IMAGE_MODELS,
|
|
351
352
|
ALL_IMAGE_SIZES,
|
|
@@ -389,6 +390,12 @@ export {
|
|
|
389
390
|
ChatModels,
|
|
390
391
|
CitableSourceSchema,
|
|
391
392
|
ClaudeArtifactMimeTypes,
|
|
393
|
+
CliCompletionChunkAction,
|
|
394
|
+
CliCompletionDoneAction,
|
|
395
|
+
CliCompletionErrorAction,
|
|
396
|
+
CliCompletionRequestAction,
|
|
397
|
+
CliToolRequestAction,
|
|
398
|
+
CliToolResponseAction,
|
|
392
399
|
CollectionType,
|
|
393
400
|
CompletionApiUsageTransaction,
|
|
394
401
|
CompletionRequestSchema,
|
|
@@ -584,7 +591,6 @@ export {
|
|
|
584
591
|
VALID_USER_TAGS,
|
|
585
592
|
VIDEO_MODELS,
|
|
586
593
|
VIDEO_SIZE_CONSTRAINTS,
|
|
587
|
-
VIEW_REGISTRY,
|
|
588
594
|
VideoGenerationUsageTransaction,
|
|
589
595
|
VideoModels,
|
|
590
596
|
VisibilitySchema,
|
|
@@ -640,12 +646,9 @@ export {
|
|
|
640
646
|
getAtlassianConfig,
|
|
641
647
|
getErrorMessage,
|
|
642
648
|
getFileTypeEmoji,
|
|
643
|
-
getFilteredViews,
|
|
644
649
|
getMcpProviderMetadata,
|
|
645
650
|
getPredefinedTags,
|
|
646
651
|
getTextModelCost,
|
|
647
|
-
getViewById,
|
|
648
|
-
getViewSummaryForLLM,
|
|
649
652
|
getVisibilityLevel,
|
|
650
653
|
getWebsiteUrl,
|
|
651
654
|
groupShareSchema,
|
|
@@ -665,7 +668,6 @@ export {
|
|
|
665
668
|
mergeArtifactMetadata,
|
|
666
669
|
parallelLimit,
|
|
667
670
|
passwordSchema,
|
|
668
|
-
resolveNavigationIntents,
|
|
669
671
|
safeParseQuest,
|
|
670
672
|
safeParseQuestMasterArtifactV2,
|
|
671
673
|
searchSchema,
|
|
@@ -134,8 +134,8 @@ import {
|
|
|
134
134
|
validateMermaidSyntax,
|
|
135
135
|
warmUpSettingsCache,
|
|
136
136
|
withRetry
|
|
137
|
-
} from "./chunk-
|
|
138
|
-
import "./chunk-
|
|
137
|
+
} from "./chunk-TY6Z2UV2.js";
|
|
138
|
+
import "./chunk-KPOK6V6E.js";
|
|
139
139
|
import {
|
|
140
140
|
Logger,
|
|
141
141
|
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-BXCARBUQ.js";
|
|
6
|
+
import "./chunk-TY6Z2UV2.js";
|
|
7
|
+
import "./chunk-KPOK6V6E.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.29-feat-
|
|
3
|
+
"version": "0.2.29-feat-cli-websocket-streaming.18881+1cfcea5f6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -110,10 +110,10 @@
|
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@bike4mind/agents": "0.1.0",
|
|
113
|
-
"@bike4mind/common": "2.50.1-feat-
|
|
114
|
-
"@bike4mind/mcp": "1.29.1-feat-
|
|
115
|
-
"@bike4mind/services": "2.48.1-feat-
|
|
116
|
-
"@bike4mind/utils": "2.5.1-feat-
|
|
113
|
+
"@bike4mind/common": "2.50.1-feat-cli-websocket-streaming.18881+1cfcea5f6",
|
|
114
|
+
"@bike4mind/mcp": "1.29.1-feat-cli-websocket-streaming.18881+1cfcea5f6",
|
|
115
|
+
"@bike4mind/services": "2.48.1-feat-cli-websocket-streaming.18881+1cfcea5f6",
|
|
116
|
+
"@bike4mind/utils": "2.5.1-feat-cli-websocket-streaming.18881+1cfcea5f6",
|
|
117
117
|
"@types/better-sqlite3": "^7.6.13",
|
|
118
118
|
"@types/diff": "^5.0.9",
|
|
119
119
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"optionalDependencies": {
|
|
131
131
|
"@vscode/ripgrep": "^1.17.0"
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "1cfcea5f6e4c3d36587681e0d276669b66cdcc4e"
|
|
134
134
|
}
|