@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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-E77VWEKZ.js";
4
+ } from "./chunk-UVOOKS6R.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/llmMarkdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-E77VWEKZ.js";
4
+ } from "./chunk-UVOOKS6R.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-6HWTNX47.js";
6
- import "./chunk-24JZFYBV.js";
7
- import "./chunk-E77VWEKZ.js";
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-E77VWEKZ.js";
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-24JZFYBV.js";
142
+ } from "./chunk-3LGHTME3.js";
141
143
  import {
142
144
  buildRateLimitLogEntry,
143
145
  isNearLimit,
144
146
  parseRateLimitHeaders
145
- } from "./chunk-E77VWEKZ.js";
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-DEW32L4X.js";
6
- import "./chunk-24JZFYBV.js";
7
- import "./chunk-E77VWEKZ.js";
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.19462+756a8d3f7",
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.19462+756a8d3f7",
115
- "@bike4mind/mcp": "1.31.1-cli-update-command.19462+756a8d3f7",
116
- "@bike4mind/services": "2.50.1-cli-update-command.19462+756a8d3f7",
117
- "@bike4mind/utils": "2.7.1-cli-update-command.19462+756a8d3f7",
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": "756a8d3f7ab2aea0a86e81cb2f983eb6dae453c1"
138
+ "gitHead": "9f6c6af332c93ee9f5cd315581c7b8d5acc0f1d8"
139
139
  }