@bike4mind/cli 0.2.20-feat-milestone-mgmt.18067 → 0.2.20-feat-github-actions-tool.18137

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.
@@ -36,6 +36,11 @@ const argv = await yargs(hideBin(process.argv))
36
36
  description: 'Show debug logs in console',
37
37
  default: false,
38
38
  })
39
+ .option('debug-stream', {
40
+ type: 'boolean',
41
+ description: 'Ultra-verbose: log every SSE event (for debugging stream parser)',
42
+ default: false,
43
+ })
39
44
  .option('no-project-config', {
40
45
  type: 'boolean',
41
46
  description: 'Disable loading project-specific configuration (.bike4mind/)',
@@ -94,6 +99,11 @@ if (argv.verbose) {
94
99
  process.env.B4M_VERBOSE = '1';
95
100
  process.env.LOG_LEVEL = 'debug'; // Enable debug logs in core packages
96
101
  }
102
+ if (argv['debug-stream']) {
103
+ process.env.B4M_DEBUG_STREAM = '1';
104
+ process.env.B4M_VERBOSE = '1'; // Ultra-verbose implies verbose
105
+ process.env.LOG_LEVEL = 'debug';
106
+ }
97
107
  if (argv['no-project-config']) {
98
108
  process.env.B4M_NO_PROJECT_CONFIG = '1';
99
109
  }
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-DTPBHKQL.js";
4
+ } from "./chunk-5KL57ZUQ.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;
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-EP4OGIQI.js";
9
+ } from "./chunk-JX2UMMZA.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-DTPBHKQL.js";
14
+ } from "./chunk-5KL57ZUQ.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
17
17
  import { z } from "zod";