@bike4mind/cli 0.2.15 → 0.2.16-feat-system-secrets-gui-override.17592
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/ImageStore-MMUOUPI2.js +0 -0
- package/dist/{artifactExtractor-EEX5G4EB.js → artifactExtractor-RORSMK67.js} +1 -1
- package/dist/{chunk-I3CPL4SJ.js → chunk-6ZNT7RKM.js} +2 -2
- package/dist/chunk-BDQBOLYG.js +0 -0
- package/dist/chunk-BPFEGDC7.js +0 -0
- package/dist/chunk-FFJX3FF3.js +0 -0
- package/dist/{chunk-LL5J3SVB.js → chunk-I6U5MUDW.js} +13 -0
- package/dist/{chunk-O7G3G3FD.js → chunk-K7JH5H6J.js} +2 -2
- package/dist/{chunk-ECSELHYP.js → chunk-LUWFL5GG.js} +2 -2
- package/dist/chunk-OCYRD7D6.js +0 -0
- package/dist/{chunk-M2CSCYOY.js → chunk-V4PKLCRM.js} +1 -1
- package/dist/commands/mcpCommand.js +0 -0
- package/dist/{create-2DJZDMFQ.js → create-4IB2YS3K.js} +3 -3
- package/dist/formatConverter-5QEJDW24.js +0 -0
- package/dist/index.js +13 -12
- package/dist/{llmMarkdownGenerator-SRA436DB.js → llmMarkdownGenerator-SZSEHNDQ.js} +1 -1
- package/dist/{markdownGenerator-E7F5GFPO.js → markdownGenerator-F6ZZBHCO.js} +1 -1
- package/dist/{mementoService-2WXW5352.js → mementoService-RDVGK3DA.js} +3 -3
- package/dist/notificationDeduplicator-UTHJHMSZ.js +0 -0
- package/dist/{src-K45DVAW4.js → src-S5IIWZCD.js} +2 -2
- package/dist/{src-3MJEHI5W.js → src-SA6BYPBH.js} +3 -1
- package/dist/{subtractCredits-OHI7VBH3.js → subtractCredits-BALK3NR6.js} +3 -3
- package/dist/utils-JCHWDM4Z.js +0 -0
- package/package.json +19 -17
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-I6U5MUDW.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;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
BadRequestError,
|
|
4
4
|
secureParameters
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-V4PKLCRM.js";
|
|
6
6
|
import {
|
|
7
7
|
CompletionApiUsageTransaction,
|
|
8
8
|
GenericCreditDeductTransaction,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
RealtimeVoiceUsageTransaction,
|
|
12
12
|
TextGenerationUsageTransaction,
|
|
13
13
|
TransferCreditTransaction
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-I6U5MUDW.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
17
17
|
import { z } from "zod";
|
package/dist/chunk-BDQBOLYG.js
CHANGED
|
File without changes
|
package/dist/chunk-BPFEGDC7.js
CHANGED
|
File without changes
|
package/dist/chunk-FFJX3FF3.js
CHANGED
|
File without changes
|
|
@@ -810,6 +810,18 @@ var RapidReplyResponseStylesCommon = ["auto", "casual", "professional", "code"];
|
|
|
810
810
|
var RapidReplyTransitionModes = ["replace", "append", "enhance"];
|
|
811
811
|
var RapidReplyFallbackBehaviors = ["disable", "continue", "notify"];
|
|
812
812
|
|
|
813
|
+
// ../../b4m-core/packages/common/dist/src/types/entities/SystemSecretsTypes.js
|
|
814
|
+
var SecretAuditEvents;
|
|
815
|
+
(function(SecretAuditEvents2) {
|
|
816
|
+
SecretAuditEvents2["SECRET_CREATED"] = "SECRET_CREATED";
|
|
817
|
+
SecretAuditEvents2["SECRET_ACCESSED"] = "SECRET_ACCESSED";
|
|
818
|
+
SecretAuditEvents2["SECRET_MODIFIED"] = "SECRET_MODIFIED";
|
|
819
|
+
SecretAuditEvents2["SECRET_ROTATED"] = "SECRET_ROTATED";
|
|
820
|
+
SecretAuditEvents2["SECRET_DELETED"] = "SECRET_DELETED";
|
|
821
|
+
SecretAuditEvents2["INVALID_KEY_DETECTED"] = "INVALID_KEY_DETECTED";
|
|
822
|
+
SecretAuditEvents2["DECRYPTION_FAILED"] = "DECRYPTION_FAILED";
|
|
823
|
+
})(SecretAuditEvents || (SecretAuditEvents = {}));
|
|
824
|
+
|
|
813
825
|
// ../../b4m-core/packages/common/dist/src/types/common.js
|
|
814
826
|
var SupportedFabFileMimeTypes;
|
|
815
827
|
(function(SupportedFabFileMimeTypes2) {
|
|
@@ -6239,6 +6251,7 @@ export {
|
|
|
6239
6251
|
RapidReplyResponseStylesCommon,
|
|
6240
6252
|
RapidReplyTransitionModes,
|
|
6241
6253
|
RapidReplyFallbackBehaviors,
|
|
6254
|
+
SecretAuditEvents,
|
|
6242
6255
|
SupportedFabFileMimeTypes,
|
|
6243
6256
|
CODE_FILE_MIME_TYPES,
|
|
6244
6257
|
DataSubscribeRequestAction,
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-V4PKLCRM.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-I6U5MUDW.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-
|
|
9
|
+
} from "./chunk-V4PKLCRM.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-I6U5MUDW.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
package/dist/chunk-OCYRD7D6.js
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -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-K7JH5H6J.js";
|
|
6
|
+
import "./chunk-V4PKLCRM.js";
|
|
7
|
+
import "./chunk-I6U5MUDW.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|
|
File without changes
|
package/dist/index.js
CHANGED
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
getEffectiveApiKey,
|
|
5
5
|
getOpenWeatherKey,
|
|
6
6
|
getSerperKey
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LUWFL5GG.js";
|
|
8
8
|
import {
|
|
9
9
|
ConfigStore
|
|
10
10
|
} from "./chunk-FFJX3FF3.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-6ZNT7RKM.js";
|
|
12
|
+
import "./chunk-K7JH5H6J.js";
|
|
13
13
|
import {
|
|
14
14
|
BFLImageService,
|
|
15
15
|
BaseStorage,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
OpenAIBackend,
|
|
22
22
|
OpenAIImageService,
|
|
23
23
|
XAIImageService
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-V4PKLCRM.js";
|
|
25
25
|
import {
|
|
26
26
|
AiEvents,
|
|
27
27
|
ApiKeyEvents,
|
|
@@ -75,7 +75,7 @@ import {
|
|
|
75
75
|
XAI_IMAGE_MODELS,
|
|
76
76
|
b4mLLMTools,
|
|
77
77
|
getMcpProviderMetadata
|
|
78
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-I6U5MUDW.js";
|
|
79
79
|
import {
|
|
80
80
|
Logger
|
|
81
81
|
} from "./chunk-OCYRD7D6.js";
|
|
@@ -11430,7 +11430,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
11430
11430
|
// package.json
|
|
11431
11431
|
var package_default = {
|
|
11432
11432
|
name: "@bike4mind/cli",
|
|
11433
|
-
version: "0.2.
|
|
11433
|
+
version: "0.2.16-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
11434
11434
|
type: "module",
|
|
11435
11435
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
11436
11436
|
license: "UNLICENSED",
|
|
@@ -11536,11 +11536,11 @@ var package_default = {
|
|
|
11536
11536
|
zustand: "^4.5.4"
|
|
11537
11537
|
},
|
|
11538
11538
|
devDependencies: {
|
|
11539
|
-
"@bike4mind/agents": "
|
|
11540
|
-
"@bike4mind/common": "
|
|
11541
|
-
"@bike4mind/mcp": "
|
|
11542
|
-
"@bike4mind/services": "
|
|
11543
|
-
"@bike4mind/utils": "
|
|
11539
|
+
"@bike4mind/agents": "0.1.0",
|
|
11540
|
+
"@bike4mind/common": "2.42.2-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
11541
|
+
"@bike4mind/mcp": "1.22.2-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
11542
|
+
"@bike4mind/services": "2.39.1-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
11543
|
+
"@bike4mind/utils": "2.1.10-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
11544
11544
|
"@types/better-sqlite3": "^7.6.13",
|
|
11545
11545
|
"@types/diff": "^5.0.9",
|
|
11546
11546
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -11553,7 +11553,8 @@ var package_default = {
|
|
|
11553
11553
|
tsx: "^4.21.0",
|
|
11554
11554
|
typescript: "^5.9.3",
|
|
11555
11555
|
vitest: "^3.2.4"
|
|
11556
|
-
}
|
|
11556
|
+
},
|
|
11557
|
+
gitHead: "90eebe1ddb3245453e1788d442e142d07e5ecfdc"
|
|
11557
11558
|
};
|
|
11558
11559
|
|
|
11559
11560
|
// 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-LUWFL5GG.js";
|
|
6
|
+
import "./chunk-V4PKLCRM.js";
|
|
7
|
+
import "./chunk-I6U5MUDW.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
File without changes
|
|
@@ -127,8 +127,8 @@ import {
|
|
|
127
127
|
validateMermaidSyntax,
|
|
128
128
|
warmUpSettingsCache,
|
|
129
129
|
withRetry
|
|
130
|
-
} from "./chunk-
|
|
131
|
-
import "./chunk-
|
|
130
|
+
} from "./chunk-V4PKLCRM.js";
|
|
131
|
+
import "./chunk-I6U5MUDW.js";
|
|
132
132
|
import {
|
|
133
133
|
Logger,
|
|
134
134
|
NotificationDeduplicator,
|
|
@@ -182,6 +182,7 @@ import {
|
|
|
182
182
|
SETTING_TABS,
|
|
183
183
|
SPEECH_TO_TEXT_MODELS,
|
|
184
184
|
SSE_DONE_SIGNAL,
|
|
185
|
+
SecretAuditEvents,
|
|
185
186
|
ServerStatusEnum,
|
|
186
187
|
SessionCreatedAction,
|
|
187
188
|
SessionEvents,
|
|
@@ -297,7 +298,7 @@ import {
|
|
|
297
298
|
validateReactArtifactV2,
|
|
298
299
|
validateSvgArtifactV2,
|
|
299
300
|
wikiMarkupToAdf
|
|
300
|
-
} from "./chunk-
|
|
301
|
+
} from "./chunk-I6U5MUDW.js";
|
|
301
302
|
export {
|
|
302
303
|
ALL_IMAGE_MODELS,
|
|
303
304
|
ALL_IMAGE_SIZES,
|
|
@@ -481,6 +482,7 @@ export {
|
|
|
481
482
|
SETTING_TABS,
|
|
482
483
|
SPEECH_TO_TEXT_MODELS,
|
|
483
484
|
SSE_DONE_SIGNAL,
|
|
485
|
+
SecretAuditEvents,
|
|
484
486
|
ServerStatusEnum,
|
|
485
487
|
SessionCreatedAction,
|
|
486
488
|
SessionEvents,
|
|
@@ -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-6ZNT7RKM.js";
|
|
6
|
+
import "./chunk-V4PKLCRM.js";
|
|
7
|
+
import "./chunk-I6U5MUDW.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
SubtractCreditsSchema,
|
package/dist/utils-JCHWDM4Z.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -30,6 +30,16 @@
|
|
|
30
30
|
"dist",
|
|
31
31
|
"bin"
|
|
32
32
|
],
|
|
33
|
+
"scripts": {
|
|
34
|
+
"dev": "tsx src/index.tsx",
|
|
35
|
+
"build": "tsup",
|
|
36
|
+
"typecheck": "tsc --noEmit",
|
|
37
|
+
"test": "vitest run",
|
|
38
|
+
"test:watch": "vitest",
|
|
39
|
+
"start": "node dist/index.js",
|
|
40
|
+
"prepublishOnly": "pnpm build",
|
|
41
|
+
"postinstall": "node -e \"try { require('better-sqlite3') } catch(e) { if(e.message.includes('bindings')) { console.log('\\n⚠️ Rebuilding better-sqlite3 native bindings...'); require('child_process').execSync('pnpm rebuild better-sqlite3', {stdio:'inherit'}) } }\""
|
|
42
|
+
},
|
|
33
43
|
"dependencies": {
|
|
34
44
|
"@anthropic-ai/sdk": "^0.22.0",
|
|
35
45
|
"@aws-sdk/client-apigatewaymanagementapi": "3.654.0",
|
|
@@ -96,6 +106,11 @@
|
|
|
96
106
|
"zustand": "^4.5.4"
|
|
97
107
|
},
|
|
98
108
|
"devDependencies": {
|
|
109
|
+
"@bike4mind/agents": "0.1.0",
|
|
110
|
+
"@bike4mind/common": "2.42.2-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
111
|
+
"@bike4mind/mcp": "1.22.2-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
112
|
+
"@bike4mind/services": "2.39.1-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
113
|
+
"@bike4mind/utils": "2.1.10-feat-system-secrets-gui-override.17592+90eebe1dd",
|
|
99
114
|
"@types/better-sqlite3": "^7.6.13",
|
|
100
115
|
"@types/diff": "^5.0.9",
|
|
101
116
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -107,20 +122,7 @@
|
|
|
107
122
|
"tsup": "^8.5.1",
|
|
108
123
|
"tsx": "^4.21.0",
|
|
109
124
|
"typescript": "^5.9.3",
|
|
110
|
-
"vitest": "^3.2.4"
|
|
111
|
-
"@bike4mind/agents": "0.1.0",
|
|
112
|
-
"@bike4mind/common": "2.42.1",
|
|
113
|
-
"@bike4mind/mcp": "1.22.1",
|
|
114
|
-
"@bike4mind/services": "2.39.0",
|
|
115
|
-
"@bike4mind/utils": "2.1.9"
|
|
125
|
+
"vitest": "^3.2.4"
|
|
116
126
|
},
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
"build": "tsup",
|
|
120
|
-
"typecheck": "tsc --noEmit",
|
|
121
|
-
"test": "vitest run",
|
|
122
|
-
"test:watch": "vitest",
|
|
123
|
-
"start": "node dist/index.js",
|
|
124
|
-
"postinstall": "node -e \"try { require('better-sqlite3') } catch(e) { if(e.message.includes('bindings')) { console.log('\\n⚠️ Rebuilding better-sqlite3 native bindings...'); require('child_process').execSync('pnpm rebuild better-sqlite3', {stdio:'inherit'}) } }\""
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
+
"gitHead": "90eebe1ddb3245453e1788d442e142d07e5ecfdc"
|
|
128
|
+
}
|