@bike4mind/cli 0.2.36 → 0.2.37-feat-system-prompt-admin.20083

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-EY65E4W4.js";
4
+ } from "./chunk-JGSATYRQ.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.36",
6
+ version: "0.2.37-feat-system-prompt-admin.20083+143e679a8",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -114,10 +114,10 @@ var package_default = {
114
114
  },
115
115
  devDependencies: {
116
116
  "@bike4mind/agents": "0.1.0",
117
- "@bike4mind/common": "2.58.0",
118
- "@bike4mind/mcp": "1.32.5",
119
- "@bike4mind/services": "2.54.1",
120
- "@bike4mind/utils": "2.11.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",
121
121
  "@types/better-sqlite3": "^7.6.13",
122
122
  "@types/diff": "^5.0.9",
123
123
  "@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: "06f1ccd1ed28502c0fd1de725763584658e9c014"
141
+ gitHead: "143e679a8791b79753b2eeb53b9d87ecf2204378"
142
142
  };
143
143
 
144
144
  // src/utils/updateChecker.ts
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-5YLGNW2B.js";
9
+ } from "./chunk-W5REEMZT.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-EY65E4W4.js";
14
+ } from "./chunk-JGSATYRQ.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-5YLGNW2B.js";
5
+ } from "./chunk-W5REEMZT.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-EY65E4W4.js";
16
+ } from "./chunk-JGSATYRQ.js";
17
17
 
18
18
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
19
19
  import { z } from "zod";
@@ -7,11 +7,11 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-5YLGNW2B.js";
10
+ } from "./chunk-W5REEMZT.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-EY65E4W4.js";
14
+ } from "./chunk-JGSATYRQ.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/fabFileService/create.js
17
17
  import { z } from "zod";
@@ -1130,6 +1130,17 @@ 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
+
1133
1144
  // ../../b4m-core/packages/common/dist/src/types/common.js
1134
1145
  var SupportedFabFileMimeTypes;
1135
1146
  (function(SupportedFabFileMimeTypes2) {
@@ -10473,6 +10484,7 @@ export {
10473
10484
  WebhookAuditStatus,
10474
10485
  COMMON_JIRA_WEBHOOK_EVENTS,
10475
10486
  JiraWebhookDeliveryStatus,
10487
+ AdminSystemPromptCategory,
10476
10488
  SupportedFabFileMimeTypes,
10477
10489
  REASONING_EFFORT_LABELS,
10478
10490
  REASONING_EFFORT_DESCRIPTIONS,
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ChatModels
4
- } from "./chunk-EY65E4W4.js";
4
+ } from "./chunk-JGSATYRQ.js";
5
5
  import {
6
6
  DEFAULT_SANDBOX_CONFIG
7
7
  } from "./chunk-4BIBE3J7.js";
@@ -19,7 +19,7 @@ import {
19
19
  dayjsConfig_default,
20
20
  extractSnippetMeta,
21
21
  settingsMap
22
- } from "./chunk-EY65E4W4.js";
22
+ } from "./chunk-JGSATYRQ.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";
@@ -4,7 +4,7 @@ import {
4
4
  getOpenWeatherKey,
5
5
  getSerperKey,
6
6
  getWolframAlphaKey
7
- } from "./chunk-NJQYWIDJ.js";
7
+ } from "./chunk-44VEN7QY.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-5YLGNW2B.js";
19
+ } from "./chunk-W5REEMZT.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-H7RVLAQD.js";
26
+ } from "./chunk-VSZJ7FSP.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-EY65E4W4.js";
83
+ } from "./chunk-JGSATYRQ.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-HEUKY54H.js";
6
+ } from "../chunk-2MKWNOXC.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-XIB66EG7.js";
39
+ } from "../chunk-XB5FEWRO.js";
40
40
  import "../chunk-BDQBOLYG.js";
41
- import "../chunk-NJQYWIDJ.js";
41
+ import "../chunk-44VEN7QY.js";
42
42
  import "../chunk-GQGOWACU.js";
43
- import "../chunk-LJG44UT3.js";
44
- import "../chunk-AOP6RYDY.js";
45
- import "../chunk-5YLGNW2B.js";
43
+ import "../chunk-AFZFZ4GP.js";
44
+ import "../chunk-FFMYZ7QV.js";
45
+ import "../chunk-W5REEMZT.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-H7RVLAQD.js";
52
- import "../chunk-EY65E4W4.js";
51
+ } from "../chunk-VSZJ7FSP.js";
52
+ import "../chunk-JGSATYRQ.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-H7RVLAQD.js";
5
- import "../chunk-EY65E4W4.js";
4
+ } from "../chunk-VSZJ7FSP.js";
5
+ import "../chunk-JGSATYRQ.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-HEUKY54H.js";
5
+ } from "../chunk-2MKWNOXC.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-AOP6RYDY.js";
6
- import "./chunk-5YLGNW2B.js";
5
+ } from "./chunk-FFMYZ7QV.js";
6
+ import "./chunk-W5REEMZT.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-EY65E4W4.js";
8
+ import "./chunk-JGSATYRQ.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-XIB66EG7.js";
49
+ } from "./chunk-XB5FEWRO.js";
50
50
  import "./chunk-BDQBOLYG.js";
51
- import "./chunk-NJQYWIDJ.js";
51
+ import "./chunk-44VEN7QY.js";
52
52
  import "./chunk-GQGOWACU.js";
53
- import "./chunk-LJG44UT3.js";
54
- import "./chunk-AOP6RYDY.js";
55
- import "./chunk-5YLGNW2B.js";
53
+ import "./chunk-AFZFZ4GP.js";
54
+ import "./chunk-FFMYZ7QV.js";
55
+ import "./chunk-W5REEMZT.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-H7RVLAQD.js";
61
+ } from "./chunk-VSZJ7FSP.js";
62
62
  import {
63
63
  checkForUpdate,
64
64
  package_default
65
- } from "./chunk-HEUKY54H.js";
65
+ } from "./chunk-2MKWNOXC.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-EY65E4W4.js";
73
+ } from "./chunk-JGSATYRQ.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-EY65E4W4.js";
4
+ } from "./chunk-JGSATYRQ.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-EY65E4W4.js";
4
+ } from "./chunk-JGSATYRQ.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-NJQYWIDJ.js";
6
- import "./chunk-5YLGNW2B.js";
5
+ } from "./chunk-44VEN7QY.js";
6
+ import "./chunk-W5REEMZT.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-EY65E4W4.js";
8
+ import "./chunk-JGSATYRQ.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-5YLGNW2B.js";
142
+ } from "./chunk-W5REEMZT.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-EY65E4W4.js";
155
+ } from "./chunk-JGSATYRQ.js";
156
156
  export {
157
157
  AIVideoService,
158
158
  AWSBackend,
@@ -4,6 +4,7 @@ import {
4
4
  ALL_IMAGE_SIZES,
5
5
  API_SERVICE_GROUPS,
6
6
  APP_NAME,
7
+ AdminSystemPromptCategory,
7
8
  AgileApi,
8
9
  AiEvents,
9
10
  ApiKeyEvents,
@@ -457,12 +458,13 @@ import {
457
458
  validateReactArtifactV2,
458
459
  validateSvgArtifactV2,
459
460
  wikiMarkupToAdf
460
- } from "./chunk-EY65E4W4.js";
461
+ } from "./chunk-JGSATYRQ.js";
461
462
  export {
462
463
  ALL_IMAGE_MODELS,
463
464
  ALL_IMAGE_SIZES,
464
465
  API_SERVICE_GROUPS,
465
466
  APP_NAME,
467
+ AdminSystemPromptCategory,
466
468
  AgileApi,
467
469
  AiEvents,
468
470
  ApiKeyEvents,
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-LJG44UT3.js";
6
- import "./chunk-5YLGNW2B.js";
5
+ } from "./chunk-AFZFZ4GP.js";
6
+ import "./chunk-W5REEMZT.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-EY65E4W4.js";
8
+ import "./chunk-JGSATYRQ.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.36",
3
+ "version": "0.2.37-feat-system-prompt-admin.20083+143e679a8",
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.58.0",
115
- "@bike4mind/mcp": "1.32.5",
116
- "@bike4mind/services": "2.54.1",
117
- "@bike4mind/utils": "2.11.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",
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": "06f1ccd1ed28502c0fd1de725763584658e9c014"
138
+ "gitHead": "143e679a8791b79753b2eeb53b9d87ecf2204378"
139
139
  }