@bike4mind/cli 0.2.31-feat-github-service.19313 → 0.2.31-feat-github-service.19328
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-IYDCSF2D.js → artifactExtractor-E7E4Q7Y7.js} +1 -1
- package/dist/{chunk-AD2YR6JY.js → chunk-2LVXVL25.js} +2 -2
- package/dist/{chunk-PHKPK25Q.js → chunk-EOKQSYUJ.js} +2 -2
- package/dist/{chunk-ZHQE43SW.js → chunk-MM72FUS5.js} +1 -1
- package/dist/{chunk-CTPQZKLD.js → chunk-PEA7J7AM.js} +2 -2
- package/dist/{chunk-ZRSHZTEB.js → chunk-QTWM5QME.js} +10 -0
- package/dist/{create-NWXUMMQH.js → create-6R5L5RUS.js} +3 -3
- package/dist/index.js +11 -11
- package/dist/{llmMarkdownGenerator-LY45QAIW.js → llmMarkdownGenerator-S5OQFE6F.js} +1 -1
- package/dist/{markdownGenerator-HBVT3H23.js → markdownGenerator-UJ2YS3OU.js} +1 -1
- package/dist/{mementoService-RIVCYE5D.js → mementoService-WOYQJJCL.js} +3 -3
- package/dist/{src-QHCVBCSZ.js → src-K5UTXV7N.js} +3 -1
- package/dist/{src-CNGTKSTM.js → src-TTEEKG7T.js} +2 -2
- package/dist/{subtractCredits-QU34YNCX.js → subtractCredits-TI5GYRSM.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-QTWM5QME.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;
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-MM72FUS5.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QTWM5QME.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-MM72FUS5.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QTWM5QME.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-MM72FUS5.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-QTWM5QME.js";
|
|
16
16
|
|
|
17
17
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
18
18
|
import { z } from "zod";
|
|
@@ -1075,6 +1075,15 @@ var WebhookDeliveryStatus;
|
|
|
1075
1075
|
WebhookDeliveryStatus2["Pending"] = "pending";
|
|
1076
1076
|
})(WebhookDeliveryStatus || (WebhookDeliveryStatus = {}));
|
|
1077
1077
|
|
|
1078
|
+
// ../../b4m-core/packages/common/dist/src/types/entities/WebhookAuditLogTypes.js
|
|
1079
|
+
var WebhookAuditStatus;
|
|
1080
|
+
(function(WebhookAuditStatus2) {
|
|
1081
|
+
WebhookAuditStatus2["Received"] = "received";
|
|
1082
|
+
WebhookAuditStatus2["Processing"] = "processing";
|
|
1083
|
+
WebhookAuditStatus2["Completed"] = "completed";
|
|
1084
|
+
WebhookAuditStatus2["Failed"] = "failed";
|
|
1085
|
+
})(WebhookAuditStatus || (WebhookAuditStatus = {}));
|
|
1086
|
+
|
|
1078
1087
|
// ../../b4m-core/packages/common/dist/src/types/entities/JiraWebhookConfigTypes.js
|
|
1079
1088
|
var COMMON_JIRA_WEBHOOK_EVENTS = [
|
|
1080
1089
|
"jira:issue_created",
|
|
@@ -9424,6 +9433,7 @@ export {
|
|
|
9424
9433
|
isPlaceholderValue,
|
|
9425
9434
|
SecretAuditEvents,
|
|
9426
9435
|
WebhookDeliveryStatus,
|
|
9436
|
+
WebhookAuditStatus,
|
|
9427
9437
|
COMMON_JIRA_WEBHOOK_EVENTS,
|
|
9428
9438
|
JiraWebhookDeliveryStatus,
|
|
9429
9439
|
SupportedFabFileMimeTypes,
|
|
@@ -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-2LVXVL25.js";
|
|
6
|
+
import "./chunk-MM72FUS5.js";
|
|
7
|
+
import "./chunk-QTWM5QME.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-EOKQSYUJ.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-BYXFQJYT.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-PEA7J7AM.js";
|
|
19
|
+
import "./chunk-2LVXVL25.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-MM72FUS5.js";
|
|
32
32
|
import {
|
|
33
33
|
AiEvents,
|
|
34
34
|
ApiKeyEvents,
|
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
XAI_IMAGE_MODELS,
|
|
85
85
|
b4mLLMTools,
|
|
86
86
|
getMcpProviderMetadata
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-QTWM5QME.js";
|
|
88
88
|
import {
|
|
89
89
|
Logger
|
|
90
90
|
} from "./chunk-OCYRD7D6.js";
|
|
@@ -14701,7 +14701,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
14701
14701
|
// package.json
|
|
14702
14702
|
var package_default = {
|
|
14703
14703
|
name: "@bike4mind/cli",
|
|
14704
|
-
version: "0.2.31-feat-github-service.
|
|
14704
|
+
version: "0.2.31-feat-github-service.19328+02dca3cd6",
|
|
14705
14705
|
type: "module",
|
|
14706
14706
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
14707
14707
|
license: "UNLICENSED",
|
|
@@ -14812,10 +14812,10 @@ var package_default = {
|
|
|
14812
14812
|
},
|
|
14813
14813
|
devDependencies: {
|
|
14814
14814
|
"@bike4mind/agents": "0.1.0",
|
|
14815
|
-
"@bike4mind/common": "2.52.1-feat-github-service.
|
|
14816
|
-
"@bike4mind/mcp": "1.31.1-feat-github-service.
|
|
14817
|
-
"@bike4mind/services": "2.50.1-feat-github-service.
|
|
14818
|
-
"@bike4mind/utils": "2.7.1-feat-github-service.
|
|
14815
|
+
"@bike4mind/common": "2.52.1-feat-github-service.19328+02dca3cd6",
|
|
14816
|
+
"@bike4mind/mcp": "1.31.1-feat-github-service.19328+02dca3cd6",
|
|
14817
|
+
"@bike4mind/services": "2.50.1-feat-github-service.19328+02dca3cd6",
|
|
14818
|
+
"@bike4mind/utils": "2.7.1-feat-github-service.19328+02dca3cd6",
|
|
14819
14819
|
"@types/better-sqlite3": "^7.6.13",
|
|
14820
14820
|
"@types/diff": "^5.0.9",
|
|
14821
14821
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -14836,7 +14836,7 @@ var package_default = {
|
|
|
14836
14836
|
optionalDependencies: {
|
|
14837
14837
|
"@vscode/ripgrep": "^1.17.0"
|
|
14838
14838
|
},
|
|
14839
|
-
gitHead: "
|
|
14839
|
+
gitHead: "02dca3cd6b39430dc12d1911aed38107dc53ee80"
|
|
14840
14840
|
};
|
|
14841
14841
|
|
|
14842
14842
|
// src/agents/toolFilter.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-EOKQSYUJ.js";
|
|
6
|
+
import "./chunk-MM72FUS5.js";
|
|
7
|
+
import "./chunk-QTWM5QME.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -313,6 +313,7 @@ import {
|
|
|
313
313
|
WEBSITE_URL,
|
|
314
314
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
315
315
|
WebhookApi,
|
|
316
|
+
WebhookAuditStatus,
|
|
316
317
|
WebhookDeliveryStatus,
|
|
317
318
|
WhatsNewConfigSchema,
|
|
318
319
|
WhatsNewSyncConfigSchema,
|
|
@@ -434,7 +435,7 @@ import {
|
|
|
434
435
|
validateReactArtifactV2,
|
|
435
436
|
validateSvgArtifactV2,
|
|
436
437
|
wikiMarkupToAdf
|
|
437
|
-
} from "./chunk-
|
|
438
|
+
} from "./chunk-QTWM5QME.js";
|
|
438
439
|
export {
|
|
439
440
|
ALL_IMAGE_MODELS,
|
|
440
441
|
ALL_IMAGE_SIZES,
|
|
@@ -750,6 +751,7 @@ export {
|
|
|
750
751
|
WEBSITE_URL,
|
|
751
752
|
WHATS_NEW_VALIDATION_LIMITS,
|
|
752
753
|
WebhookApi,
|
|
754
|
+
WebhookAuditStatus,
|
|
753
755
|
WebhookDeliveryStatus,
|
|
754
756
|
WhatsNewConfigSchema,
|
|
755
757
|
WhatsNewSyncConfigSchema,
|
|
@@ -134,12 +134,12 @@ import {
|
|
|
134
134
|
validateMermaidSyntax,
|
|
135
135
|
warmUpSettingsCache,
|
|
136
136
|
withRetry
|
|
137
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-MM72FUS5.js";
|
|
138
138
|
import {
|
|
139
139
|
buildRateLimitLogEntry,
|
|
140
140
|
isNearLimit,
|
|
141
141
|
parseRateLimitHeaders
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-QTWM5QME.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-PEA7J7AM.js";
|
|
6
|
+
import "./chunk-MM72FUS5.js";
|
|
7
|
+
import "./chunk-QTWM5QME.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.31-feat-github-service.
|
|
3
|
+
"version": "0.2.31-feat-github-service.19328+02dca3cd6",
|
|
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.52.1-feat-github-service.
|
|
115
|
-
"@bike4mind/mcp": "1.31.1-feat-github-service.
|
|
116
|
-
"@bike4mind/services": "2.50.1-feat-github-service.
|
|
117
|
-
"@bike4mind/utils": "2.7.1-feat-github-service.
|
|
114
|
+
"@bike4mind/common": "2.52.1-feat-github-service.19328+02dca3cd6",
|
|
115
|
+
"@bike4mind/mcp": "1.31.1-feat-github-service.19328+02dca3cd6",
|
|
116
|
+
"@bike4mind/services": "2.50.1-feat-github-service.19328+02dca3cd6",
|
|
117
|
+
"@bike4mind/utils": "2.7.1-feat-github-service.19328+02dca3cd6",
|
|
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": "
|
|
138
|
+
"gitHead": "02dca3cd6b39430dc12d1911aed38107dc53ee80"
|
|
139
139
|
}
|