@bike4mind/cli 0.2.39-refactor-extract-slack-package.20276 → 0.2.39

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-QCQP3A25.js";
4
+ } from "./chunk-QI3M7KVC.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/artifactExtractor.js
7
7
  var ARTIFACT_TAG_REGEX = /<artifact\s+(.*?)>([\s\S]*?)<\/artifact>/gi;
@@ -7,11 +7,11 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-7AP2Q5OI.js";
10
+ } from "./chunk-GONER47A.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-QCQP3A25.js";
14
+ } from "./chunk-QI3M7KVC.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/fabFileService/create.js
17
17
  import { z } from "zod";
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-7AP2Q5OI.js";
9
+ } from "./chunk-GONER47A.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-QCQP3A25.js";
14
+ } from "./chunk-QI3M7KVC.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
17
17
  import { z } from "zod";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-7AP2Q5OI.js";
5
+ } from "./chunk-GONER47A.js";
6
6
  import {
7
7
  CompletionApiUsageTransaction,
8
8
  GenericCreditDeductTransaction,
@@ -13,7 +13,7 @@ import {
13
13
  ToolUsageTransaction,
14
14
  TransferCreditTransaction,
15
15
  VideoGenerationUsageTransaction
16
- } from "./chunk-QCQP3A25.js";
16
+ } from "./chunk-QI3M7KVC.js";
17
17
 
18
18
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
19
19
  import { z } from "zod";
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@bike4mind/cli",
6
- version: "0.2.39-refactor-extract-slack-package.20276+683036c4b",
6
+ version: "0.2.39",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -117,10 +117,10 @@ var package_default = {
117
117
  },
118
118
  devDependencies: {
119
119
  "@bike4mind/agents": "0.1.0",
120
- "@bike4mind/common": "2.59.1-refactor-extract-slack-package.20276+683036c4b",
121
- "@bike4mind/mcp": "1.33.1-refactor-extract-slack-package.20276+683036c4b",
122
- "@bike4mind/services": "2.55.1-refactor-extract-slack-package.20276+683036c4b",
123
- "@bike4mind/utils": "2.12.1-refactor-extract-slack-package.20276+683036c4b",
120
+ "@bike4mind/common": "2.60.0",
121
+ "@bike4mind/mcp": "1.33.1",
122
+ "@bike4mind/services": "2.56.0",
123
+ "@bike4mind/utils": "2.12.1",
124
124
  "@types/better-sqlite3": "^7.6.13",
125
125
  "@types/diff": "^5.0.9",
126
126
  "@types/jsonwebtoken": "^9.0.4",
@@ -138,7 +138,7 @@ var package_default = {
138
138
  optionalDependencies: {
139
139
  "@vscode/ripgrep": "^1.17.0"
140
140
  },
141
- gitHead: "683036c4b28b0c3c19b7b222dac430f8aacfa42c"
141
+ gitHead: "9fe395e8a3857ff495fcbad30f1648c308cc8a33"
142
142
  };
143
143
 
144
144
  // src/utils/updateChecker.ts
@@ -19,7 +19,7 @@ import {
19
19
  dayjsConfig_default,
20
20
  extractSnippetMeta,
21
21
  settingsMap
22
- } from "./chunk-QCQP3A25.js";
22
+ } from "./chunk-QI3M7KVC.js";
23
23
 
24
24
  // ../../b4m-core/packages/utils/dist/src/storage/S3Storage.js
25
25
  import { S3Client, PutObjectCommand, DeleteObjectCommand, GetObjectCommand, HeadObjectCommand } from "@aws-sdk/client-s3";
@@ -10406,6 +10406,263 @@ dayjs.extend(relativeTime);
10406
10406
  dayjs.extend(localizedFormat);
10407
10407
  var dayjsConfig_default = dayjs;
10408
10408
 
10409
+ // ../../b4m-core/packages/common/dist/src/slackManifestTemplate.js
10410
+ function getControlledScopes() {
10411
+ return {
10412
+ bot: [
10413
+ "app_mentions:read",
10414
+ "channels:history",
10415
+ "channels:manage",
10416
+ "channels:read",
10417
+ "chat:write",
10418
+ "commands",
10419
+ "files:write",
10420
+ "groups:history",
10421
+ "groups:read",
10422
+ "groups:write",
10423
+ "im:history",
10424
+ "im:read",
10425
+ "im:write",
10426
+ "mpim:history",
10427
+ "mpim:read",
10428
+ "mpim:write",
10429
+ "users:read",
10430
+ "users:read.email",
10431
+ "files:read"
10432
+ ],
10433
+ user: ["reminders:write", "identity.basic", "search:read"]
10434
+ };
10435
+ }
10436
+ function getControlledManifestFields(baseUrl, options) {
10437
+ const enableWorkflowSteps = options?.enableWorkflowSteps ?? true;
10438
+ const botEvents = [
10439
+ "app_home_opened",
10440
+ "app_mention",
10441
+ ...enableWorkflowSteps ? ["function_executed"] : [],
10442
+ "message.channels",
10443
+ "message.groups",
10444
+ "message.im",
10445
+ "message.mpim"
10446
+ ];
10447
+ return {
10448
+ oauth_config: {
10449
+ scopes: getControlledScopes(),
10450
+ redirect_urls: [
10451
+ `${baseUrl}/api/slack/oauth/callback`,
10452
+ `${baseUrl}/api/slack/oauth/user-link/callback`,
10453
+ `${baseUrl}/api/slack/oauth/org-connect/callback`
10454
+ ]
10455
+ },
10456
+ features: {
10457
+ app_home: {
10458
+ home_tab_enabled: true,
10459
+ messages_tab_enabled: true,
10460
+ messages_tab_read_only_enabled: false
10461
+ },
10462
+ slash_commands: [
10463
+ {
10464
+ command: "/notebook",
10465
+ url: `${baseUrl}/api/slack/commands`,
10466
+ description: "Manage notebooks",
10467
+ should_escape: false
10468
+ },
10469
+ {
10470
+ command: "/b4m",
10471
+ url: `${baseUrl}/api/slack/commands`,
10472
+ description: "Schedule messages and more",
10473
+ should_escape: false
10474
+ },
10475
+ {
10476
+ command: "/channel",
10477
+ url: `${baseUrl}/api/slack/commands`,
10478
+ description: "Manage channels",
10479
+ should_escape: false
10480
+ }
10481
+ ],
10482
+ shortcuts: [
10483
+ {
10484
+ name: "Create Notebook",
10485
+ type: "global",
10486
+ callback_id: "create_notebook_shortcut",
10487
+ description: "Create a new notebook in Bike4Mind"
10488
+ },
10489
+ {
10490
+ name: "View My Notebooks",
10491
+ type: "global",
10492
+ callback_id: "view_notebooks_shortcut",
10493
+ description: "View and manage your notebooks"
10494
+ },
10495
+ {
10496
+ name: "Quick Ask B4M",
10497
+ type: "global",
10498
+ callback_id: "quick_ask_shortcut",
10499
+ description: "Ask Bike4Mind a quick question"
10500
+ },
10501
+ {
10502
+ name: "Help",
10503
+ type: "global",
10504
+ callback_id: "help_shortcut",
10505
+ description: "Get help with Bike4Mind features"
10506
+ }
10507
+ ]
10508
+ },
10509
+ ...enableWorkflowSteps ? {
10510
+ functions: {
10511
+ b4m_create_notebook: {
10512
+ title: "Create Notebook",
10513
+ description: "Create a new B4M notebook",
10514
+ input_parameters: {
10515
+ user_id: {
10516
+ type: "slack#/types/user_id",
10517
+ title: "User",
10518
+ description: "The user who triggered this workflow",
10519
+ is_required: true
10520
+ },
10521
+ notebook_name: {
10522
+ type: "string",
10523
+ title: "Notebook Name",
10524
+ description: "Name for the new notebook (optional)",
10525
+ is_required: false
10526
+ },
10527
+ send_notification: {
10528
+ type: "boolean",
10529
+ title: "Send Notification",
10530
+ description: "Send a DM with the result (default: no)",
10531
+ is_required: false
10532
+ }
10533
+ },
10534
+ output_parameters: {
10535
+ notebook_id: { type: "string", title: "Notebook ID", description: "ID of the created notebook" },
10536
+ notebook_name: {
10537
+ type: "string",
10538
+ title: "Notebook Name",
10539
+ description: "Name of the created notebook"
10540
+ },
10541
+ notebook_url: { type: "string", title: "Notebook URL", description: "URL to open the notebook" }
10542
+ }
10543
+ },
10544
+ b4m_send_message: {
10545
+ title: "Send to B4M",
10546
+ description: "Send a message to B4M and optionally wait for AI response",
10547
+ input_parameters: {
10548
+ user_id: {
10549
+ type: "slack#/types/user_id",
10550
+ title: "User",
10551
+ description: "The user who triggered this workflow",
10552
+ is_required: true
10553
+ },
10554
+ message: {
10555
+ type: "string",
10556
+ title: "Message",
10557
+ description: "Message to send to B4M",
10558
+ is_required: true
10559
+ },
10560
+ notebook_id: {
10561
+ type: "string",
10562
+ title: "Notebook ID",
10563
+ description: "Target notebook (uses default if empty)",
10564
+ is_required: false
10565
+ },
10566
+ wait_for_response: {
10567
+ type: "boolean",
10568
+ title: "Wait for Response",
10569
+ description: "Wait for AI response before completing",
10570
+ is_required: false
10571
+ },
10572
+ send_notification: {
10573
+ type: "boolean",
10574
+ title: "Send Notification",
10575
+ description: "Send a DM with the result (default: no)",
10576
+ is_required: false
10577
+ }
10578
+ },
10579
+ output_parameters: {
10580
+ quest_id: { type: "string", title: "Quest ID", description: "ID of the created quest" },
10581
+ response: {
10582
+ type: "string",
10583
+ title: "Response",
10584
+ description: "AI response (if wait_for_response was true)"
10585
+ },
10586
+ notebook_id: { type: "string", title: "Notebook ID", description: "ID of the notebook used" }
10587
+ }
10588
+ },
10589
+ b4m_query: {
10590
+ title: "Query B4M",
10591
+ description: "Ask B4M a question and get an AI response",
10592
+ input_parameters: {
10593
+ user_id: {
10594
+ type: "slack#/types/user_id",
10595
+ title: "User",
10596
+ description: "The user who triggered this workflow",
10597
+ is_required: true
10598
+ },
10599
+ query: {
10600
+ type: "string",
10601
+ title: "Query",
10602
+ description: "Question to ask B4M",
10603
+ is_required: true
10604
+ },
10605
+ notebook_id: {
10606
+ type: "string",
10607
+ title: "Notebook ID",
10608
+ description: "Notebook to query (uses default if empty)",
10609
+ is_required: false
10610
+ },
10611
+ send_notification: {
10612
+ type: "boolean",
10613
+ title: "Send Notification",
10614
+ description: "Send a DM with the result (default: no)",
10615
+ is_required: false
10616
+ }
10617
+ },
10618
+ output_parameters: {
10619
+ answer: { type: "string", title: "Answer", description: "AI response to the query" },
10620
+ sources: { type: "string", title: "Sources", description: "Referenced notebooks/files" },
10621
+ notebook_id: { type: "string", title: "Notebook ID", description: "ID of the notebook used" }
10622
+ }
10623
+ }
10624
+ }
10625
+ } : {},
10626
+ settings: {
10627
+ event_subscriptions: {
10628
+ request_url: `${baseUrl}/api/slack/events`,
10629
+ bot_events: botEvents
10630
+ },
10631
+ interactivity: {
10632
+ is_enabled: true,
10633
+ request_url: `${baseUrl}/api/slack/interactive`
10634
+ },
10635
+ ...enableWorkflowSteps ? { function_runtime: "remote" } : {}
10636
+ }
10637
+ };
10638
+ }
10639
+ function generateFullManifest(params) {
10640
+ const enableWorkflowSteps = params.enableWorkflowSteps ?? true;
10641
+ const controlled = getControlledManifestFields(params.baseUrl, { enableWorkflowSteps });
10642
+ return {
10643
+ display_information: {
10644
+ name: params.name,
10645
+ description: params.description,
10646
+ background_color: params.backgroundColor
10647
+ },
10648
+ features: {
10649
+ bot_user: {
10650
+ display_name: params.name,
10651
+ always_online: false
10652
+ },
10653
+ ...controlled.features
10654
+ },
10655
+ ...controlled.functions ? { functions: controlled.functions } : {},
10656
+ oauth_config: controlled.oauth_config,
10657
+ settings: {
10658
+ ...controlled.settings,
10659
+ org_deploy_enabled: enableWorkflowSteps,
10660
+ socket_mode_enabled: false,
10661
+ token_rotation_enabled: false
10662
+ }
10663
+ };
10664
+ }
10665
+
10409
10666
  export {
10410
10667
  PermissionDeniedError,
10411
10668
  ModelBackend,
@@ -10872,5 +11129,8 @@ export {
10872
11129
  getFilteredViews,
10873
11130
  getViewSummaryForLLM,
10874
11131
  resolveNavigationIntents,
10875
- dayjsConfig_default
11132
+ dayjsConfig_default,
11133
+ getControlledScopes,
11134
+ getControlledManifestFields,
11135
+ generateFullManifest
10876
11136
  };
@@ -4,7 +4,7 @@ import {
4
4
  getOpenWeatherKey,
5
5
  getSerperKey,
6
6
  getWolframAlphaKey
7
- } from "./chunk-ZWON3QIA.js";
7
+ } from "./chunk-ACVKD3F5.js";
8
8
  import {
9
9
  BFLImageService,
10
10
  BaseStorage,
@@ -16,14 +16,14 @@ import {
16
16
  OpenAIBackend,
17
17
  OpenAIImageService,
18
18
  XAIImageService
19
- } from "./chunk-7AP2Q5OI.js";
19
+ } from "./chunk-GONER47A.js";
20
20
  import {
21
21
  Logger
22
22
  } from "./chunk-PFBYGCOW.js";
23
23
  import {
24
24
  ConfigStore,
25
25
  logger
26
- } from "./chunk-6TJ3WY2E.js";
26
+ } from "./chunk-WBURRFA6.js";
27
27
  import {
28
28
  AiEvents,
29
29
  ApiKeyEvents,
@@ -81,7 +81,7 @@ import {
81
81
  getMcpProviderMetadata,
82
82
  getViewById,
83
83
  resolveNavigationIntents
84
- } from "./chunk-QCQP3A25.js";
84
+ } from "./chunk-QI3M7KVC.js";
85
85
 
86
86
  // src/utils/fileSearch.ts
87
87
  import * as fs from "fs";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ChatModels
4
- } from "./chunk-QCQP3A25.js";
4
+ } from "./chunk-QI3M7KVC.js";
5
5
  import {
6
6
  DEFAULT_SANDBOX_CONFIG
7
7
  } from "./chunk-4BIBE3J7.js";
@@ -3,7 +3,7 @@ import {
3
3
  fetchLatestVersion,
4
4
  forceCheckForUpdate,
5
5
  package_default
6
- } from "../chunk-3V46LXXR.js";
6
+ } from "../chunk-CJ3CPBQJ.js";
7
7
 
8
8
  // src/commands/doctorCommand.ts
9
9
  import { execSync } from "child_process";
@@ -36,20 +36,20 @@ import {
36
36
  isReadOnlyTool,
37
37
  loadContextFiles,
38
38
  setWebSocketToolExecutor
39
- } from "../chunk-SHAW2RLZ.js";
39
+ } from "../chunk-SBV37YTQ.js";
40
40
  import "../chunk-BDQBOLYG.js";
41
- import "../chunk-ZWON3QIA.js";
41
+ import "../chunk-ACVKD3F5.js";
42
42
  import "../chunk-GQGOWACU.js";
43
- import "../chunk-A6OM6O2A.js";
44
- import "../chunk-FPHQTMIC.js";
45
- import "../chunk-7AP2Q5OI.js";
43
+ import "../chunk-ALCYOZLW.js";
44
+ import "../chunk-2ZXQ6TQ7.js";
45
+ import "../chunk-GONER47A.js";
46
46
  import "../chunk-PFBYGCOW.js";
47
47
  import "../chunk-BPFEGDC7.js";
48
48
  import {
49
49
  ConfigStore,
50
50
  logger
51
- } from "../chunk-6TJ3WY2E.js";
52
- import "../chunk-QCQP3A25.js";
51
+ } from "../chunk-WBURRFA6.js";
52
+ import "../chunk-QI3M7KVC.js";
53
53
  import {
54
54
  DEFAULT_SANDBOX_CONFIG
55
55
  } from "../chunk-4BIBE3J7.js";
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ConfigStore
4
- } from "../chunk-6TJ3WY2E.js";
5
- import "../chunk-QCQP3A25.js";
4
+ } from "../chunk-WBURRFA6.js";
5
+ import "../chunk-QI3M7KVC.js";
6
6
  import "../chunk-4BIBE3J7.js";
7
7
 
8
8
  // src/commands/mcpCommand.ts
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  forceCheckForUpdate,
4
4
  package_default
5
- } from "../chunk-3V46LXXR.js";
5
+ } from "../chunk-CJ3CPBQJ.js";
6
6
 
7
7
  // src/commands/updateCommand.ts
8
8
  import { execSync } from "child_process";
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  createFabFile,
4
4
  createFabFileSchema
5
- } from "./chunk-FPHQTMIC.js";
6
- import "./chunk-7AP2Q5OI.js";
5
+ } from "./chunk-2ZXQ6TQ7.js";
6
+ import "./chunk-GONER47A.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-QCQP3A25.js";
8
+ import "./chunk-QI3M7KVC.js";
9
9
  export {
10
10
  createFabFile,
11
11
  createFabFileSchema
package/dist/index.js CHANGED
@@ -46,23 +46,23 @@ import {
46
46
  setWebSocketToolExecutor,
47
47
  substituteArguments,
48
48
  warmFileCache
49
- } from "./chunk-SHAW2RLZ.js";
49
+ } from "./chunk-SBV37YTQ.js";
50
50
  import "./chunk-BDQBOLYG.js";
51
- import "./chunk-ZWON3QIA.js";
51
+ import "./chunk-ACVKD3F5.js";
52
52
  import "./chunk-GQGOWACU.js";
53
- import "./chunk-A6OM6O2A.js";
54
- import "./chunk-FPHQTMIC.js";
55
- import "./chunk-7AP2Q5OI.js";
53
+ import "./chunk-ALCYOZLW.js";
54
+ import "./chunk-2ZXQ6TQ7.js";
55
+ import "./chunk-GONER47A.js";
56
56
  import "./chunk-PFBYGCOW.js";
57
57
  import "./chunk-BPFEGDC7.js";
58
58
  import {
59
59
  ConfigStore,
60
60
  logger
61
- } from "./chunk-6TJ3WY2E.js";
61
+ } from "./chunk-WBURRFA6.js";
62
62
  import {
63
63
  checkForUpdate,
64
64
  package_default
65
- } from "./chunk-3V46LXXR.js";
65
+ } from "./chunk-CJ3CPBQJ.js";
66
66
  import {
67
67
  selectActiveBackgroundAgents,
68
68
  useCliStore
@@ -70,7 +70,7 @@ import {
70
70
  import {
71
71
  CREDIT_DEDUCT_TRANSACTION_TYPES,
72
72
  ChatModels
73
- } from "./chunk-QCQP3A25.js";
73
+ } from "./chunk-QI3M7KVC.js";
74
74
  import "./chunk-4BIBE3J7.js";
75
75
 
76
76
  // src/index.tsx
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-QCQP3A25.js";
4
+ } from "./chunk-QI3M7KVC.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-QCQP3A25.js";
4
+ } from "./chunk-QI3M7KVC.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-ZWON3QIA.js";
6
- import "./chunk-7AP2Q5OI.js";
5
+ } from "./chunk-ACVKD3F5.js";
6
+ import "./chunk-GONER47A.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-QCQP3A25.js";
8
+ import "./chunk-QI3M7KVC.js";
9
9
  export {
10
10
  findMostSimilarMemento,
11
11
  getRelevantMementos
@@ -140,7 +140,7 @@ import {
140
140
  validateUrlForFetch,
141
141
  warmUpSettingsCache,
142
142
  withRetry
143
- } from "./chunk-7AP2Q5OI.js";
143
+ } from "./chunk-GONER47A.js";
144
144
  import {
145
145
  Logger,
146
146
  NotificationDeduplicator,
@@ -153,7 +153,7 @@ import {
153
153
  buildRateLimitLogEntry,
154
154
  isNearLimit,
155
155
  parseRateLimitHeaders
156
- } from "./chunk-QCQP3A25.js";
156
+ } from "./chunk-QI3M7KVC.js";
157
157
  export {
158
158
  AIVideoService,
159
159
  AWSBackend,
@@ -392,8 +392,11 @@ import {
392
392
  formatWatchers,
393
393
  formatWebhook,
394
394
  formatWebhookList,
395
+ generateFullManifest,
395
396
  getAccessibleDataLakes,
396
397
  getAtlassianConfig,
398
+ getControlledManifestFields,
399
+ getControlledScopes,
397
400
  getDataLakeTags,
398
401
  getErrorMessage,
399
402
  getFileTypeEmoji,
@@ -466,7 +469,7 @@ import {
466
469
  validateReactArtifactV2,
467
470
  validateSvgArtifactV2,
468
471
  wikiMarkupToAdf
469
- } from "./chunk-QCQP3A25.js";
472
+ } from "./chunk-QI3M7KVC.js";
470
473
  export {
471
474
  ALL_IMAGE_MODELS,
472
475
  ALL_IMAGE_SIZES,
@@ -862,8 +865,11 @@ export {
862
865
  formatWatchers,
863
866
  formatWebhook,
864
867
  formatWebhookList,
868
+ generateFullManifest,
865
869
  getAccessibleDataLakes,
866
870
  getAtlassianConfig,
871
+ getControlledManifestFields,
872
+ getControlledScopes,
867
873
  getDataLakeTags,
868
874
  getErrorMessage,
869
875
  getFileTypeEmoji,
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-A6OM6O2A.js";
6
- import "./chunk-7AP2Q5OI.js";
5
+ } from "./chunk-ALCYOZLW.js";
6
+ import "./chunk-GONER47A.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-QCQP3A25.js";
8
+ import "./chunk-QI3M7KVC.js";
9
9
  export {
10
10
  SubtractCreditsSchema,
11
11
  subtractCredits
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.39-refactor-extract-slack-package.20276+683036c4b",
3
+ "version": "0.2.39",
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.59.1-refactor-extract-slack-package.20276+683036c4b",
118
- "@bike4mind/mcp": "1.33.1-refactor-extract-slack-package.20276+683036c4b",
119
- "@bike4mind/services": "2.55.1-refactor-extract-slack-package.20276+683036c4b",
120
- "@bike4mind/utils": "2.12.1-refactor-extract-slack-package.20276+683036c4b",
117
+ "@bike4mind/common": "2.60.0",
118
+ "@bike4mind/mcp": "1.33.1",
119
+ "@bike4mind/services": "2.56.0",
120
+ "@bike4mind/utils": "2.12.1",
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": "683036c4b28b0c3c19b7b222dac430f8aacfa42c"
138
+ "gitHead": "9fe395e8a3857ff495fcbad30f1648c308cc8a33"
139
139
  }