@bike4mind/cli 0.2.31 → 0.2.32-cj-add-loading-indicator-mcp-tools.19643

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-PLA2VBQW.js";
4
+ } from "./chunk-WY4BH3QZ.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-UAJBCJZ2.js";
9
+ } from "./chunk-SK46ZTHS.js";
10
10
  import {
11
11
  ApiKeyType,
12
12
  MementoTier,
13
13
  isSupportedEmbeddingModel
14
- } from "./chunk-PLA2VBQW.js";
14
+ } from "./chunk-WY4BH3QZ.js";
15
15
 
16
16
  // ../../b4m-core/packages/services/dist/src/apiKeyService/get.js
17
17
  import { z } from "zod";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  BadRequestError,
4
4
  secureParameters
5
- } from "./chunk-UAJBCJZ2.js";
5
+ } from "./chunk-SK46ZTHS.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-PLA2VBQW.js";
15
+ } from "./chunk-WY4BH3QZ.js";
16
16
 
17
17
  // ../../b4m-core/packages/services/dist/src/creditService/subtractCredits.js
18
18
  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.31",
6
+ version: "0.2.32-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
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.53.0",
118
- "@bike4mind/mcp": "1.32.0",
119
- "@bike4mind/services": "2.51.0",
120
- "@bike4mind/utils": "2.8.0",
117
+ "@bike4mind/common": "2.53.1-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
118
+ "@bike4mind/mcp": "1.32.1-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
119
+ "@bike4mind/services": "2.51.1-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
120
+ "@bike4mind/utils": "2.8.1-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
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: "cc6a4f1f1972a8d27722f11cae762e55fd47a912"
141
+ gitHead: "b31f8d10770da7939cd3db9c944ef48a96b7700a"
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-PLA2VBQW.js";
19
+ } from "./chunk-WY4BH3QZ.js";
20
20
  import {
21
21
  Logger
22
22
  } from "./chunk-PFBYGCOW.js";
@@ -4082,7 +4082,7 @@ var AnthropicBedrockBackend = class extends BaseBedrockBackend {
4082
4082
  const modelIdentity = `IMPORTANT! Only when someone asks, remember that you are specifically the ${model} model.`;
4083
4083
  systemMessage = systemMessage ? `${systemMessage}
4084
4084
  ${modelIdentity}` : modelIdentity;
4085
- const hasVendorPrefix = model.includes(":") || model.startsWith("global.") || model.startsWith("us.");
4085
+ const hasVendorPrefix = model.includes(":") || model.startsWith("global.") || model.startsWith("us.") || model.startsWith("anthropic.");
4086
4086
  const modelId = hasVendorPrefix ? model : `anthropic.${model}`;
4087
4087
  const maxTokens = typeof options.maxTokens === "number" ? options.maxTokens : 4096;
4088
4088
  const body = {
@@ -133,7 +133,7 @@ var ChatModels;
133
133
  ChatModels2["CLAUDE_4_5_SONNET_BEDROCK"] = "us.anthropic.claude-sonnet-4-5-20250929-v1:0";
134
134
  ChatModels2["CLAUDE_4_5_HAIKU_BEDROCK"] = "us.anthropic.claude-haiku-4-5-20251001-v1:0";
135
135
  ChatModels2["CLAUDE_4_5_OPUS_BEDROCK"] = "global.anthropic.claude-opus-4-5-20251101-v1:0";
136
- ChatModels2["CLAUDE_4_6_SONNET_BEDROCK"] = "anthropic.claude-sonnet-4-6";
136
+ ChatModels2["CLAUDE_4_6_SONNET_BEDROCK"] = "us.anthropic.claude-sonnet-4-6";
137
137
  ChatModels2["CLAUDE_4_6_OPUS_BEDROCK"] = "global.anthropic.claude-opus-4-6-v1";
138
138
  ChatModels2["CLAUDE_3_OPUS"] = "claude-3-opus-20240229";
139
139
  ChatModels2["CLAUDE_3_5_HAIKU_ANTHROPIC"] = "claude-3-5-haiku-20241022";
@@ -7,11 +7,11 @@ import {
7
7
  getSettingsMap,
8
8
  getSettingsValue,
9
9
  secureParameters
10
- } from "./chunk-UAJBCJZ2.js";
10
+ } from "./chunk-SK46ZTHS.js";
11
11
  import {
12
12
  KnowledgeType,
13
13
  SupportedFabFileMimeTypes
14
- } from "./chunk-PLA2VBQW.js";
14
+ } from "./chunk-WY4BH3QZ.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-PAE3OMY2.js";
6
+ } from "../chunk-PMAK3T23.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-PAE3OMY2.js";
5
+ } from "../chunk-PMAK3T23.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-4R42FAEH.js";
6
- import "./chunk-UAJBCJZ2.js";
7
- import "./chunk-PLA2VBQW.js";
5
+ } from "./chunk-YQXAZF5K.js";
6
+ import "./chunk-SK46ZTHS.js";
7
+ import "./chunk-WY4BH3QZ.js";
8
8
  import "./chunk-PFBYGCOW.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-C7LKV7P2.js";
4
- import "./chunk-4R42FAEH.js";
3
+ import "./chunk-NOBJFMRV.js";
4
+ import "./chunk-YQXAZF5K.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-BD56DFFM.js";
11
+ } from "./chunk-H5EJTADW.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-PAE3OMY2.js";
19
+ } from "./chunk-PMAK3T23.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-UAJBCJZ2.js";
35
+ } from "./chunk-SK46ZTHS.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-PLA2VBQW.js";
93
+ } from "./chunk-WY4BH3QZ.js";
94
94
  import {
95
95
  Logger
96
96
  } from "./chunk-PFBYGCOW.js";
@@ -14767,7 +14767,7 @@ var SUBAGENT_TIMEOUT_MS = 5 * 60 * 1e3;
14767
14767
  var CodeReviewAgent = (config) => ({
14768
14768
  name: "code_review",
14769
14769
  description: "Code review specialist for analyzing code quality, bugs, and improvements",
14770
- model: config?.model ?? ChatModels.CLAUDE_4_6_SONNET,
14770
+ model: config?.model ?? ChatModels.CLAUDE_4_6_SONNET_BEDROCK,
14771
14771
  fallbackModels: [ChatModels.GPT4_1, ChatModels.GPT4_1_MINI],
14772
14772
  defaultThoroughness: config?.defaultThoroughness ?? "medium",
14773
14773
  maxIterations: { quick: 3, medium: 8, very_thorough: 15 },
@@ -14808,7 +14808,7 @@ Focus on actionable, specific feedback referencing exact code locations. Your re
14808
14808
  var ProjectManagerAgent = (config) => ({
14809
14809
  name: "project_manager",
14810
14810
  description: "Project management via Jira and Confluence (create issues, search, update status, write docs). ALWAYS delegate Jira/Confluence requests to this agent \u2014 you do not have direct access to these tools",
14811
- model: config?.model ?? ChatModels.CLAUDE_4_6_SONNET,
14811
+ model: config?.model ?? ChatModels.CLAUDE_4_6_SONNET_BEDROCK,
14812
14812
  fallbackModels: [ChatModels.GPT4_1, ChatModels.GPT4_1_MINI],
14813
14813
  defaultThoroughness: config?.defaultThoroughness ?? "medium",
14814
14814
  maxIterations: { quick: 3, medium: 8, very_thorough: 15 },
@@ -14850,7 +14850,7 @@ Be precise with issue keys and project names. Your results will be used by the m
14850
14850
  var GithubManagerAgent = (config) => ({
14851
14851
  name: "github_manager",
14852
14852
  description: "GitHub operations (issues, pull requests, code search, branches, workflows, reviews). ALWAYS delegate GitHub requests to this agent \u2014 you do not have direct access to these tools",
14853
- model: config?.model ?? ChatModels.CLAUDE_4_6_SONNET,
14853
+ model: config?.model ?? ChatModels.CLAUDE_4_6_SONNET_BEDROCK,
14854
14854
  fallbackModels: [ChatModels.GPT4_1, ChatModels.GPT4_1_MINI],
14855
14855
  defaultThoroughness: config?.defaultThoroughness ?? "medium",
14856
14856
  maxIterations: { quick: 3, medium: 8, very_thorough: 15 },
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-PLA2VBQW.js";
4
+ } from "./chunk-WY4BH3QZ.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-PLA2VBQW.js";
4
+ } from "./chunk-WY4BH3QZ.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-BD56DFFM.js";
6
- import "./chunk-UAJBCJZ2.js";
7
- import "./chunk-PLA2VBQW.js";
5
+ } from "./chunk-H5EJTADW.js";
6
+ import "./chunk-SK46ZTHS.js";
7
+ import "./chunk-WY4BH3QZ.js";
8
8
  import "./chunk-PFBYGCOW.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -447,7 +447,7 @@ import {
447
447
  validateReactArtifactV2,
448
448
  validateSvgArtifactV2,
449
449
  wikiMarkupToAdf
450
- } from "./chunk-PLA2VBQW.js";
450
+ } from "./chunk-WY4BH3QZ.js";
451
451
  export {
452
452
  ALL_IMAGE_MODELS,
453
453
  ALL_IMAGE_SIZES,
@@ -139,12 +139,12 @@ import {
139
139
  validateUrlForFetch,
140
140
  warmUpSettingsCache,
141
141
  withRetry
142
- } from "./chunk-UAJBCJZ2.js";
142
+ } from "./chunk-SK46ZTHS.js";
143
143
  import {
144
144
  buildRateLimitLogEntry,
145
145
  isNearLimit,
146
146
  parseRateLimitHeaders
147
- } from "./chunk-PLA2VBQW.js";
147
+ } from "./chunk-WY4BH3QZ.js";
148
148
  import {
149
149
  Logger,
150
150
  NotificationDeduplicator,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-C7LKV7P2.js";
6
- import "./chunk-UAJBCJZ2.js";
7
- import "./chunk-PLA2VBQW.js";
5
+ } from "./chunk-NOBJFMRV.js";
6
+ import "./chunk-SK46ZTHS.js";
7
+ import "./chunk-WY4BH3QZ.js";
8
8
  import "./chunk-PFBYGCOW.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",
3
+ "version": "0.2.32-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
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.53.0",
115
- "@bike4mind/mcp": "1.32.0",
116
- "@bike4mind/services": "2.51.0",
117
- "@bike4mind/utils": "2.8.0",
114
+ "@bike4mind/common": "2.53.1-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
115
+ "@bike4mind/mcp": "1.32.1-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
116
+ "@bike4mind/services": "2.51.1-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
117
+ "@bike4mind/utils": "2.8.1-cj-add-loading-indicator-mcp-tools.19643+b31f8d107",
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": "cc6a4f1f1972a8d27722f11cae762e55fd47a912"
138
+ "gitHead": "b31f8d10770da7939cd3db9c944ef48a96b7700a"
139
139
  }