@bike4mind/cli 0.2.31-cli-update-command.19494 → 0.2.31-cli-update-command.19497

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-UVOOKS6R.js";
4
+ } from "./chunk-GE7Q64MS.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;
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-3LGHTME3.js";
5
+ } from "./chunk-RI45VJW3.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-UVOOKS6R.js";
15
+ } from "./chunk-GE7Q64MS.js";
16
16
 
17
17
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
18
18
  import { z } from "zod";
@@ -4764,6 +4764,16 @@ var SlackEvents;
4764
4764
  SlackEvents2["CHANNEL_EXPORT_FAILED"] = "Slack Channel Export Failed";
4765
4765
  })(SlackEvents || (SlackEvents = {}));
4766
4766
 
4767
+ // ../../b4m-core/packages/common/dist/src/schemas/analytics/events/help.js
4768
+ var HelpEvents;
4769
+ (function(HelpEvents2) {
4770
+ HelpEvents2["HELP_ARTICLE_VIEW"] = "Help Article Viewed";
4771
+ HelpEvents2["HELP_SEARCH"] = "Help Search";
4772
+ HelpEvents2["HELP_ARTICLE_FEEDBACK"] = "Help Article Feedback";
4773
+ HelpEvents2["HELP_CHAT_QUERY"] = "Help Chat Query";
4774
+ HelpEvents2["HELP_CHAT_FEEDBACK"] = "Help Chat Feedback";
4775
+ })(HelpEvents || (HelpEvents = {}));
4776
+
4767
4777
  // ../../b4m-core/packages/common/dist/src/schemas/team.js
4768
4778
  import { z as z24 } from "zod";
4769
4779
  var InternalTeamMemberSchema = z24.object({
@@ -10359,6 +10369,7 @@ export {
10359
10369
  OrganizationEvents,
10360
10370
  UserApiKeyEvents,
10361
10371
  SlackEvents,
10372
+ HelpEvents,
10362
10373
  InternalTeamMemberSchema,
10363
10374
  InternalTeamMemberListSchema,
10364
10375
  LatticeDataTypeSchema,
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@bike4mind/cli",
6
- version: "0.2.31-cli-update-command.19494+9f6c6af33",
6
+ version: "0.2.31-cli-update-command.19497+900d40170",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -114,10 +114,10 @@ var package_default = {
114
114
  },
115
115
  devDependencies: {
116
116
  "@bike4mind/agents": "0.1.0",
117
- "@bike4mind/common": "2.52.1-cli-update-command.19494+9f6c6af33",
118
- "@bike4mind/mcp": "1.31.1-cli-update-command.19494+9f6c6af33",
119
- "@bike4mind/services": "2.50.1-cli-update-command.19494+9f6c6af33",
120
- "@bike4mind/utils": "2.7.1-cli-update-command.19494+9f6c6af33",
117
+ "@bike4mind/common": "2.52.1-cli-update-command.19497+900d40170",
118
+ "@bike4mind/mcp": "1.31.1-cli-update-command.19497+900d40170",
119
+ "@bike4mind/services": "2.50.1-cli-update-command.19497+900d40170",
120
+ "@bike4mind/utils": "2.7.1-cli-update-command.19497+900d40170",
121
121
  "@types/better-sqlite3": "^7.6.13",
122
122
  "@types/diff": "^5.0.9",
123
123
  "@types/jsonwebtoken": "^9.0.4",
@@ -138,7 +138,7 @@ var package_default = {
138
138
  optionalDependencies: {
139
139
  "@vscode/ripgrep": "^1.17.0"
140
140
  },
141
- gitHead: "9f6c6af332c93ee9f5cd315581c7b8d5acc0f1d8"
141
+ gitHead: "900d40170c4a901cdc7d28d312af1fcbb638599a"
142
142
  };
143
143
 
144
144
  // src/utils/updateChecker.ts
@@ -16,7 +16,7 @@ import {
16
16
  dayjsConfig_default,
17
17
  extractSnippetMeta,
18
18
  settingsMap
19
- } from "./chunk-UVOOKS6R.js";
19
+ } from "./chunk-GE7Q64MS.js";
20
20
  import {
21
21
  Logger
22
22
  } from "./chunk-OCYRD7D6.js";
@@ -6,12 +6,12 @@ import {
6
6
  getSettingsByNames,
7
7
  obfuscateApiKey,
8
8
  secureParameters
9
- } from "./chunk-3LGHTME3.js";
9
+ } from "./chunk-RI45VJW3.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-UVOOKS6R.js";
14
+ } from "./chunk-GE7Q64MS.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-3LGHTME3.js";
10
+ } from "./chunk-RI45VJW3.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-UVOOKS6R.js";
14
+ } from "./chunk-GE7Q64MS.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-4G6Y7DHE.js";
6
+ } from "../chunk-IXIOYIPO.js";
7
7
 
8
8
  // src/commands/doctorCommand.ts
9
9
  import { execSync } from "child_process";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  forceCheckForUpdate,
4
4
  package_default
5
- } from "../chunk-4G6Y7DHE.js";
5
+ } from "../chunk-IXIOYIPO.js";
6
6
 
7
7
  // src/commands/updateCommand.ts
8
8
  import { execSync } from "child_process";
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  createFabFile,
4
4
  createFabFileSchema
5
- } from "./chunk-E6SLQJIU.js";
6
- import "./chunk-3LGHTME3.js";
7
- import "./chunk-UVOOKS6R.js";
5
+ } from "./chunk-ZOWCX4MQ.js";
6
+ import "./chunk-RI45VJW3.js";
7
+ import "./chunk-GE7Q64MS.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
10
10
  createFabFile,
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import "./chunk-GQGOWACU.js";
3
- import "./chunk-J3NGNWDX.js";
4
- import "./chunk-E6SLQJIU.js";
3
+ import "./chunk-2LLA4MTN.js";
4
+ import "./chunk-ZOWCX4MQ.js";
5
5
  import "./chunk-BPFEGDC7.js";
6
6
  import "./chunk-BDQBOLYG.js";
7
7
  import {
8
8
  getEffectiveApiKey,
9
9
  getOpenWeatherKey,
10
10
  getSerperKey
11
- } from "./chunk-PHQTB34R.js";
11
+ } from "./chunk-T67NGQW6.js";
12
12
  import {
13
13
  ConfigStore,
14
14
  logger
@@ -16,7 +16,7 @@ import {
16
16
  import {
17
17
  checkForUpdate,
18
18
  package_default
19
- } from "./chunk-4G6Y7DHE.js";
19
+ } from "./chunk-IXIOYIPO.js";
20
20
  import {
21
21
  selectActiveBackgroundAgents,
22
22
  useCliStore
@@ -32,7 +32,7 @@ import {
32
32
  OpenAIBackend,
33
33
  OpenAIImageService,
34
34
  XAIImageService
35
- } from "./chunk-3LGHTME3.js";
35
+ } from "./chunk-RI45VJW3.js";
36
36
  import {
37
37
  AiEvents,
38
38
  ApiKeyEvents,
@@ -90,7 +90,7 @@ import {
90
90
  getMcpProviderMetadata,
91
91
  getViewById,
92
92
  resolveNavigationIntents
93
- } from "./chunk-UVOOKS6R.js";
93
+ } from "./chunk-GE7Q64MS.js";
94
94
  import {
95
95
  Logger
96
96
  } from "./chunk-OCYRD7D6.js";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-UVOOKS6R.js";
4
+ } from "./chunk-GE7Q64MS.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-UVOOKS6R.js";
4
+ } from "./chunk-GE7Q64MS.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-PHQTB34R.js";
6
- import "./chunk-3LGHTME3.js";
7
- import "./chunk-UVOOKS6R.js";
5
+ } from "./chunk-T67NGQW6.js";
6
+ import "./chunk-RI45VJW3.js";
7
+ import "./chunk-GE7Q64MS.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -139,12 +139,12 @@ import {
139
139
  validateUrlForFetch,
140
140
  warmUpSettingsCache,
141
141
  withRetry
142
- } from "./chunk-3LGHTME3.js";
142
+ } from "./chunk-RI45VJW3.js";
143
143
  import {
144
144
  buildRateLimitLogEntry,
145
145
  isNearLimit,
146
146
  parseRateLimitHeaders
147
- } from "./chunk-UVOOKS6R.js";
147
+ } from "./chunk-GE7Q64MS.js";
148
148
  import {
149
149
  Logger,
150
150
  NotificationDeduplicator,
@@ -107,6 +107,7 @@ import {
107
107
  GenericCreditDeductTransaction,
108
108
  HeartbeatAction,
109
109
  HeartbeatPongAction,
110
+ HelpEvents,
110
111
  HtmlArtifactSchema,
111
112
  HtmlArtifactV2Schema,
112
113
  IMAGE_MODELS,
@@ -446,7 +447,7 @@ import {
446
447
  validateReactArtifactV2,
447
448
  validateSvgArtifactV2,
448
449
  wikiMarkupToAdf
449
- } from "./chunk-UVOOKS6R.js";
450
+ } from "./chunk-GE7Q64MS.js";
450
451
  export {
451
452
  ALL_IMAGE_MODELS,
452
453
  ALL_IMAGE_SIZES,
@@ -556,6 +557,7 @@ export {
556
557
  GenericCreditDeductTransaction,
557
558
  HeartbeatAction,
558
559
  HeartbeatPongAction,
560
+ HelpEvents,
559
561
  HtmlArtifactSchema,
560
562
  HtmlArtifactV2Schema,
561
563
  IMAGE_MODELS,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-J3NGNWDX.js";
6
- import "./chunk-3LGHTME3.js";
7
- import "./chunk-UVOOKS6R.js";
5
+ } from "./chunk-2LLA4MTN.js";
6
+ import "./chunk-RI45VJW3.js";
7
+ import "./chunk-GE7Q64MS.js";
8
8
  import "./chunk-OCYRD7D6.js";
9
9
  export {
10
10
  SubtractCreditsSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.31-cli-update-command.19494+9f6c6af33",
3
+ "version": "0.2.31-cli-update-command.19497+900d40170",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -111,10 +111,10 @@
111
111
  },
112
112
  "devDependencies": {
113
113
  "@bike4mind/agents": "0.1.0",
114
- "@bike4mind/common": "2.52.1-cli-update-command.19494+9f6c6af33",
115
- "@bike4mind/mcp": "1.31.1-cli-update-command.19494+9f6c6af33",
116
- "@bike4mind/services": "2.50.1-cli-update-command.19494+9f6c6af33",
117
- "@bike4mind/utils": "2.7.1-cli-update-command.19494+9f6c6af33",
114
+ "@bike4mind/common": "2.52.1-cli-update-command.19497+900d40170",
115
+ "@bike4mind/mcp": "1.31.1-cli-update-command.19497+900d40170",
116
+ "@bike4mind/services": "2.50.1-cli-update-command.19497+900d40170",
117
+ "@bike4mind/utils": "2.7.1-cli-update-command.19497+900d40170",
118
118
  "@types/better-sqlite3": "^7.6.13",
119
119
  "@types/diff": "^5.0.9",
120
120
  "@types/jsonwebtoken": "^9.0.4",
@@ -135,5 +135,5 @@
135
135
  "optionalDependencies": {
136
136
  "@vscode/ripgrep": "^1.17.0"
137
137
  },
138
- "gitHead": "9f6c6af332c93ee9f5cd315581c7b8d5acc0f1d8"
138
+ "gitHead": "900d40170c4a901cdc7d28d312af1fcbb638599a"
139
139
  }