@bike4mind/cli 0.2.21-feat-parallel-tool-execution.18205 → 0.2.21-feat-cli-skill-frontmatter-spec.18205
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-Q3U32BGB.js → artifactExtractor-GANN5ZGT.js} +1 -1
- package/dist/{chunk-JDCBPT4Y.js → chunk-3NN5PD22.js} +2 -2
- package/dist/{chunk-HERXMXE5.js → chunk-4UPFBOWT.js} +2 -2
- package/dist/{chunk-QKJ4CHK6.js → chunk-HXWD4UGK.js} +1 -1
- package/dist/{chunk-YLRAYIDX.js → chunk-NAIQUTDD.js} +2 -2
- package/dist/{chunk-VDLQKG5O.js → chunk-QZAVSLFW.js} +2 -15
- package/dist/{create-BORKSAPA.js → create-EZHKFCZQ.js} +3 -3
- package/dist/index.js +1304 -1345
- package/dist/{llmMarkdownGenerator-G5UCCD47.js → llmMarkdownGenerator-L5I7ENTP.js} +1 -1
- package/dist/{markdownGenerator-LJS2P3UY.js → markdownGenerator-XVAVZGQA.js} +1 -1
- package/dist/{mementoService-K3XVUSAT.js → mementoService-C34LNDCN.js} +3 -3
- package/dist/{src-6OQGDGBO.js → src-2ENQ4HWZ.js} +2 -2
- package/dist/{src-GQEERNRB.js → src-J7E4QLQO.js} +1 -1
- package/dist/{subtractCredits-VXQRRSZG.js → subtractCredits-5SDCKUXU.js} +3 -3
- package/package.json +6 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CurationArtifactType
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QZAVSLFW.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-HXWD4UGK.js";
|
|
11
11
|
import {
|
|
12
12
|
KnowledgeType,
|
|
13
13
|
SupportedFabFileMimeTypes
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QZAVSLFW.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-HXWD4UGK.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-QZAVSLFW.js";
|
|
16
16
|
|
|
17
17
|
// ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
|
|
18
18
|
import { z } from "zod";
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
getSettingsByNames,
|
|
7
7
|
obfuscateApiKey,
|
|
8
8
|
secureParameters
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-HXWD4UGK.js";
|
|
10
10
|
import {
|
|
11
11
|
ApiKeyType,
|
|
12
12
|
MementoTier,
|
|
13
13
|
isSupportedEmbeddingModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-QZAVSLFW.js";
|
|
15
15
|
|
|
16
16
|
// ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
|
|
17
17
|
import { z } from "zod";
|
|
@@ -2242,9 +2242,7 @@ var SettingKeySchema = z21.enum([
|
|
|
2242
2242
|
"EnableStreamIdleTimeout",
|
|
2243
2243
|
"StreamIdleTimeoutSeconds",
|
|
2244
2244
|
"EnableMcpToolFiltering",
|
|
2245
|
-
"McpToolFilteringMaxTools"
|
|
2246
|
-
// PARALLEL TOOL EXECUTION SETTINGS
|
|
2247
|
-
"EnableParallelToolExecution"
|
|
2245
|
+
"McpToolFilteringMaxTools"
|
|
2248
2246
|
]);
|
|
2249
2247
|
var CategoryOrder = [
|
|
2250
2248
|
"AI",
|
|
@@ -2622,8 +2620,7 @@ var API_SERVICE_GROUPS = {
|
|
|
2622
2620
|
{ key: "EnableStreamIdleTimeout", order: 12 },
|
|
2623
2621
|
{ key: "StreamIdleTimeoutSeconds", order: 13 },
|
|
2624
2622
|
{ key: "EnableMcpToolFiltering", order: 14 },
|
|
2625
|
-
{ key: "McpToolFilteringMaxTools", order: 15 }
|
|
2626
|
-
{ key: "EnableParallelToolExecution", order: 16 }
|
|
2623
|
+
{ key: "McpToolFilteringMaxTools", order: 15 }
|
|
2627
2624
|
]
|
|
2628
2625
|
},
|
|
2629
2626
|
NOTEBOOK: {
|
|
@@ -3763,16 +3760,6 @@ var settingsMap = {
|
|
|
3763
3760
|
category: "Experimental",
|
|
3764
3761
|
group: API_SERVICE_GROUPS.EXPERIMENTAL.id,
|
|
3765
3762
|
order: 15
|
|
3766
|
-
}),
|
|
3767
|
-
// Parallel Tool Execution Settings
|
|
3768
|
-
EnableParallelToolExecution: makeBooleanSetting({
|
|
3769
|
-
key: "EnableParallelToolExecution",
|
|
3770
|
-
name: "Enable Parallel Tool Execution",
|
|
3771
|
-
defaultValue: false,
|
|
3772
|
-
description: "Execute read-only tools (file reads, searches) in parallel for 2-3x speed improvement. Write tools still execute sequentially for safety.",
|
|
3773
|
-
category: "Experimental",
|
|
3774
|
-
group: API_SERVICE_GROUPS.EXPERIMENTAL.id,
|
|
3775
|
-
order: 16
|
|
3776
3763
|
})
|
|
3777
3764
|
// Add more settings as needed
|
|
3778
3765
|
};
|
|
@@ -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-3NN5PD22.js";
|
|
6
|
+
import "./chunk-HXWD4UGK.js";
|
|
7
|
+
import "./chunk-QZAVSLFW.js";
|
|
8
8
|
import "./chunk-OCYRD7D6.js";
|
|
9
9
|
export {
|
|
10
10
|
createFabFile,
|