@bike4mind/cli 0.2.18-cj-GH6131.17754 → 0.2.18-feat-create-pull-request-tool.17753
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-BSHP6WO2.js → artifactExtractor-MNVIKVBH.js} +1 -1
- package/dist/{chunk-ZLNJ2AH4.js → chunk-6EEN6XHK.js} +2 -2
- package/dist/{chunk-4OFHBIBO.js → chunk-CHBAKX4C.js} +2 -3
- package/dist/{chunk-RX6FJNYV.js → chunk-NMWRXDTN.js} +2 -2
- package/dist/{chunk-SUFMB67Z.js → chunk-QDWMIP2Q.js} +1 -1
- package/dist/{chunk-OJTIUHJ5.js → chunk-WULZDTLD.js} +2 -2
- package/dist/{create-XLLOOSZ2.js → create-SR7Q7HAF.js} +3 -3
- package/dist/index.js +11 -11
- package/dist/{llmMarkdownGenerator-SPI6BFFB.js → llmMarkdownGenerator-2APZC4H3.js} +1 -1
- package/dist/{markdownGenerator-TCDXRBQ4.js → markdownGenerator-S7OHONSP.js} +1 -1
- package/dist/{mementoService-MYOKWS7O.js → mementoService-UMJ5BYDO.js} +3 -3
- package/dist/{src-KVYHJ23T.js → src-NBBLECSQ.js} +1 -1
- package/dist/{src-UUCN5KH2.js → src-VEJGC5KU.js} +2 -2
- package/dist/{subtractCredits-S2OGAIPP.js → subtractCredits-N7Y27C34.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-CHBAKX4C.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-QDWMIP2Q.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-CHBAKX4C.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/fabFileService/create.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -4504,11 +4504,10 @@ function formatPageResponse(page, siteUrl) {
|
|
|
4504
4504
|
link = `${baseUrl}/pages/${page.id}`;
|
|
4505
4505
|
}
|
|
4506
4506
|
return {
|
|
4507
|
-
|
|
4507
|
+
id: page.id,
|
|
4508
4508
|
title: page.title,
|
|
4509
4509
|
status: page.status,
|
|
4510
4510
|
spaceId: page.spaceId,
|
|
4511
|
-
spaceKey: page.space?.key,
|
|
4512
4511
|
body: stripHtmlAndNormalizeWhitespace(page.body?.storage?.value || page.body?.view?.value),
|
|
4513
4512
|
version: page.version?.number,
|
|
4514
4513
|
parentId: page.parentId,
|
|
@@ -4578,7 +4577,7 @@ function formatPageList(pagesResponse, siteUrl) {
|
|
|
4578
4577
|
return pagesResponse;
|
|
4579
4578
|
}
|
|
4580
4579
|
const results = Array.isArray(pagesResponse.results) ? pagesResponse.results.map((page) => ({
|
|
4581
|
-
|
|
4580
|
+
id: page.id,
|
|
4582
4581
|
title: page.title,
|
|
4583
4582
|
status: page.status,
|
|
4584
4583
|
parentId: page.parentId,
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QDWMIP2Q.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-CHBAKX4C.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-QDWMIP2Q.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-CHBAKX4C.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-6EEN6XHK.js";
|
|
6
|
+
import "./chunk-QDWMIP2Q.js";
|
|
7
|
+
import "./chunk-CHBAKX4C.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-NMWRXDTN.js";
|
|
8
8
|
import {
|
|
9
9
|
ConfigStore
|
|
10
10
|
} from "./chunk-FFJX3FF3.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-WULZDTLD.js";
|
|
12
|
+
import "./chunk-6EEN6XHK.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-QDWMIP2Q.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-CHBAKX4C.js";
|
|
79
79
|
import {
|
|
80
80
|
Logger
|
|
81
81
|
} from "./chunk-OCYRD7D6.js";
|
|
@@ -11471,7 +11471,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
11471
11471
|
// package.json
|
|
11472
11472
|
var package_default = {
|
|
11473
11473
|
name: "@bike4mind/cli",
|
|
11474
|
-
version: "0.2.18-
|
|
11474
|
+
version: "0.2.18-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
11475
11475
|
type: "module",
|
|
11476
11476
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
11477
11477
|
license: "UNLICENSED",
|
|
@@ -11578,10 +11578,10 @@ var package_default = {
|
|
|
11578
11578
|
},
|
|
11579
11579
|
devDependencies: {
|
|
11580
11580
|
"@bike4mind/agents": "0.1.0",
|
|
11581
|
-
"@bike4mind/common": "2.43.1-
|
|
11582
|
-
"@bike4mind/mcp": "1.22.4-
|
|
11583
|
-
"@bike4mind/services": "2.41.1-
|
|
11584
|
-
"@bike4mind/utils": "2.2.1-
|
|
11581
|
+
"@bike4mind/common": "2.43.1-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
11582
|
+
"@bike4mind/mcp": "1.22.4-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
11583
|
+
"@bike4mind/services": "2.41.1-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
11584
|
+
"@bike4mind/utils": "2.2.1-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
11585
11585
|
"@types/better-sqlite3": "^7.6.13",
|
|
11586
11586
|
"@types/diff": "^5.0.9",
|
|
11587
11587
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -11598,7 +11598,7 @@ var package_default = {
|
|
|
11598
11598
|
optionalDependencies: {
|
|
11599
11599
|
"@vscode/ripgrep": "^1.17.0"
|
|
11600
11600
|
},
|
|
11601
|
-
gitHead: "
|
|
11601
|
+
gitHead: "42c2b0f46b2f36aeed31f8f3fa3e526f285085cb"
|
|
11602
11602
|
};
|
|
11603
11603
|
|
|
11604
11604
|
// 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-NMWRXDTN.js";
|
|
6
|
+
import "./chunk-QDWMIP2Q.js";
|
|
7
|
+
import "./chunk-CHBAKX4C.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
@@ -129,8 +129,8 @@ import {
|
|
|
129
129
|
validateMermaidSyntax,
|
|
130
130
|
warmUpSettingsCache,
|
|
131
131
|
withRetry
|
|
132
|
-
} from "./chunk-
|
|
133
|
-
import "./chunk-
|
|
132
|
+
} from "./chunk-QDWMIP2Q.js";
|
|
133
|
+
import "./chunk-CHBAKX4C.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-WULZDTLD.js";
|
|
6
|
+
import "./chunk-QDWMIP2Q.js";
|
|
7
|
+
import "./chunk-CHBAKX4C.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.18-
|
|
3
|
+
"version": "0.2.18-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
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-
|
|
111
|
-
"@bike4mind/mcp": "1.22.4-
|
|
112
|
-
"@bike4mind/services": "2.41.1-
|
|
113
|
-
"@bike4mind/utils": "2.2.1-
|
|
110
|
+
"@bike4mind/common": "2.43.1-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
111
|
+
"@bike4mind/mcp": "1.22.4-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
112
|
+
"@bike4mind/services": "2.41.1-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
113
|
+
"@bike4mind/utils": "2.2.1-feat-create-pull-request-tool.17753+42c2b0f46",
|
|
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": "42c2b0f46b2f36aeed31f8f3fa3e526f285085cb"
|
|
131
131
|
}
|