@bike4mind/cli 0.2.30-feat-quantum-optimize-architecture.19212 → 0.2.30-feat-quantum-optimize-architecture.19214
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.
- package/dist/{artifactExtractor-32UT6LCJ.js → artifactExtractor-CS55E2OV.js} +1 -1
- package/dist/{chunk-KKZY4BRH.js → chunk-76PQJAL6.js} +2 -2
- package/dist/{chunk-TSB6M7IB.js → chunk-EAV6QGEH.js} +1 -1
- package/dist/{chunk-Z3I7SVZ6.js → chunk-K7IPBGPF.js} +2 -2
- package/dist/{chunk-DUEP3HCS.js → chunk-LTUWHXKW.js} +14 -1
- package/dist/{chunk-VRGHGJAL.js → chunk-UBNX4HGM.js} +2 -2
- package/dist/{create-GWZUB27T.js → create-DQDP6C3S.js} +3 -3
- package/dist/index.js +11 -11
- package/dist/{llmMarkdownGenerator-B23C23LK.js → llmMarkdownGenerator-MHN4ZURV.js} +1 -1
- package/dist/{markdownGenerator-XAWABETH.js → markdownGenerator-3EFJLW43.js} +1 -1
- package/dist/{mementoService-3VASE5H2.js → mementoService-VSRWN4FH.js} +3 -3
- package/dist/{src-BFBWKNAI.js → src-JEMVBUCF.js} +1 -1
- package/dist/{src-MCOAMTTD.js → src-JVU25NYJ.js} +2 -2
- package/dist/{subtractCredits-RBXIX27T.js → subtractCredits-IDA65HCR.js} +3 -3
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-LTUWHXKW.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;
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-EAV6QGEH.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-LTUWHXKW.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-
|
|
5
|
+
} from "./chunk-EAV6QGEH.js";
|
|
6
6
|
import {
|
|
7
7
|
CompletionApiUsageTransaction,
|
|
8
8
|
GenericCreditDeductTransaction,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
TextGenerationUsageTransaction,
|
|
13
13
|
TransferCreditTransaction,
|
|
14
14
|
VideoGenerationUsageTransaction
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-LTUWHXKW.js";
|
|
16
16
|
|
|
17
17
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
18
18
|
import { z } from "zod";
|
|
@@ -2472,6 +2472,8 @@ var SettingKeySchema = z21.enum([
|
|
|
2472
2472
|
"liveopsTriageConfig",
|
|
2473
2473
|
// HELP CENTER SETTINGS
|
|
2474
2474
|
"EnableHelpChat",
|
|
2475
|
+
// B4M PI SETTINGS
|
|
2476
|
+
"EnableBmPi",
|
|
2475
2477
|
// QUANTUM CANVASSER SETTINGS
|
|
2476
2478
|
"EnableQuantumCanvasser"
|
|
2477
2479
|
]);
|
|
@@ -2895,7 +2897,8 @@ var API_SERVICE_GROUPS = {
|
|
|
2895
2897
|
{ key: "McpToolFilteringMaxTools", order: 16 },
|
|
2896
2898
|
{ key: "EnableParallelToolExecution", order: 17 },
|
|
2897
2899
|
{ key: "EnableHelpChat", order: 18 },
|
|
2898
|
-
{ key: "
|
|
2900
|
+
{ key: "EnableBmPi", order: 19 },
|
|
2901
|
+
{ key: "EnableQuantumCanvasser", order: 20 }
|
|
2899
2902
|
]
|
|
2900
2903
|
},
|
|
2901
2904
|
NOTEBOOK: {
|
|
@@ -4086,6 +4089,16 @@ var settingsMap = {
|
|
|
4086
4089
|
group: API_SERVICE_GROUPS.EXPERIMENTAL.id,
|
|
4087
4090
|
order: 17
|
|
4088
4091
|
}),
|
|
4092
|
+
// B4M Pi (Project Intelligence) Settings
|
|
4093
|
+
EnableBmPi: makeBooleanSetting({
|
|
4094
|
+
key: "EnableBmPi",
|
|
4095
|
+
name: "Enable B4M Pi",
|
|
4096
|
+
defaultValue: true,
|
|
4097
|
+
description: "Enable the B4M Pi (Project Intelligence) module for repository analysis, task scheduling, and team activity dashboards.",
|
|
4098
|
+
category: "Experimental",
|
|
4099
|
+
group: API_SERVICE_GROUPS.EXPERIMENTAL.id,
|
|
4100
|
+
order: 18
|
|
4101
|
+
}),
|
|
4089
4102
|
// Optimization Canvasser Settings
|
|
4090
4103
|
EnableQuantumCanvasser: makeBooleanSetting({
|
|
4091
4104
|
key: "EnableQuantumCanvasser",
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-EAV6QGEH.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-LTUWHXKW.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/fabFileService/create.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
createFabFile,
|
|
4
4
|
createFabFileSchema
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-UBNX4HGM.js";
|
|
6
|
+
import "./chunk-EAV6QGEH.js";
|
|
7
|
+
import "./chunk-LTUWHXKW.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
getEffectiveApiKey,
|
|
6
6
|
getOpenWeatherKey,
|
|
7
7
|
getSerperKey
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-76PQJAL6.js";
|
|
9
9
|
import "./chunk-RUI6HNLO.js";
|
|
10
10
|
import {
|
|
11
11
|
ConfigStore,
|
|
@@ -15,8 +15,8 @@ import {
|
|
|
15
15
|
selectActiveBackgroundAgents,
|
|
16
16
|
useCliStore
|
|
17
17
|
} from "./chunk-TVW4ZESU.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-K7IPBGPF.js";
|
|
19
|
+
import "./chunk-UBNX4HGM.js";
|
|
20
20
|
import {
|
|
21
21
|
BFLImageService,
|
|
22
22
|
BaseStorage,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
OpenAIBackend,
|
|
29
29
|
OpenAIImageService,
|
|
30
30
|
XAIImageService
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-EAV6QGEH.js";
|
|
32
32
|
import {
|
|
33
33
|
AiEvents,
|
|
34
34
|
ApiKeyEvents,
|
|
@@ -86,7 +86,7 @@ import {
|
|
|
86
86
|
getMcpProviderMetadata,
|
|
87
87
|
getViewById,
|
|
88
88
|
resolveNavigationIntents
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-LTUWHXKW.js";
|
|
90
90
|
import {
|
|
91
91
|
Logger
|
|
92
92
|
} from "./chunk-OCYRD7D6.js";
|
|
@@ -15894,7 +15894,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
15894
15894
|
// package.json
|
|
15895
15895
|
var package_default = {
|
|
15896
15896
|
name: "@bike4mind/cli",
|
|
15897
|
-
version: "0.2.30-feat-quantum-optimize-architecture.
|
|
15897
|
+
version: "0.2.30-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
15898
15898
|
type: "module",
|
|
15899
15899
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
15900
15900
|
license: "UNLICENSED",
|
|
@@ -16008,10 +16008,10 @@ var package_default = {
|
|
|
16008
16008
|
},
|
|
16009
16009
|
devDependencies: {
|
|
16010
16010
|
"@bike4mind/agents": "0.1.0",
|
|
16011
|
-
"@bike4mind/common": "2.51.1-feat-quantum-optimize-architecture.
|
|
16012
|
-
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.
|
|
16013
|
-
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.
|
|
16014
|
-
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.
|
|
16011
|
+
"@bike4mind/common": "2.51.1-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
16012
|
+
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
16013
|
+
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
16014
|
+
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
16015
16015
|
"@types/better-sqlite3": "^7.6.13",
|
|
16016
16016
|
"@types/diff": "^5.0.9",
|
|
16017
16017
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -16029,7 +16029,7 @@ var package_default = {
|
|
|
16029
16029
|
optionalDependencies: {
|
|
16030
16030
|
"@vscode/ripgrep": "^1.17.0"
|
|
16031
16031
|
},
|
|
16032
|
-
gitHead: "
|
|
16032
|
+
gitHead: "868a3e394d94279a6b218799bab9f4309dcfb201"
|
|
16033
16033
|
};
|
|
16034
16034
|
|
|
16035
16035
|
// src/config/constants.ts
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-76PQJAL6.js";
|
|
6
|
+
import "./chunk-EAV6QGEH.js";
|
|
7
|
+
import "./chunk-LTUWHXKW.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -134,12 +134,12 @@ import {
|
|
|
134
134
|
validateMermaidSyntax,
|
|
135
135
|
warmUpSettingsCache,
|
|
136
136
|
withRetry
|
|
137
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-EAV6QGEH.js";
|
|
138
138
|
import {
|
|
139
139
|
buildRateLimitLogEntry,
|
|
140
140
|
isNearLimit,
|
|
141
141
|
parseRateLimitHeaders
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-LTUWHXKW.js";
|
|
143
143
|
import {
|
|
144
144
|
Logger,
|
|
145
145
|
NotificationDeduplicator,
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-K7IPBGPF.js";
|
|
6
|
+
import "./chunk-EAV6QGEH.js";
|
|
7
|
+
import "./chunk-LTUWHXKW.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-feat-quantum-optimize-architecture.
|
|
3
|
+
"version": "0.2.30-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
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.51.1-feat-quantum-optimize-architecture.
|
|
118
|
-
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.
|
|
119
|
-
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.
|
|
120
|
-
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.
|
|
117
|
+
"@bike4mind/common": "2.51.1-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
118
|
+
"@bike4mind/mcp": "1.30.1-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
119
|
+
"@bike4mind/services": "2.49.1-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
120
|
+
"@bike4mind/utils": "2.6.1-feat-quantum-optimize-architecture.19214+868a3e394",
|
|
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": "
|
|
138
|
+
"gitHead": "868a3e394d94279a6b218799bab9f4309dcfb201"
|
|
139
139
|
}
|