@bike4mind/cli 0.2.37-feat-system-prompt-admin.20083 → 0.2.37-fix-cli-missing-runtime-deps.20082

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-JGSATYRQ.js";
4
+ } from "./chunk-EY65E4W4.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;
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@bike4mind/cli",
6
- version: "0.2.37-feat-system-prompt-admin.20083+143e679a8",
6
+ version: "0.2.37-fix-cli-missing-runtime-deps.20082+1431dd9b8",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -74,10 +74,13 @@ var package_default = {
74
74
  diff: "^8.0.2",
75
75
  dotenv: "^16.3.1",
76
76
  "eventsource-parser": "^3.0.6",
77
+ fdir: "^6.5.0",
77
78
  "file-type": "^18.7.0",
78
79
  "fuse.js": "^7.1.0",
80
+ fzf: "^0.5.2",
79
81
  glob: "^13.0.0",
80
82
  "gray-matter": "^4.0.3",
83
+ ignore: "^7.0.5",
81
84
  ink: "^6.5.1",
82
85
  "ink-select-input": "^6.2.0",
83
86
  "ink-spinner": "^5.0.0",
@@ -114,10 +117,10 @@ var package_default = {
114
117
  },
115
118
  devDependencies: {
116
119
  "@bike4mind/agents": "0.1.0",
117
- "@bike4mind/common": "2.58.1-feat-system-prompt-admin.20083+143e679a8",
118
- "@bike4mind/mcp": "1.32.6-feat-system-prompt-admin.20083+143e679a8",
119
- "@bike4mind/services": "2.54.2-feat-system-prompt-admin.20083+143e679a8",
120
- "@bike4mind/utils": "2.11.1-feat-system-prompt-admin.20083+143e679a8",
120
+ "@bike4mind/common": "2.58.1-fix-cli-missing-runtime-deps.20082+1431dd9b8",
121
+ "@bike4mind/mcp": "1.32.6-fix-cli-missing-runtime-deps.20082+1431dd9b8",
122
+ "@bike4mind/services": "2.54.2-fix-cli-missing-runtime-deps.20082+1431dd9b8",
123
+ "@bike4mind/utils": "2.11.1-fix-cli-missing-runtime-deps.20082+1431dd9b8",
121
124
  "@types/better-sqlite3": "^7.6.13",
122
125
  "@types/diff": "^5.0.9",
123
126
  "@types/jsonwebtoken": "^9.0.4",
@@ -126,9 +129,6 @@ var package_default = {
126
129
  "@types/react": "^19.2.7",
127
130
  "@types/uuid": "^9.0.7",
128
131
  "@types/yargs": "^17.0.32",
129
- fdir: "^6.5.0",
130
- fzf: "^0.5.2",
131
- ignore: "^7.0.5",
132
132
  "ink-testing-library": "^4.0.0",
133
133
  tsup: "^8.5.1",
134
134
  tsx: "^4.21.0",
@@ -138,7 +138,7 @@ var package_default = {
138
138
  optionalDependencies: {
139
139
  "@vscode/ripgrep": "^1.17.0"
140
140
  },
141
- gitHead: "143e679a8791b79753b2eeb53b9d87ecf2204378"
141
+ gitHead: "1431dd9b8e585ca846302da45162bb231aa6023b"
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-JGSATYRQ.js";
22
+ } from "./chunk-EY65E4W4.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";
@@ -7,11 +7,11 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-W5REEMZT.js";
10
+ } from "./chunk-5YLGNW2B.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-JGSATYRQ.js";
14
+ } from "./chunk-EY65E4W4.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/fabFileService/create.js
17
17
  import { z } from "zod";
@@ -1130,17 +1130,6 @@ var JiraWebhookDeliveryStatus;
1130
1130
  JiraWebhookDeliveryStatus2["Pending"] = "pending";
1131
1131
  })(JiraWebhookDeliveryStatus || (JiraWebhookDeliveryStatus = {}));
1132
1132
 
1133
- // ../../b4m-core/packages/common/dist/src/types/entities/SystemPromptTypes.js
1134
- var AdminSystemPromptCategory;
1135
- (function(AdminSystemPromptCategory2) {
1136
- AdminSystemPromptCategory2["SYSTEM"] = "system";
1137
- AdminSystemPromptCategory2["ADMIN"] = "admin";
1138
- AdminSystemPromptCategory2["AUTOMATION"] = "automation";
1139
- AdminSystemPromptCategory2["VOICE"] = "voice";
1140
- AdminSystemPromptCategory2["QUANTUM"] = "quantum";
1141
- AdminSystemPromptCategory2["SALES_INTELLIGENCE"] = "sales_intelligence";
1142
- })(AdminSystemPromptCategory || (AdminSystemPromptCategory = {}));
1143
-
1144
1133
  // ../../b4m-core/packages/common/dist/src/types/common.js
1145
1134
  var SupportedFabFileMimeTypes;
1146
1135
  (function(SupportedFabFileMimeTypes2) {
@@ -10484,7 +10473,6 @@ export {
10484
10473
  WebhookAuditStatus,
10485
10474
  COMMON_JIRA_WEBHOOK_EVENTS,
10486
10475
  JiraWebhookDeliveryStatus,
10487
- AdminSystemPromptCategory,
10488
10476
  SupportedFabFileMimeTypes,
10489
10477
  REASONING_EFFORT_LABELS,
10490
10478
  REASONING_EFFORT_DESCRIPTIONS,
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ChatModels
4
- } from "./chunk-JGSATYRQ.js";
4
+ } from "./chunk-EY65E4W4.js";
5
5
  import {
6
6
  DEFAULT_SANDBOX_CONFIG
7
7
  } from "./chunk-4BIBE3J7.js";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-W5REEMZT.js";
5
+ } from "./chunk-5YLGNW2B.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-JGSATYRQ.js";
16
+ } from "./chunk-EY65E4W4.js";
17
17
 
18
18
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
19
19
  import { z } from "zod";
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-W5REEMZT.js";
9
+ } from "./chunk-5YLGNW2B.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-JGSATYRQ.js";
14
+ } from "./chunk-EY65E4W4.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
17
17
  import { z } from "zod";
@@ -4,7 +4,7 @@ import {
4
4
  getOpenWeatherKey,
5
5
  getSerperKey,
6
6
  getWolframAlphaKey
7
- } from "./chunk-44VEN7QY.js";
7
+ } from "./chunk-NJQYWIDJ.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-W5REEMZT.js";
19
+ } from "./chunk-5YLGNW2B.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-VSZJ7FSP.js";
26
+ } from "./chunk-H7RVLAQD.js";
27
27
  import {
28
28
  AiEvents,
29
29
  ApiKeyEvents,
@@ -80,7 +80,7 @@ import {
80
80
  getMcpProviderMetadata,
81
81
  getViewById,
82
82
  resolveNavigationIntents
83
- } from "./chunk-JGSATYRQ.js";
83
+ } from "./chunk-EY65E4W4.js";
84
84
 
85
85
  // src/utils/fileSearch.ts
86
86
  import * as fs from "fs";
@@ -3,7 +3,7 @@ import {
3
3
  fetchLatestVersion,
4
4
  forceCheckForUpdate,
5
5
  package_default
6
- } from "../chunk-2MKWNOXC.js";
6
+ } from "../chunk-4F4DAZ35.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-XB5FEWRO.js";
39
+ } from "../chunk-XIB66EG7.js";
40
40
  import "../chunk-BDQBOLYG.js";
41
- import "../chunk-44VEN7QY.js";
41
+ import "../chunk-NJQYWIDJ.js";
42
42
  import "../chunk-GQGOWACU.js";
43
- import "../chunk-AFZFZ4GP.js";
44
- import "../chunk-FFMYZ7QV.js";
45
- import "../chunk-W5REEMZT.js";
43
+ import "../chunk-LJG44UT3.js";
44
+ import "../chunk-AOP6RYDY.js";
45
+ import "../chunk-5YLGNW2B.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-VSZJ7FSP.js";
52
- import "../chunk-JGSATYRQ.js";
51
+ } from "../chunk-H7RVLAQD.js";
52
+ import "../chunk-EY65E4W4.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-VSZJ7FSP.js";
5
- import "../chunk-JGSATYRQ.js";
4
+ } from "../chunk-H7RVLAQD.js";
5
+ import "../chunk-EY65E4W4.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-2MKWNOXC.js";
5
+ } from "../chunk-4F4DAZ35.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-FFMYZ7QV.js";
6
- import "./chunk-W5REEMZT.js";
5
+ } from "./chunk-AOP6RYDY.js";
6
+ import "./chunk-5YLGNW2B.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-JGSATYRQ.js";
8
+ import "./chunk-EY65E4W4.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-XB5FEWRO.js";
49
+ } from "./chunk-XIB66EG7.js";
50
50
  import "./chunk-BDQBOLYG.js";
51
- import "./chunk-44VEN7QY.js";
51
+ import "./chunk-NJQYWIDJ.js";
52
52
  import "./chunk-GQGOWACU.js";
53
- import "./chunk-AFZFZ4GP.js";
54
- import "./chunk-FFMYZ7QV.js";
55
- import "./chunk-W5REEMZT.js";
53
+ import "./chunk-LJG44UT3.js";
54
+ import "./chunk-AOP6RYDY.js";
55
+ import "./chunk-5YLGNW2B.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-VSZJ7FSP.js";
61
+ } from "./chunk-H7RVLAQD.js";
62
62
  import {
63
63
  checkForUpdate,
64
64
  package_default
65
- } from "./chunk-2MKWNOXC.js";
65
+ } from "./chunk-4F4DAZ35.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-JGSATYRQ.js";
73
+ } from "./chunk-EY65E4W4.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-JGSATYRQ.js";
4
+ } from "./chunk-EY65E4W4.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-JGSATYRQ.js";
4
+ } from "./chunk-EY65E4W4.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-44VEN7QY.js";
6
- import "./chunk-W5REEMZT.js";
5
+ } from "./chunk-NJQYWIDJ.js";
6
+ import "./chunk-5YLGNW2B.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-JGSATYRQ.js";
8
+ import "./chunk-EY65E4W4.js";
9
9
  export {
10
10
  findMostSimilarMemento,
11
11
  getRelevantMementos
@@ -139,7 +139,7 @@ import {
139
139
  validateUrlForFetch,
140
140
  warmUpSettingsCache,
141
141
  withRetry
142
- } from "./chunk-W5REEMZT.js";
142
+ } from "./chunk-5YLGNW2B.js";
143
143
  import {
144
144
  Logger,
145
145
  NotificationDeduplicator,
@@ -152,7 +152,7 @@ import {
152
152
  buildRateLimitLogEntry,
153
153
  isNearLimit,
154
154
  parseRateLimitHeaders
155
- } from "./chunk-JGSATYRQ.js";
155
+ } from "./chunk-EY65E4W4.js";
156
156
  export {
157
157
  AIVideoService,
158
158
  AWSBackend,
@@ -4,7 +4,6 @@ import {
4
4
  ALL_IMAGE_SIZES,
5
5
  API_SERVICE_GROUPS,
6
6
  APP_NAME,
7
- AdminSystemPromptCategory,
8
7
  AgileApi,
9
8
  AiEvents,
10
9
  ApiKeyEvents,
@@ -458,13 +457,12 @@ import {
458
457
  validateReactArtifactV2,
459
458
  validateSvgArtifactV2,
460
459
  wikiMarkupToAdf
461
- } from "./chunk-JGSATYRQ.js";
460
+ } from "./chunk-EY65E4W4.js";
462
461
  export {
463
462
  ALL_IMAGE_MODELS,
464
463
  ALL_IMAGE_SIZES,
465
464
  API_SERVICE_GROUPS,
466
465
  APP_NAME,
467
- AdminSystemPromptCategory,
468
466
  AgileApi,
469
467
  AiEvents,
470
468
  ApiKeyEvents,
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-AFZFZ4GP.js";
6
- import "./chunk-W5REEMZT.js";
5
+ } from "./chunk-LJG44UT3.js";
6
+ import "./chunk-5YLGNW2B.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-JGSATYRQ.js";
8
+ import "./chunk-EY65E4W4.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.37-feat-system-prompt-admin.20083+143e679a8",
3
+ "version": "0.2.37-fix-cli-missing-runtime-deps.20082+1431dd9b8",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -71,10 +71,13 @@
71
71
  "diff": "^8.0.2",
72
72
  "dotenv": "^16.3.1",
73
73
  "eventsource-parser": "^3.0.6",
74
+ "fdir": "^6.5.0",
74
75
  "file-type": "^18.7.0",
75
76
  "fuse.js": "^7.1.0",
77
+ "fzf": "^0.5.2",
76
78
  "glob": "^13.0.0",
77
79
  "gray-matter": "^4.0.3",
80
+ "ignore": "^7.0.5",
78
81
  "ink": "^6.5.1",
79
82
  "ink-select-input": "^6.2.0",
80
83
  "ink-spinner": "^5.0.0",
@@ -111,10 +114,10 @@
111
114
  },
112
115
  "devDependencies": {
113
116
  "@bike4mind/agents": "0.1.0",
114
- "@bike4mind/common": "2.58.1-feat-system-prompt-admin.20083+143e679a8",
115
- "@bike4mind/mcp": "1.32.6-feat-system-prompt-admin.20083+143e679a8",
116
- "@bike4mind/services": "2.54.2-feat-system-prompt-admin.20083+143e679a8",
117
- "@bike4mind/utils": "2.11.1-feat-system-prompt-admin.20083+143e679a8",
117
+ "@bike4mind/common": "2.58.1-fix-cli-missing-runtime-deps.20082+1431dd9b8",
118
+ "@bike4mind/mcp": "1.32.6-fix-cli-missing-runtime-deps.20082+1431dd9b8",
119
+ "@bike4mind/services": "2.54.2-fix-cli-missing-runtime-deps.20082+1431dd9b8",
120
+ "@bike4mind/utils": "2.11.1-fix-cli-missing-runtime-deps.20082+1431dd9b8",
118
121
  "@types/better-sqlite3": "^7.6.13",
119
122
  "@types/diff": "^5.0.9",
120
123
  "@types/jsonwebtoken": "^9.0.4",
@@ -123,9 +126,6 @@
123
126
  "@types/react": "^19.2.7",
124
127
  "@types/uuid": "^9.0.7",
125
128
  "@types/yargs": "^17.0.32",
126
- "fdir": "^6.5.0",
127
- "fzf": "^0.5.2",
128
- "ignore": "^7.0.5",
129
129
  "ink-testing-library": "^4.0.0",
130
130
  "tsup": "^8.5.1",
131
131
  "tsx": "^4.21.0",
@@ -135,5 +135,5 @@
135
135
  "optionalDependencies": {
136
136
  "@vscode/ripgrep": "^1.17.0"
137
137
  },
138
- "gitHead": "143e679a8791b79753b2eeb53b9d87ecf2204378"
138
+ "gitHead": "1431dd9b8e585ca846302da45162bb231aa6023b"
139
139
  }