@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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-VDLQKG5O.js";
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-QKJ4CHK6.js";
10
+ } from "./chunk-HXWD4UGK.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-VDLQKG5O.js";
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-QKJ4CHK6.js";
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-VDLQKG5O.js";
15
+ } from "./chunk-QZAVSLFW.js";
16
16
 
17
17
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
18
18
  import { z } from "zod";
@@ -15,7 +15,7 @@ import {
15
15
  dayjsConfig_default,
16
16
  extractSnippetMeta,
17
17
  settingsMap
18
- } from "./chunk-VDLQKG5O.js";
18
+ } from "./chunk-QZAVSLFW.js";
19
19
  import {
20
20
  Logger
21
21
  } from "./chunk-OCYRD7D6.js";
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-QKJ4CHK6.js";
9
+ } from "./chunk-HXWD4UGK.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-VDLQKG5O.js";
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-JDCBPT4Y.js";
6
- import "./chunk-QKJ4CHK6.js";
7
- import "./chunk-VDLQKG5O.js";
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,