@bike4mind/cli 0.2.31-cli-update-command.19462 → 0.2.31-cli-update-command.19494
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-22AVFN7A.js → artifactExtractor-45XJBQXX.js} +1 -1
- package/dist/{chunk-24JZFYBV.js → chunk-3LGHTME3.js} +57 -2
- package/dist/{chunk-FZXNUST6.js → chunk-4G6Y7DHE.js} +6 -6
- package/dist/{chunk-U4HDDXWT.js → chunk-E6SLQJIU.js} +2 -2
- package/dist/{chunk-DEW32L4X.js → chunk-J3NGNWDX.js} +2 -2
- package/dist/{chunk-6HWTNX47.js → chunk-PHQTB34R.js} +2 -2
- package/dist/{chunk-E77VWEKZ.js → chunk-UVOOKS6R.js} +109 -13
- package/dist/commands/doctorCommand.js +1 -1
- package/dist/commands/updateCommand.js +1 -1
- package/dist/{create-LTISVVKL.js → create-O3HFNHEE.js} +3 -3
- package/dist/index.js +898 -32
- package/dist/{llmMarkdownGenerator-DF7EFQZW.js → llmMarkdownGenerator-J6LUJVSM.js} +1 -1
- package/dist/{markdownGenerator-6TAH7OEH.js → markdownGenerator-LE7NXUBV.js} +1 -1
- package/dist/{mementoService-BY5ACS3K.js → mementoService-ULVLQKR5.js} +3 -3
- package/dist/{src-ZXFQ5Y4O.js → src-2WR4ASOI.js} +13 -1
- package/dist/{src-C5QSTGEZ.js → src-W6VVQ66O.js} +6 -2
- package/dist/{subtractCredits-V645IMXQ.js → subtractCredits-HG4Q3SA3.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-PHQTB34R.js";
|
|
6
|
+
import "./chunk-3LGHTME3.js";
|
|
7
|
+
import "./chunk-UVOOKS6R.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -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,
|
|
@@ -440,7 +446,7 @@ import {
|
|
|
440
446
|
validateReactArtifactV2,
|
|
441
447
|
validateSvgArtifactV2,
|
|
442
448
|
wikiMarkupToAdf
|
|
443
|
-
} from "./chunk-
|
|
449
|
+
} from "./chunk-UVOOKS6R.js";
|
|
444
450
|
export {
|
|
445
451
|
ALL_IMAGE_MODELS,
|
|
446
452
|
ALL_IMAGE_SIZES,
|
|
@@ -485,6 +491,12 @@ export {
|
|
|
485
491
|
ChatModels,
|
|
486
492
|
CitableSourceSchema,
|
|
487
493
|
ClaudeArtifactMimeTypes,
|
|
494
|
+
CliCompletionChunkAction,
|
|
495
|
+
CliCompletionDoneAction,
|
|
496
|
+
CliCompletionErrorAction,
|
|
497
|
+
CliCompletionRequestAction,
|
|
498
|
+
CliToolRequestAction,
|
|
499
|
+
CliToolResponseAction,
|
|
488
500
|
CollectionType,
|
|
489
501
|
CompletionApiUsageTransaction,
|
|
490
502
|
CompletionRequestSchema,
|
|
@@ -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,
|
|
@@ -125,6 +126,7 @@ import {
|
|
|
125
126
|
parseQuestPlanFunctionCall,
|
|
126
127
|
processFabFilesServer,
|
|
127
128
|
processUrlsFromPrompt,
|
|
129
|
+
registerLambdaErrorHandlers,
|
|
128
130
|
secureParameters,
|
|
129
131
|
sendToConnection,
|
|
130
132
|
shouldTriggerFallback,
|
|
@@ -137,12 +139,12 @@ import {
|
|
|
137
139
|
validateUrlForFetch,
|
|
138
140
|
warmUpSettingsCache,
|
|
139
141
|
withRetry
|
|
140
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-3LGHTME3.js";
|
|
141
143
|
import {
|
|
142
144
|
buildRateLimitLogEntry,
|
|
143
145
|
isNearLimit,
|
|
144
146
|
parseRateLimitHeaders
|
|
145
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-UVOOKS6R.js";
|
|
146
148
|
import {
|
|
147
149
|
Logger,
|
|
148
150
|
NotificationDeduplicator,
|
|
@@ -219,6 +221,7 @@ export {
|
|
|
219
221
|
VoyageAIEmbeddingProvider,
|
|
220
222
|
XAIBackend,
|
|
221
223
|
XAIImageService,
|
|
224
|
+
_resetLambdaErrorHandlers,
|
|
222
225
|
aiImageService,
|
|
223
226
|
aiVideoService,
|
|
224
227
|
buildAndSortMessages,
|
|
@@ -286,6 +289,7 @@ export {
|
|
|
286
289
|
postMessageToSlack,
|
|
287
290
|
processFabFilesServer,
|
|
288
291
|
processUrlsFromPrompt,
|
|
292
|
+
registerLambdaErrorHandlers,
|
|
289
293
|
secureParameters,
|
|
290
294
|
sendToConnection,
|
|
291
295
|
shouldTriggerFallback,
|
|
@@ -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-J3NGNWDX.js";
|
|
6
|
+
import "./chunk-3LGHTME3.js";
|
|
7
|
+
import "./chunk-UVOOKS6R.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.31-cli-update-command.
|
|
3
|
+
"version": "0.2.31-cli-update-command.19494+9f6c6af33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@bike4mind/agents": "0.1.0",
|
|
114
|
-
"@bike4mind/common": "2.52.1-cli-update-command.
|
|
115
|
-
"@bike4mind/mcp": "1.31.1-cli-update-command.
|
|
116
|
-
"@bike4mind/services": "2.50.1-cli-update-command.
|
|
117
|
-
"@bike4mind/utils": "2.7.1-cli-update-command.
|
|
114
|
+
"@bike4mind/common": "2.52.1-cli-update-command.19494+9f6c6af33",
|
|
115
|
+
"@bike4mind/mcp": "1.31.1-cli-update-command.19494+9f6c6af33",
|
|
116
|
+
"@bike4mind/services": "2.50.1-cli-update-command.19494+9f6c6af33",
|
|
117
|
+
"@bike4mind/utils": "2.7.1-cli-update-command.19494+9f6c6af33",
|
|
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": "9f6c6af332c93ee9f5cd315581c7b8d5acc0f1d8"
|
|
139
139
|
}
|