@bike4mind/cli 0.2.53-refactor-slack-remove-dead-code-simplify-prompts.21211 → 0.2.53-test-react-agent-coverage.21211

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-QXNNUB2O.js";
4
+ } from "./chunk-KHFMOKEM.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.53-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
6
+ version: "0.2.53-test-react-agent-coverage.21211+8fce3f9f6",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -117,11 +117,11 @@ var package_default = {
117
117
  zustand: "^4.5.4"
118
118
  },
119
119
  devDependencies: {
120
- "@bike4mind/agents": "0.1.4-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
121
- "@bike4mind/common": "2.69.1-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
122
- "@bike4mind/mcp": "1.33.14-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
123
- "@bike4mind/services": "2.64.1-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
124
- "@bike4mind/utils": "2.15.7-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
120
+ "@bike4mind/agents": "0.1.4-test-react-agent-coverage.21211+8fce3f9f6",
121
+ "@bike4mind/common": "2.69.1-test-react-agent-coverage.21211+8fce3f9f6",
122
+ "@bike4mind/mcp": "1.33.14-test-react-agent-coverage.21211+8fce3f9f6",
123
+ "@bike4mind/services": "2.64.1-test-react-agent-coverage.21211+8fce3f9f6",
124
+ "@bike4mind/utils": "2.15.7-test-react-agent-coverage.21211+8fce3f9f6",
125
125
  "@types/better-sqlite3": "^7.6.13",
126
126
  "@types/diff": "^8.0.0",
127
127
  "@types/jsonwebtoken": "^9.0.4",
@@ -139,7 +139,7 @@ var package_default = {
139
139
  optionalDependencies: {
140
140
  "@vscode/ripgrep": "^1.17.0"
141
141
  },
142
- gitHead: "35800c19c472e5cd023bdc6ecc6ab726774ca25a"
142
+ gitHead: "8fce3f9f6d3a78588cbf60febed633400b5ae62d"
143
143
  };
144
144
 
145
145
  // src/utils/updateChecker.ts
@@ -4,7 +4,7 @@ import {
4
4
  getOpenWeatherKey,
5
5
  getSerperKey,
6
6
  getWolframAlphaKey
7
- } from "./chunk-L46CVMQB.js";
7
+ } from "./chunk-YNLT7VBG.js";
8
8
  import {
9
9
  BFLImageService,
10
10
  BaseStorage,
@@ -16,14 +16,14 @@ import {
16
16
  OpenAIBackend,
17
17
  OpenAIImageService,
18
18
  XAIImageService
19
- } from "./chunk-ZXBRRAVW.js";
19
+ } from "./chunk-YA3AALZC.js";
20
20
  import {
21
21
  Logger
22
22
  } from "./chunk-PFBYGCOW.js";
23
23
  import {
24
24
  ConfigStore,
25
25
  logger
26
- } from "./chunk-522LM44T.js";
26
+ } from "./chunk-OJSNMX74.js";
27
27
  import {
28
28
  ALERT_THRESHOLDS,
29
29
  AiEvents,
@@ -84,7 +84,7 @@ import {
84
84
  getViewById,
85
85
  resolveNavigationIntents,
86
86
  sanitizeTelemetryError
87
- } from "./chunk-QXNNUB2O.js";
87
+ } from "./chunk-KHFMOKEM.js";
88
88
 
89
89
  // src/utils/fileSearch.ts
90
90
  import * as fs from "fs";
@@ -13971,9 +13971,7 @@ var QuestStartBodySchema = z141.object({
13971
13971
  /** User's timezone (IANA format, e.g., "America/New_York") */
13972
13972
  timezone: z141.string().optional(),
13973
13973
  /** Persona-based sub-agent filter — only these agent names are available for delegation */
13974
- allowedAgents: z141.array(z141.string()).optional(),
13975
- /** When true, Quest Processor injects Slack-specific tool configs (help, notebooks, curated files) */
13976
- enableSlackTools: z141.boolean().optional()
13974
+ allowedAgents: z141.array(z141.string()).optional()
13977
13975
  });
13978
13976
 
13979
13977
  // ../../b4m-core/packages/services/dist/src/llm/StatusManager.js
@@ -7,11 +7,11 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-ZXBRRAVW.js";
10
+ } from "./chunk-YA3AALZC.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-QXNNUB2O.js";
14
+ } from "./chunk-KHFMOKEM.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/fabFileService/create.js
17
17
  import { z } from "zod";
@@ -6374,9 +6374,7 @@ var ChatCompletionInvokeParamsSchema = z29.object({
6374
6374
  /** User's timezone (IANA format, e.g., "America/New_York") */
6375
6375
  timezone: z29.string().optional(),
6376
6376
  /** Persona-based sub-agent filter — only these agent names are available for delegation */
6377
- allowedAgents: z29.array(z29.string()).optional(),
6378
- /** When true, Quest Processor injects Slack-specific tool configs (help, notebooks, curated files) */
6379
- enableSlackTools: z29.boolean().optional()
6377
+ allowedAgents: z29.array(z29.string()).optional()
6380
6378
  });
6381
6379
  var LLMApiRequestBodySchema = ChatCompletionInvokeParamsSchema.extend({
6382
6380
  /** Notebook session ID */
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-ZXBRRAVW.js";
5
+ } from "./chunk-YA3AALZC.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-QXNNUB2O.js";
16
+ } from "./chunk-KHFMOKEM.js";
17
17
 
18
18
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
19
19
  import { z } from "zod";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ChatModels
4
- } from "./chunk-QXNNUB2O.js";
4
+ } from "./chunk-KHFMOKEM.js";
5
5
  import {
6
6
  DEFAULT_SANDBOX_CONFIG
7
7
  } from "./chunk-4BIBE3J7.js";
@@ -20,7 +20,7 @@ import {
20
20
  extractSnippetMeta,
21
21
  isGPTImageModel,
22
22
  settingsMap
23
- } from "./chunk-QXNNUB2O.js";
23
+ } from "./chunk-KHFMOKEM.js";
24
24
 
25
25
  // ../../b4m-core/packages/utils/dist/src/storage/S3Storage.js
26
26
  import { S3Client, PutObjectCommand, DeleteObjectCommand, GetObjectCommand, HeadObjectCommand } from "@aws-sdk/client-s3";
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-ZXBRRAVW.js";
9
+ } from "./chunk-YA3AALZC.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-QXNNUB2O.js";
14
+ } from "./chunk-KHFMOKEM.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
17
17
  import { z } from "zod";
@@ -3,7 +3,7 @@ import {
3
3
  fetchLatestVersion,
4
4
  forceCheckForUpdate,
5
5
  package_default
6
- } from "../chunk-WUFTH74Q.js";
6
+ } from "../chunk-BXAMHLYK.js";
7
7
 
8
8
  // src/commands/doctorCommand.ts
9
9
  import { execSync } from "child_process";
@@ -36,20 +36,20 @@ import {
36
36
  isReadOnlyTool,
37
37
  loadContextFiles,
38
38
  setWebSocketToolExecutor
39
- } from "../chunk-7MRE7B6A.js";
39
+ } from "../chunk-D3IMQFFF.js";
40
40
  import "../chunk-BDQBOLYG.js";
41
- import "../chunk-L46CVMQB.js";
41
+ import "../chunk-YNLT7VBG.js";
42
42
  import "../chunk-GQGOWACU.js";
43
- import "../chunk-WZAH4RU6.js";
44
- import "../chunk-XHLZ2JNZ.js";
45
- import "../chunk-ZXBRRAVW.js";
43
+ import "../chunk-KKMWCSL7.js";
44
+ import "../chunk-JDD5KHVX.js";
45
+ import "../chunk-YA3AALZC.js";
46
46
  import "../chunk-PFBYGCOW.js";
47
47
  import "../chunk-BPFEGDC7.js";
48
48
  import {
49
49
  ConfigStore,
50
50
  logger
51
- } from "../chunk-522LM44T.js";
52
- import "../chunk-QXNNUB2O.js";
51
+ } from "../chunk-OJSNMX74.js";
52
+ import "../chunk-KHFMOKEM.js";
53
53
  import {
54
54
  DEFAULT_SANDBOX_CONFIG
55
55
  } from "../chunk-4BIBE3J7.js";
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ConfigStore
4
- } from "../chunk-522LM44T.js";
5
- import "../chunk-QXNNUB2O.js";
4
+ } from "../chunk-OJSNMX74.js";
5
+ import "../chunk-KHFMOKEM.js";
6
6
  import "../chunk-4BIBE3J7.js";
7
7
 
8
8
  // src/commands/mcpCommand.ts
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  forceCheckForUpdate,
4
4
  package_default
5
- } from "../chunk-WUFTH74Q.js";
5
+ } from "../chunk-BXAMHLYK.js";
6
6
 
7
7
  // src/commands/updateCommand.ts
8
8
  import { execSync } from "child_process";
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  createFabFile,
4
4
  createFabFileSchema
5
- } from "./chunk-XHLZ2JNZ.js";
6
- import "./chunk-ZXBRRAVW.js";
5
+ } from "./chunk-JDD5KHVX.js";
6
+ import "./chunk-YA3AALZC.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-QXNNUB2O.js";
8
+ import "./chunk-KHFMOKEM.js";
9
9
  export {
10
10
  createFabFile,
11
11
  createFabFileSchema
package/dist/index.js CHANGED
@@ -46,25 +46,25 @@ import {
46
46
  setWebSocketToolExecutor,
47
47
  substituteArguments,
48
48
  warmFileCache
49
- } from "./chunk-7MRE7B6A.js";
49
+ } from "./chunk-D3IMQFFF.js";
50
50
  import "./chunk-BDQBOLYG.js";
51
- import "./chunk-L46CVMQB.js";
51
+ import "./chunk-YNLT7VBG.js";
52
52
  import "./chunk-GQGOWACU.js";
53
- import "./chunk-WZAH4RU6.js";
54
- import "./chunk-XHLZ2JNZ.js";
53
+ import "./chunk-KKMWCSL7.js";
54
+ import "./chunk-JDD5KHVX.js";
55
55
  import {
56
56
  OllamaBackend
57
- } from "./chunk-ZXBRRAVW.js";
57
+ } from "./chunk-YA3AALZC.js";
58
58
  import "./chunk-PFBYGCOW.js";
59
59
  import "./chunk-BPFEGDC7.js";
60
60
  import {
61
61
  ConfigStore,
62
62
  logger
63
- } from "./chunk-522LM44T.js";
63
+ } from "./chunk-OJSNMX74.js";
64
64
  import {
65
65
  checkForUpdate,
66
66
  package_default
67
- } from "./chunk-WUFTH74Q.js";
67
+ } from "./chunk-BXAMHLYK.js";
68
68
  import {
69
69
  selectActiveBackgroundAgents,
70
70
  useCliStore
@@ -72,7 +72,7 @@ import {
72
72
  import {
73
73
  CREDIT_DEDUCT_TRANSACTION_TYPES,
74
74
  ChatModels
75
- } from "./chunk-QXNNUB2O.js";
75
+ } from "./chunk-KHFMOKEM.js";
76
76
  import "./chunk-4BIBE3J7.js";
77
77
 
78
78
  // src/index.tsx
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-QXNNUB2O.js";
4
+ } from "./chunk-KHFMOKEM.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/llmMarkdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-QXNNUB2O.js";
4
+ } from "./chunk-KHFMOKEM.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-L46CVMQB.js";
6
- import "./chunk-ZXBRRAVW.js";
5
+ } from "./chunk-YNLT7VBG.js";
6
+ import "./chunk-YA3AALZC.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-QXNNUB2O.js";
8
+ import "./chunk-KHFMOKEM.js";
9
9
  export {
10
10
  findMostSimilarMemento,
11
11
  getRelevantMementos
@@ -143,7 +143,7 @@ import {
143
143
  validateUrlForFetch,
144
144
  warmUpSettingsCache,
145
145
  withRetry
146
- } from "./chunk-ZXBRRAVW.js";
146
+ } from "./chunk-YA3AALZC.js";
147
147
  import {
148
148
  Logger,
149
149
  NotificationDeduplicator,
@@ -156,7 +156,7 @@ import {
156
156
  buildRateLimitLogEntry,
157
157
  isNearLimit,
158
158
  parseRateLimitHeaders
159
- } from "./chunk-QXNNUB2O.js";
159
+ } from "./chunk-KHFMOKEM.js";
160
160
  export {
161
161
  AIVideoService,
162
162
  AWSBackend,
@@ -537,7 +537,7 @@ import {
537
537
  validateReactArtifactV2,
538
538
  validateSvgArtifactV2,
539
539
  wikiMarkupToAdf
540
- } from "./chunk-QXNNUB2O.js";
540
+ } from "./chunk-KHFMOKEM.js";
541
541
  export {
542
542
  ALERT_THRESHOLDS,
543
543
  ALL_IMAGE_MODELS,
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-WZAH4RU6.js";
6
- import "./chunk-ZXBRRAVW.js";
5
+ } from "./chunk-KKMWCSL7.js";
6
+ import "./chunk-YA3AALZC.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-QXNNUB2O.js";
8
+ import "./chunk-KHFMOKEM.js";
9
9
  export {
10
10
  SubtractCreditsSchema,
11
11
  subtractCredits
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.53-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
3
+ "version": "0.2.53-test-react-agent-coverage.21211+8fce3f9f6",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -114,11 +114,11 @@
114
114
  "zustand": "^4.5.4"
115
115
  },
116
116
  "devDependencies": {
117
- "@bike4mind/agents": "0.1.4-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
118
- "@bike4mind/common": "2.69.1-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
119
- "@bike4mind/mcp": "1.33.14-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
120
- "@bike4mind/services": "2.64.1-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
121
- "@bike4mind/utils": "2.15.7-refactor-slack-remove-dead-code-simplify-prompts.21211+35800c19c",
117
+ "@bike4mind/agents": "0.1.4-test-react-agent-coverage.21211+8fce3f9f6",
118
+ "@bike4mind/common": "2.69.1-test-react-agent-coverage.21211+8fce3f9f6",
119
+ "@bike4mind/mcp": "1.33.14-test-react-agent-coverage.21211+8fce3f9f6",
120
+ "@bike4mind/services": "2.64.1-test-react-agent-coverage.21211+8fce3f9f6",
121
+ "@bike4mind/utils": "2.15.7-test-react-agent-coverage.21211+8fce3f9f6",
122
122
  "@types/better-sqlite3": "^7.6.13",
123
123
  "@types/diff": "^8.0.0",
124
124
  "@types/jsonwebtoken": "^9.0.4",
@@ -136,5 +136,5 @@
136
136
  "optionalDependencies": {
137
137
  "@vscode/ripgrep": "^1.17.0"
138
138
  },
139
- "gitHead": "35800c19c472e5cd023bdc6ecc6ab726774ca25a"
139
+ "gitHead": "8fce3f9f6d3a78588cbf60febed633400b5ae62d"
140
140
  }