@bike4mind/cli 0.2.53 → 0.2.54-fix-file-browser-total-count-includes-shared.21262

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-KHFMOKEM.js";
4
+ } from "./chunk-QXNNUB2O.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;
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  ChatModels
4
- } from "./chunk-KHFMOKEM.js";
4
+ } from "./chunk-QXNNUB2O.js";
5
5
  import {
6
6
  DEFAULT_SANDBOX_CONFIG
7
7
  } from "./chunk-4BIBE3J7.js";
@@ -4,7 +4,7 @@ import {
4
4
  getOpenWeatherKey,
5
5
  getSerperKey,
6
6
  getWolframAlphaKey
7
- } from "./chunk-BAUVNB3G.js";
7
+ } from "./chunk-WRW632MZ.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-HG3KOSRI.js";
19
+ } from "./chunk-N6HTUNSM.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-OJSNMX74.js";
26
+ } from "./chunk-522LM44T.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-KHFMOKEM.js";
87
+ } from "./chunk-QXNNUB2O.js";
88
88
 
89
89
  // src/utils/fileSearch.ts
90
90
  import * as fs from "fs";
@@ -3682,7 +3682,9 @@ var searchFabFilesSchema = z94.object({
3682
3682
  direction: z94.enum(["asc", "desc"])
3683
3683
  }).optional(),
3684
3684
  options: z94.object({
3685
- includeShared: z94.coerce.boolean().optional()
3685
+ includeShared: z94.coerce.boolean().optional(),
3686
+ userGroups: z94.array(z94.string()).optional(),
3687
+ dataLakeTags: z94.array(z94.string()).optional()
3686
3688
  }).optional()
3687
3689
  });
3688
3690
 
@@ -13971,7 +13973,9 @@ var QuestStartBodySchema = z141.object({
13971
13973
  /** User's timezone (IANA format, e.g., "America/New_York") */
13972
13974
  timezone: z141.string().optional(),
13973
13975
  /** Persona-based sub-agent filter — only these agent names are available for delegation */
13974
- allowedAgents: z141.array(z141.string()).optional()
13976
+ allowedAgents: z141.array(z141.string()).optional(),
13977
+ /** When true, Quest Processor injects Slack-specific tool configs (help, notebooks, curated files) */
13978
+ enableSlackTools: z141.boolean().optional()
13975
13979
  });
13976
13980
 
13977
13981
  // ../../b4m-core/packages/services/dist/src/llm/StatusManager.js
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-HG3KOSRI.js";
5
+ } from "./chunk-N6HTUNSM.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-KHFMOKEM.js";
16
+ } from "./chunk-QXNNUB2O.js";
17
17
 
18
18
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
19
19
  import { z } from "zod";
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@bike4mind/cli",
6
- version: "0.2.53",
6
+ version: "0.2.54-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -71,7 +71,7 @@ var package_default = {
71
71
  "csv-parse": "^6.0.0",
72
72
  dayjs: "^1.11.19",
73
73
  diff: "^8.0.2",
74
- dotenv: "^16.3.1",
74
+ dotenv: "^17.0.0",
75
75
  "eventsource-parser": "^3.0.6",
76
76
  fdir: "^6.5.0",
77
77
  "file-type": "^18.7.0",
@@ -117,13 +117,12 @@ var package_default = {
117
117
  zustand: "^4.5.4"
118
118
  },
119
119
  devDependencies: {
120
- "@bike4mind/agents": "0.1.4",
121
- "@bike4mind/common": "2.69.0",
122
- "@bike4mind/mcp": "1.33.13",
123
- "@bike4mind/services": "2.64.1",
124
- "@bike4mind/utils": "2.15.7",
120
+ "@bike4mind/agents": "0.1.5-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
121
+ "@bike4mind/common": "2.69.1-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
122
+ "@bike4mind/mcp": "1.33.14-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
123
+ "@bike4mind/services": "2.64.2-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
124
+ "@bike4mind/utils": "2.15.8-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
125
125
  "@types/better-sqlite3": "^7.6.13",
126
- "@types/diff": "^8.0.0",
127
126
  "@types/jsonwebtoken": "^9.0.4",
128
127
  "@types/node": "^22.9.0",
129
128
  "@types/picomatch": "^4.0.2",
@@ -139,7 +138,7 @@ var package_default = {
139
138
  optionalDependencies: {
140
139
  "@vscode/ripgrep": "^1.17.0"
141
140
  },
142
- gitHead: "5ebeac1702534ebc59e39d53f778f1969fc077af"
141
+ gitHead: "3d6ab5326d936671067f0a2d4578d15ca623280f"
143
142
  };
144
143
 
145
144
  // src/utils/updateChecker.ts
@@ -20,7 +20,7 @@ import {
20
20
  extractSnippetMeta,
21
21
  isGPTImageModel,
22
22
  settingsMap
23
- } from "./chunk-KHFMOKEM.js";
23
+ } from "./chunk-QXNNUB2O.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";
@@ -6374,7 +6374,9 @@ 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()
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()
6378
6380
  });
6379
6381
  var LLMApiRequestBodySchema = ChatCompletionInvokeParamsSchema.extend({
6380
6382
  /** Notebook session ID */
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-HG3KOSRI.js";
9
+ } from "./chunk-N6HTUNSM.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-KHFMOKEM.js";
14
+ } from "./chunk-QXNNUB2O.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
17
17
  import { z } from "zod";
@@ -7,11 +7,11 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-HG3KOSRI.js";
10
+ } from "./chunk-N6HTUNSM.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-KHFMOKEM.js";
14
+ } from "./chunk-QXNNUB2O.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/fabFileService/create.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-46FVYAFI.js";
6
+ } from "../chunk-MVNYYFHE.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-FUSKVQZR.js";
39
+ } from "../chunk-DOWFMGI2.js";
40
40
  import "../chunk-BDQBOLYG.js";
41
- import "../chunk-BAUVNB3G.js";
41
+ import "../chunk-WRW632MZ.js";
42
42
  import "../chunk-GQGOWACU.js";
43
- import "../chunk-JULZW2WV.js";
44
- import "../chunk-FRWP4IOP.js";
45
- import "../chunk-HG3KOSRI.js";
43
+ import "../chunk-FSEFZTQ5.js";
44
+ import "../chunk-YAZS5EAJ.js";
45
+ import "../chunk-N6HTUNSM.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-OJSNMX74.js";
52
- import "../chunk-KHFMOKEM.js";
51
+ } from "../chunk-522LM44T.js";
52
+ import "../chunk-QXNNUB2O.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-OJSNMX74.js";
5
- import "../chunk-KHFMOKEM.js";
4
+ } from "../chunk-522LM44T.js";
5
+ import "../chunk-QXNNUB2O.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-46FVYAFI.js";
5
+ } from "../chunk-MVNYYFHE.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-FRWP4IOP.js";
6
- import "./chunk-HG3KOSRI.js";
5
+ } from "./chunk-YAZS5EAJ.js";
6
+ import "./chunk-N6HTUNSM.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-KHFMOKEM.js";
8
+ import "./chunk-QXNNUB2O.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-FUSKVQZR.js";
49
+ } from "./chunk-DOWFMGI2.js";
50
50
  import "./chunk-BDQBOLYG.js";
51
- import "./chunk-BAUVNB3G.js";
51
+ import "./chunk-WRW632MZ.js";
52
52
  import "./chunk-GQGOWACU.js";
53
- import "./chunk-JULZW2WV.js";
54
- import "./chunk-FRWP4IOP.js";
53
+ import "./chunk-FSEFZTQ5.js";
54
+ import "./chunk-YAZS5EAJ.js";
55
55
  import {
56
56
  OllamaBackend
57
- } from "./chunk-HG3KOSRI.js";
57
+ } from "./chunk-N6HTUNSM.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-OJSNMX74.js";
63
+ } from "./chunk-522LM44T.js";
64
64
  import {
65
65
  checkForUpdate,
66
66
  package_default
67
- } from "./chunk-46FVYAFI.js";
67
+ } from "./chunk-MVNYYFHE.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-KHFMOKEM.js";
75
+ } from "./chunk-QXNNUB2O.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-KHFMOKEM.js";
4
+ } from "./chunk-QXNNUB2O.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-KHFMOKEM.js";
4
+ } from "./chunk-QXNNUB2O.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-BAUVNB3G.js";
6
- import "./chunk-HG3KOSRI.js";
5
+ } from "./chunk-WRW632MZ.js";
6
+ import "./chunk-N6HTUNSM.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-KHFMOKEM.js";
8
+ import "./chunk-QXNNUB2O.js";
9
9
  export {
10
10
  findMostSimilarMemento,
11
11
  getRelevantMementos
@@ -537,7 +537,7 @@ import {
537
537
  validateReactArtifactV2,
538
538
  validateSvgArtifactV2,
539
539
  wikiMarkupToAdf
540
- } from "./chunk-KHFMOKEM.js";
540
+ } from "./chunk-QXNNUB2O.js";
541
541
  export {
542
542
  ALERT_THRESHOLDS,
543
543
  ALL_IMAGE_MODELS,
@@ -143,7 +143,7 @@ import {
143
143
  validateUrlForFetch,
144
144
  warmUpSettingsCache,
145
145
  withRetry
146
- } from "./chunk-HG3KOSRI.js";
146
+ } from "./chunk-N6HTUNSM.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-KHFMOKEM.js";
159
+ } from "./chunk-QXNNUB2O.js";
160
160
  export {
161
161
  AIVideoService,
162
162
  AWSBackend,
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-JULZW2WV.js";
6
- import "./chunk-HG3KOSRI.js";
5
+ } from "./chunk-FSEFZTQ5.js";
6
+ import "./chunk-N6HTUNSM.js";
7
7
  import "./chunk-PFBYGCOW.js";
8
- import "./chunk-KHFMOKEM.js";
8
+ import "./chunk-QXNNUB2O.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",
3
+ "version": "0.2.54-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -68,7 +68,7 @@
68
68
  "csv-parse": "^6.0.0",
69
69
  "dayjs": "^1.11.19",
70
70
  "diff": "^8.0.2",
71
- "dotenv": "^16.3.1",
71
+ "dotenv": "^17.0.0",
72
72
  "eventsource-parser": "^3.0.6",
73
73
  "fdir": "^6.5.0",
74
74
  "file-type": "^18.7.0",
@@ -114,13 +114,12 @@
114
114
  "zustand": "^4.5.4"
115
115
  },
116
116
  "devDependencies": {
117
- "@bike4mind/agents": "0.1.4",
118
- "@bike4mind/common": "2.69.0",
119
- "@bike4mind/mcp": "1.33.13",
120
- "@bike4mind/services": "2.64.1",
121
- "@bike4mind/utils": "2.15.7",
117
+ "@bike4mind/agents": "0.1.5-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
118
+ "@bike4mind/common": "2.69.1-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
119
+ "@bike4mind/mcp": "1.33.14-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
120
+ "@bike4mind/services": "2.64.2-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
121
+ "@bike4mind/utils": "2.15.8-fix-file-browser-total-count-includes-shared.21262+3d6ab5326",
122
122
  "@types/better-sqlite3": "^7.6.13",
123
- "@types/diff": "^8.0.0",
124
123
  "@types/jsonwebtoken": "^9.0.4",
125
124
  "@types/node": "^22.9.0",
126
125
  "@types/picomatch": "^4.0.2",
@@ -136,5 +135,5 @@
136
135
  "optionalDependencies": {
137
136
  "@vscode/ripgrep": "^1.17.0"
138
137
  },
139
- "gitHead": "5ebeac1702534ebc59e39d53f778f1969fc077af"
138
+ "gitHead": "3d6ab5326d936671067f0a2d4578d15ca623280f"
140
139
  }