@bike4mind/cli 0.2.19-feat-standardize-not-configured-placeholder.17811 → 0.2.19-feat-github-webhook-endpoint.17809
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-U6GJAE6G.js → artifactExtractor-6OWA6GIP.js} +1 -1
- package/dist/{chunk-ULZFVCWF.js → chunk-AZ7I44K7.js} +2 -2
- package/dist/{chunk-QCZXQAG2.js → chunk-D2RBSVLE.js} +0 -9
- package/dist/{chunk-VH7LUKHB.js → chunk-E4K7LPQC.js} +2 -2
- package/dist/{chunk-NZKTSLKK.js → chunk-GRCMDIFP.js} +1 -1
- package/dist/{chunk-HYYQLK34.js → chunk-KZNSOBD6.js} +2 -2
- package/dist/{create-AKITXWO2.js → create-WVVHEPCQ.js} +3 -3
- package/dist/index.js +11 -11
- package/dist/{llmMarkdownGenerator-5WWIRGDA.js → llmMarkdownGenerator-PYQLOSEU.js} +1 -1
- package/dist/{markdownGenerator-RJXVPLHF.js → markdownGenerator-LFZJI3XC.js} +1 -1
- package/dist/{mementoService-LFNNTI2F.js → mementoService-PUP3VFSA.js} +3 -3
- package/dist/{src-P2HXI7RB.js → src-CZKPMIOS.js} +1 -5
- package/dist/{src-PBF7O5IX.js → src-KALIUGCJ.js} +2 -2
- package/dist/{subtractCredits-UXANC662.js → subtractCredits-2HDKUWLJ.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-D2RBSVLE.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-GRCMDIFP.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-D2RBSVLE.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -814,13 +814,6 @@ var RapidReplyFallbackBehaviors = ["disable", "continue", "notify"];
|
|
|
814
814
|
|
|
815
815
|
// ../../b4m-core/packages/common/dist/src/types/entities/SystemSecretsTypes.js
|
|
816
816
|
var SST_PLACEHOLDER_VALUE = "my-secret-placeholder-value";
|
|
817
|
-
var NOT_CONFIGURED_PLACEHOLDER = "not-configured";
|
|
818
|
-
function isPlaceholderValue(value) {
|
|
819
|
-
if (!value)
|
|
820
|
-
return true;
|
|
821
|
-
const normalized = value.trim().toLowerCase();
|
|
822
|
-
return normalized === SST_PLACEHOLDER_VALUE.toLowerCase() || normalized === NOT_CONFIGURED_PLACEHOLDER.toLowerCase();
|
|
823
|
-
}
|
|
824
817
|
var SecretAuditEvents;
|
|
825
818
|
(function(SecretAuditEvents2) {
|
|
826
819
|
SecretAuditEvents2["SECRET_CREATED"] = "SECRET_CREATED";
|
|
@@ -6273,8 +6266,6 @@ export {
|
|
|
6273
6266
|
RapidReplyTransitionModes,
|
|
6274
6267
|
RapidReplyFallbackBehaviors,
|
|
6275
6268
|
SST_PLACEHOLDER_VALUE,
|
|
6276
|
-
NOT_CONFIGURED_PLACEHOLDER,
|
|
6277
|
-
isPlaceholderValue,
|
|
6278
6269
|
SecretAuditEvents,
|
|
6279
6270
|
SupportedFabFileMimeTypes,
|
|
6280
6271
|
CODE_FILE_MIME_TYPES,
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-GRCMDIFP.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-D2RBSVLE.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/fabFileService/create.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-GRCMDIFP.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-D2RBSVLE.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.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-E4K7LPQC.js";
|
|
6
|
+
import "./chunk-GRCMDIFP.js";
|
|
7
|
+
import "./chunk-D2RBSVLE.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|
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-AZ7I44K7.js";
|
|
8
8
|
import {
|
|
9
9
|
ConfigStore
|
|
10
10
|
} from "./chunk-FFJX3FF3.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-KZNSOBD6.js";
|
|
12
|
+
import "./chunk-E4K7LPQC.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-GRCMDIFP.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-D2RBSVLE.js";
|
|
79
79
|
import {
|
|
80
80
|
Logger
|
|
81
81
|
} from "./chunk-OCYRD7D6.js";
|
|
@@ -11563,7 +11563,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
11563
11563
|
// package.json
|
|
11564
11564
|
var package_default = {
|
|
11565
11565
|
name: "@bike4mind/cli",
|
|
11566
|
-
version: "0.2.19-feat-
|
|
11566
|
+
version: "0.2.19-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
11567
11567
|
type: "module",
|
|
11568
11568
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
11569
11569
|
license: "UNLICENSED",
|
|
@@ -11670,10 +11670,10 @@ var package_default = {
|
|
|
11670
11670
|
},
|
|
11671
11671
|
devDependencies: {
|
|
11672
11672
|
"@bike4mind/agents": "0.1.0",
|
|
11673
|
-
"@bike4mind/common": "2.43.1-feat-
|
|
11674
|
-
"@bike4mind/mcp": "1.23.1-feat-
|
|
11675
|
-
"@bike4mind/services": "2.41.2-feat-
|
|
11676
|
-
"@bike4mind/utils": "2.2.1-feat-
|
|
11673
|
+
"@bike4mind/common": "2.43.1-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
11674
|
+
"@bike4mind/mcp": "1.23.1-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
11675
|
+
"@bike4mind/services": "2.41.2-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
11676
|
+
"@bike4mind/utils": "2.2.1-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
11677
11677
|
"@types/better-sqlite3": "^7.6.13",
|
|
11678
11678
|
"@types/diff": "^5.0.9",
|
|
11679
11679
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -11690,7 +11690,7 @@ var package_default = {
|
|
|
11690
11690
|
optionalDependencies: {
|
|
11691
11691
|
"@vscode/ripgrep": "^1.17.0"
|
|
11692
11692
|
},
|
|
11693
|
-
gitHead: "
|
|
11693
|
+
gitHead: "f7b8becbd1ea101ceb0a0fe5463a370a6bb35ab5"
|
|
11694
11694
|
};
|
|
11695
11695
|
|
|
11696
11696
|
// 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-AZ7I44K7.js";
|
|
6
|
+
import "./chunk-GRCMDIFP.js";
|
|
7
|
+
import "./chunk-D2RBSVLE.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -126,7 +126,6 @@ import {
|
|
|
126
126
|
ModalEvents,
|
|
127
127
|
ModelBackend,
|
|
128
128
|
MultipleVendorSchema,
|
|
129
|
-
NOT_CONFIGURED_PLACEHOLDER,
|
|
130
129
|
NotebookCurationError,
|
|
131
130
|
NotebookCurationProgressUpdateAction,
|
|
132
131
|
OPENAI_GPT_IMAGE_1_IMAGE_SIZES,
|
|
@@ -265,7 +264,6 @@ import {
|
|
|
265
264
|
isDeletedArtifact,
|
|
266
265
|
isDraftArtifact,
|
|
267
266
|
isModelDeprecated,
|
|
268
|
-
isPlaceholderValue,
|
|
269
267
|
isPredefinedTag,
|
|
270
268
|
isPublicArtifact,
|
|
271
269
|
isPublishedArtifact,
|
|
@@ -301,7 +299,7 @@ import {
|
|
|
301
299
|
validateReactArtifactV2,
|
|
302
300
|
validateSvgArtifactV2,
|
|
303
301
|
wikiMarkupToAdf
|
|
304
|
-
} from "./chunk-
|
|
302
|
+
} from "./chunk-D2RBSVLE.js";
|
|
305
303
|
export {
|
|
306
304
|
ALL_IMAGE_MODELS,
|
|
307
305
|
ALL_IMAGE_SIZES,
|
|
@@ -429,7 +427,6 @@ export {
|
|
|
429
427
|
ModalEvents,
|
|
430
428
|
ModelBackend,
|
|
431
429
|
MultipleVendorSchema,
|
|
432
|
-
NOT_CONFIGURED_PLACEHOLDER,
|
|
433
430
|
NotebookCurationError,
|
|
434
431
|
NotebookCurationProgressUpdateAction,
|
|
435
432
|
OPENAI_GPT_IMAGE_1_IMAGE_SIZES,
|
|
@@ -568,7 +565,6 @@ export {
|
|
|
568
565
|
isDeletedArtifact,
|
|
569
566
|
isDraftArtifact,
|
|
570
567
|
isModelDeprecated,
|
|
571
|
-
isPlaceholderValue,
|
|
572
568
|
isPredefinedTag,
|
|
573
569
|
isPublicArtifact,
|
|
574
570
|
isPublishedArtifact,
|
|
@@ -129,8 +129,8 @@ import {
|
|
|
129
129
|
validateMermaidSyntax,
|
|
130
130
|
warmUpSettingsCache,
|
|
131
131
|
withRetry
|
|
132
|
-
} from "./chunk-
|
|
133
|
-
import "./chunk-
|
|
132
|
+
} from "./chunk-GRCMDIFP.js";
|
|
133
|
+
import "./chunk-D2RBSVLE.js";
|
|
134
134
|
import {
|
|
135
135
|
Logger,
|
|
136
136
|
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-KZNSOBD6.js";
|
|
6
|
+
import "./chunk-GRCMDIFP.js";
|
|
7
|
+
import "./chunk-D2RBSVLE.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.19-feat-
|
|
3
|
+
"version": "0.2.19-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@bike4mind/agents": "0.1.0",
|
|
110
|
-
"@bike4mind/common": "2.43.1-feat-
|
|
111
|
-
"@bike4mind/mcp": "1.23.1-feat-
|
|
112
|
-
"@bike4mind/services": "2.41.2-feat-
|
|
113
|
-
"@bike4mind/utils": "2.2.1-feat-
|
|
110
|
+
"@bike4mind/common": "2.43.1-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
111
|
+
"@bike4mind/mcp": "1.23.1-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
112
|
+
"@bike4mind/services": "2.41.2-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
113
|
+
"@bike4mind/utils": "2.2.1-feat-github-webhook-endpoint.17809+f7b8becbd",
|
|
114
114
|
"@types/better-sqlite3": "^7.6.13",
|
|
115
115
|
"@types/diff": "^5.0.9",
|
|
116
116
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"optionalDependencies": {
|
|
128
128
|
"@vscode/ripgrep": "^1.17.0"
|
|
129
129
|
},
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "f7b8becbd1ea101ceb0a0fe5463a370a6bb35ab5"
|
|
131
131
|
}
|