@bike4mind/cli 0.2.30 → 0.2.31-b4m-cli-undo-command.19493

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-T4VPCTBM.js";
4
+ } from "./chunk-GE7Q64MS.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-T4VPCTBM.js";
4
+ } from "./chunk-GE7Q64MS.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-WIB75EEX.js";
6
- import "./chunk-BQAPZP5Y.js";
7
- import "./chunk-T4VPCTBM.js";
5
+ } from "./chunk-T67NGQW6.js";
6
+ import "./chunk-RI45VJW3.js";
7
+ import "./chunk-GE7Q64MS.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -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,
@@ -115,6 +116,8 @@ import {
115
116
  isMermaidSyntax,
116
117
  isModelAccessible,
117
118
  isPlainText,
119
+ isPrivateIP,
120
+ isPrivateOrInternalHostname,
118
121
  isRetryableError,
119
122
  isValidEnumValue,
120
123
  isZodError,
@@ -123,6 +126,7 @@ import {
123
126
  parseQuestPlanFunctionCall,
124
127
  processFabFilesServer,
125
128
  processUrlsFromPrompt,
129
+ registerLambdaErrorHandlers,
126
130
  secureParameters,
127
131
  sendToConnection,
128
132
  shouldTriggerFallback,
@@ -132,14 +136,15 @@ import {
132
136
  usdToCredits,
133
137
  validateFallbackModel,
134
138
  validateMermaidSyntax,
139
+ validateUrlForFetch,
135
140
  warmUpSettingsCache,
136
141
  withRetry
137
- } from "./chunk-BQAPZP5Y.js";
142
+ } from "./chunk-RI45VJW3.js";
138
143
  import {
139
144
  buildRateLimitLogEntry,
140
145
  isNearLimit,
141
146
  parseRateLimitHeaders
142
- } from "./chunk-T4VPCTBM.js";
147
+ } from "./chunk-GE7Q64MS.js";
143
148
  import {
144
149
  Logger,
145
150
  NotificationDeduplicator,
@@ -216,6 +221,7 @@ export {
216
221
  VoyageAIEmbeddingProvider,
217
222
  XAIBackend,
218
223
  XAIImageService,
224
+ _resetLambdaErrorHandlers,
219
225
  aiImageService,
220
226
  aiVideoService,
221
227
  buildAndSortMessages,
@@ -268,6 +274,8 @@ export {
268
274
  isModelAccessible,
269
275
  isNearLimit,
270
276
  isPlainText,
277
+ isPrivateIP,
278
+ isPrivateOrInternalHostname,
271
279
  isRetryableError,
272
280
  isValidEnumValue,
273
281
  isZodError,
@@ -281,6 +289,7 @@ export {
281
289
  postMessageToSlack,
282
290
  processFabFilesServer,
283
291
  processUrlsFromPrompt,
292
+ registerLambdaErrorHandlers,
284
293
  secureParameters,
285
294
  sendToConnection,
286
295
  shouldTriggerFallback,
@@ -290,6 +299,7 @@ export {
290
299
  usdToCredits,
291
300
  validateFallbackModel,
292
301
  validateMermaidSyntax,
302
+ validateUrlForFetch,
293
303
  warmUpSettingsCache,
294
304
  withRetry
295
305
  };
@@ -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,
@@ -101,6 +107,7 @@ import {
101
107
  GenericCreditDeductTransaction,
102
108
  HeartbeatAction,
103
109
  HeartbeatPongAction,
110
+ HelpEvents,
104
111
  HtmlArtifactSchema,
105
112
  HtmlArtifactV2Schema,
106
113
  IMAGE_MODELS,
@@ -303,6 +310,7 @@ import {
303
310
  VALID_USER_TAGS,
304
311
  VIDEO_MODELS,
305
312
  VIDEO_SIZE_CONSTRAINTS,
313
+ VIEW_REGISTRY,
306
314
  VideoGenerationUsageTransaction,
307
315
  VideoModels,
308
316
  VisibilitySchema,
@@ -313,6 +321,7 @@ import {
313
321
  WEBSITE_URL,
314
322
  WHATS_NEW_VALIDATION_LIMITS,
315
323
  WebhookApi,
324
+ WebhookAuditStatus,
316
325
  WebhookDeliveryStatus,
317
326
  WhatsNewConfigSchema,
318
327
  WhatsNewSyncConfigSchema,
@@ -372,9 +381,12 @@ import {
372
381
  getAtlassianConfig,
373
382
  getErrorMessage,
374
383
  getFileTypeEmoji,
384
+ getFilteredViews,
375
385
  getMcpProviderMetadata,
376
386
  getPredefinedTags,
377
387
  getTextModelCost,
388
+ getViewById,
389
+ getViewSummaryForLLM,
378
390
  getVisibilityLevel,
379
391
  getWebsiteUrl,
380
392
  groupShareSchema,
@@ -399,6 +411,7 @@ import {
399
411
  parallelLimit,
400
412
  parseRateLimitHeaders,
401
413
  passwordSchema,
414
+ resolveNavigationIntents,
402
415
  safeParseLatticeEntity,
403
416
  safeParseLatticeModel,
404
417
  safeParseLatticeRule,
@@ -434,7 +447,7 @@ import {
434
447
  validateReactArtifactV2,
435
448
  validateSvgArtifactV2,
436
449
  wikiMarkupToAdf
437
- } from "./chunk-T4VPCTBM.js";
450
+ } from "./chunk-GE7Q64MS.js";
438
451
  export {
439
452
  ALL_IMAGE_MODELS,
440
453
  ALL_IMAGE_SIZES,
@@ -479,6 +492,12 @@ export {
479
492
  ChatModels,
480
493
  CitableSourceSchema,
481
494
  ClaudeArtifactMimeTypes,
495
+ CliCompletionChunkAction,
496
+ CliCompletionDoneAction,
497
+ CliCompletionErrorAction,
498
+ CliCompletionRequestAction,
499
+ CliToolRequestAction,
500
+ CliToolResponseAction,
482
501
  CollectionType,
483
502
  CompletionApiUsageTransaction,
484
503
  CompletionRequestSchema,
@@ -538,6 +557,7 @@ export {
538
557
  GenericCreditDeductTransaction,
539
558
  HeartbeatAction,
540
559
  HeartbeatPongAction,
560
+ HelpEvents,
541
561
  HtmlArtifactSchema,
542
562
  HtmlArtifactV2Schema,
543
563
  IMAGE_MODELS,
@@ -740,6 +760,7 @@ export {
740
760
  VALID_USER_TAGS,
741
761
  VIDEO_MODELS,
742
762
  VIDEO_SIZE_CONSTRAINTS,
763
+ VIEW_REGISTRY,
743
764
  VideoGenerationUsageTransaction,
744
765
  VideoModels,
745
766
  VisibilitySchema,
@@ -750,6 +771,7 @@ export {
750
771
  WEBSITE_URL,
751
772
  WHATS_NEW_VALIDATION_LIMITS,
752
773
  WebhookApi,
774
+ WebhookAuditStatus,
753
775
  WebhookDeliveryStatus,
754
776
  WhatsNewConfigSchema,
755
777
  WhatsNewSyncConfigSchema,
@@ -810,9 +832,12 @@ export {
810
832
  getAtlassianConfig,
811
833
  getErrorMessage,
812
834
  getFileTypeEmoji,
835
+ getFilteredViews,
813
836
  getMcpProviderMetadata,
814
837
  getPredefinedTags,
815
838
  getTextModelCost,
839
+ getViewById,
840
+ getViewSummaryForLLM,
816
841
  getVisibilityLevel,
817
842
  getWebsiteUrl,
818
843
  groupShareSchema,
@@ -837,6 +862,7 @@ export {
837
862
  parallelLimit,
838
863
  parseRateLimitHeaders,
839
864
  passwordSchema,
865
+ resolveNavigationIntents,
840
866
  safeParseLatticeEntity,
841
867
  safeParseLatticeModel,
842
868
  safeParseLatticeRule,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-LLA44SW7.js";
6
- import "./chunk-BQAPZP5Y.js";
7
- import "./chunk-T4VPCTBM.js";
5
+ } from "./chunk-2LLA4MTN.js";
6
+ import "./chunk-RI45VJW3.js";
7
+ import "./chunk-GE7Q64MS.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.30",
3
+ "version": "0.2.31-b4m-cli-undo-command.19493+44c80c9bc",
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.0",
115
- "@bike4mind/mcp": "1.31.0",
116
- "@bike4mind/services": "2.50.0",
117
- "@bike4mind/utils": "2.7.0",
114
+ "@bike4mind/common": "2.52.1-b4m-cli-undo-command.19493+44c80c9bc",
115
+ "@bike4mind/mcp": "1.31.1-b4m-cli-undo-command.19493+44c80c9bc",
116
+ "@bike4mind/services": "2.50.1-b4m-cli-undo-command.19493+44c80c9bc",
117
+ "@bike4mind/utils": "2.7.1-b4m-cli-undo-command.19493+44c80c9bc",
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": "e18c60eb7133cb85a538c4d87ccfafc6c95fc211"
138
+ "gitHead": "44c80c9bcf8bf132a8b75c3635426a901adce99e"
139
139
  }