@bike4mind/cli 0.2.46-fix-empty-text-content-block.20674 → 0.2.46
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-ABBCB64S.js → artifactExtractor-HC2FRSBT.js} +1 -1
- package/dist/{chunk-ND3GQYII.js → chunk-6F2ZYSKM.js} +8 -6
- package/dist/{chunk-3ZQBWORW.js → chunk-CQNVZHKP.js} +2 -2
- package/dist/{chunk-MSB2SJJN.js → chunk-HWVPH2ZP.js} +2 -2
- package/dist/{chunk-LE6YGEIO.js → chunk-JQVCPUOG.js} +1448 -1263
- package/dist/{chunk-TIDADNEG.js → chunk-L5HB4ALN.js} +74 -22
- package/dist/{chunk-NSSADS6L.js → chunk-U7ICJXHN.js} +2 -2
- package/dist/{chunk-GBJZWQ4U.js → chunk-VH2AMGCX.js} +1 -1
- package/dist/{chunk-4OFEAY5V.js → chunk-ZRDMSXTB.js} +126 -46
- package/dist/commands/doctorCommand.js +1 -1
- package/dist/commands/headlessCommand.js +7 -7
- package/dist/commands/mcpCommand.js +2 -2
- package/dist/commands/updateCommand.js +1 -1
- package/dist/{create-JOUEDVPN.js → create-CS65QX2K.js} +3 -3
- package/dist/index.js +61 -10
- package/dist/{llmMarkdownGenerator-EM2KVQMT.js → llmMarkdownGenerator-6S6NEOCO.js} +1 -1
- package/dist/{markdownGenerator-W6EATTZM.js → markdownGenerator-PZZBJIAR.js} +1 -1
- package/dist/{mementoService-WB7DZYBB.js → mementoService-6QGHNCTJ.js} +3 -3
- package/dist/{src-BROQPTKL.js → src-D26PSEE3.js} +2 -2
- package/dist/{src-P3OCGWLN.js → src-OEUKB7VU.js} +19 -1
- package/dist/{subtractCredits-QDM7MAU6.js → subtractCredits-OOK6WJAN.js} +3 -3
- package/package.json +8 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-JQVCPUOG.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;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// package.json
|
|
4
4
|
var package_default = {
|
|
5
5
|
name: "@bike4mind/cli",
|
|
6
|
-
version: "0.2.46
|
|
6
|
+
version: "0.2.46",
|
|
7
7
|
type: "module",
|
|
8
8
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
9
9
|
license: "UNLICENSED",
|
|
@@ -109,6 +109,7 @@ var package_default = {
|
|
|
109
109
|
uuid: "^9.0.1",
|
|
110
110
|
voyageai: "^0.0.4",
|
|
111
111
|
"web-tree-sitter": "0.25.10",
|
|
112
|
+
ws: "^8.19.0",
|
|
112
113
|
xlsx: "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
113
114
|
yargs: "^17.7.2",
|
|
114
115
|
yauzl: "^3.1.3",
|
|
@@ -118,10 +119,10 @@ var package_default = {
|
|
|
118
119
|
},
|
|
119
120
|
devDependencies: {
|
|
120
121
|
"@bike4mind/agents": "0.1.0",
|
|
121
|
-
"@bike4mind/common": "2.
|
|
122
|
-
"@bike4mind/mcp": "1.33.8
|
|
123
|
-
"@bike4mind/services": "2.
|
|
124
|
-
"@bike4mind/utils": "2.15.1
|
|
122
|
+
"@bike4mind/common": "2.65.0",
|
|
123
|
+
"@bike4mind/mcp": "1.33.8",
|
|
124
|
+
"@bike4mind/services": "2.61.0",
|
|
125
|
+
"@bike4mind/utils": "2.15.1",
|
|
125
126
|
"@types/better-sqlite3": "^7.6.13",
|
|
126
127
|
"@types/diff": "^5.0.9",
|
|
127
128
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -129,6 +130,7 @@ var package_default = {
|
|
|
129
130
|
"@types/picomatch": "^4.0.2",
|
|
130
131
|
"@types/react": "^19.2.7",
|
|
131
132
|
"@types/uuid": "^9.0.7",
|
|
133
|
+
"@types/ws": "^8.18.1",
|
|
132
134
|
"@types/yargs": "^17.0.32",
|
|
133
135
|
"ink-testing-library": "^4.0.0",
|
|
134
136
|
tsup: "^8.5.1",
|
|
@@ -139,7 +141,7 @@ var package_default = {
|
|
|
139
141
|
optionalDependencies: {
|
|
140
142
|
"@vscode/ripgrep": "^1.17.0"
|
|
141
143
|
},
|
|
142
|
-
gitHead: "
|
|
144
|
+
gitHead: "6410ccf4787a000d66def75780d8c01ff4b32c05"
|
|
143
145
|
};
|
|
144
146
|
|
|
145
147
|
// src/utils/updateChecker.ts
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
getSettingsMap,
|
|
8
8
|
getSettingsValue,
|
|
9
9
|
secureParameters
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZRDMSXTB.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-JQVCPUOG.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-ZRDMSXTB.js";
|
|
6
6
|
import {
|
|
7
7
|
CompletionApiUsageTransaction,
|
|
8
8
|
GenericCreditDeductTransaction,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
ToolUsageTransaction,
|
|
14
14
|
TransferCreditTransaction,
|
|
15
15
|
VideoGenerationUsageTransaction
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-JQVCPUOG.js";
|
|
17
17
|
|
|
18
18
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
19
19
|
import { z } from "zod";
|