@bike4mind/cli 0.2.48-chore-package-version-updates.20949 → 0.2.48-chore-unify-p-limit.20928

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.
@@ -3046,7 +3046,7 @@ import OpenAI from "openai";
3046
3046
  // ../../b4m-core/packages/services/dist/src/countersService/agnosticAiInsights.js
3047
3047
  import { Anthropic } from "@anthropic-ai/sdk";
3048
3048
  import { BedrockRuntimeClient, InvokeModelCommand } from "@aws-sdk/client-bedrock-runtime";
3049
- import { GoogleGenAI } from "@google/genai";
3049
+ import { GoogleGenerativeAI } from "@google/generative-ai";
3050
3050
  import OpenAI2 from "openai";
3051
3051
 
3052
3052
  // ../../b4m-core/packages/services/dist/src/importHistoryService/index.js
@@ -3,7 +3,7 @@
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@bike4mind/cli",
6
- version: "0.2.48-chore-package-version-updates.20949+7a8605c67",
6
+ version: "0.2.48-chore-unify-p-limit.20928+8e5f43bdc",
7
7
  type: "module",
8
8
  description: "Interactive CLI tool for Bike4Mind with ReAct agents",
9
9
  license: "UNLICENSED",
@@ -54,22 +54,23 @@ var package_default = {
54
54
  "@aws-sdk/client-transcribe": "3.654.0",
55
55
  "@aws-sdk/credential-provider-node": "3.654.0",
56
56
  "@aws-sdk/s3-request-presigner": "3.654.0",
57
- "@casl/ability": "^6.8.0",
58
- "@google/genai": "^1.44.0",
59
- "@joplin/turndown-plugin-gfm": "^1.0.64",
57
+ "@casl/ability": "^6.5.0",
58
+ "@google/genai": "^1.27.0",
59
+ "@google/generative-ai": "^0.21.0",
60
+ "@joplin/turndown-plugin-gfm": "^1.0.62",
60
61
  "@mendable/firecrawl-js": "^1.29.3",
61
- "@modelcontextprotocol/sdk": "1.27.1",
62
- "@octokit/rest": "^22.0.1",
62
+ "@modelcontextprotocol/sdk": "1.26.0",
63
+ "@octokit/rest": "^22.0.0",
63
64
  "@opensearch-project/opensearch": "2.11.0",
64
- "@smithy/node-http-handler": "^4.4.14",
65
+ "@smithy/node-http-handler": "^4.4.10",
65
66
  "async-mutex": "^0.5.0",
66
- axios: "^1.13.6",
67
+ axios: "^1.13.2",
67
68
  bcryptjs: "^2.4.3",
68
- "better-sqlite3": "^12.6.2",
69
+ "better-sqlite3": "^12.5.0",
69
70
  cheerio: "1.0.0-rc.12",
70
71
  "cli-highlight": "^2.1.11",
71
72
  "csv-parse": "^5.5.6",
72
- dayjs: "^1.11.19",
73
+ dayjs: "^1.11.13",
73
74
  diff: "^8.0.2",
74
75
  dotenv: "^16.3.1",
75
76
  "eventsource-parser": "^3.0.6",
@@ -77,14 +78,14 @@ var package_default = {
77
78
  "file-type": "^18.7.0",
78
79
  "fuse.js": "^7.1.0",
79
80
  fzf: "^0.5.2",
80
- glob: "^13.0.6",
81
+ glob: "^13.0.0",
81
82
  "gray-matter": "^4.0.3",
82
83
  ignore: "^7.0.5",
83
- ink: "^6.8.0",
84
+ ink: "^6.5.1",
84
85
  "ink-select-input": "^6.2.0",
85
86
  "ink-spinner": "^5.0.0",
86
87
  "ink-text-input": "^6.0.0",
87
- jsonwebtoken: "^9.0.3",
88
+ jsonwebtoken: "^9.0.2",
88
89
  lodash: "^4.17.21",
89
90
  mammoth: "^1.11.0",
90
91
  marked: "^15.0.11",
@@ -93,16 +94,16 @@ var package_default = {
93
94
  mongoose: "^8.8.3",
94
95
  ollama: "^0.6.3",
95
96
  open: "^11.0.0",
96
- openai: "^6.27.0",
97
- "p-limit": "^6.2.0",
97
+ openai: "^6.18.0",
98
+ "p-limit": "^7.3.0",
98
99
  picomatch: "^4.0.3",
99
100
  qrcode: "^1.5.4",
100
- react: "^19.2.4",
101
+ react: "^19.2.3",
101
102
  sharp: "^0.34.5",
102
103
  speakeasy: "^2.0.0",
103
- tiktoken: "^1.0.22",
104
+ tiktoken: "^1.0.16",
104
105
  "tree-sitter-wasms": "^0.1.13",
105
- turndown: "^7.2.2",
106
+ turndown: "^7.2.0",
106
107
  undici: "^7.0.0",
107
108
  unpdf: "^0.10.0",
108
109
  uuid: "^9.0.1",
@@ -118,19 +119,19 @@ var package_default = {
118
119
  },
119
120
  devDependencies: {
120
121
  "@bike4mind/agents": "0.1.0",
121
- "@bike4mind/common": "2.66.1-chore-package-version-updates.20949+7a8605c67",
122
- "@bike4mind/mcp": "1.33.10-chore-package-version-updates.20949+7a8605c67",
123
- "@bike4mind/services": "2.62.1-chore-package-version-updates.20949+7a8605c67",
124
- "@bike4mind/utils": "2.15.3-chore-package-version-updates.20949+7a8605c67",
122
+ "@bike4mind/common": "2.66.1-chore-unify-p-limit.20928+8e5f43bdc",
123
+ "@bike4mind/mcp": "1.33.10-chore-unify-p-limit.20928+8e5f43bdc",
124
+ "@bike4mind/services": "2.62.1-chore-unify-p-limit.20928+8e5f43bdc",
125
+ "@bike4mind/utils": "2.15.3-chore-unify-p-limit.20928+8e5f43bdc",
125
126
  "@types/better-sqlite3": "^7.6.13",
126
127
  "@types/diff": "^5.0.9",
127
128
  "@types/jsonwebtoken": "^9.0.4",
128
129
  "@types/node": "^22.9.0",
129
130
  "@types/picomatch": "^4.0.2",
130
- "@types/react": "^19.2.14",
131
+ "@types/react": "^19.2.7",
131
132
  "@types/uuid": "^9.0.7",
132
133
  "@types/ws": "^8.18.1",
133
- "@types/yargs": "^17.0.35",
134
+ "@types/yargs": "^17.0.32",
134
135
  "ink-testing-library": "^4.0.0",
135
136
  tsup: "^8.5.1",
136
137
  tsx: "^4.21.0",
@@ -140,7 +141,7 @@ var package_default = {
140
141
  optionalDependencies: {
141
142
  "@vscode/ripgrep": "^1.17.0"
142
143
  },
143
- gitHead: "7a8605c678dea2f03d0363327256323d78496a0f"
144
+ gitHead: "8e5f43bdc75a4f5c50ad90b9a9f62a1b6b4833cc"
144
145
  };
145
146
 
146
147
  // src/utils/updateChecker.ts
@@ -3,7 +3,7 @@ import {
3
3
  fetchLatestVersion,
4
4
  forceCheckForUpdate,
5
5
  package_default
6
- } from "../chunk-3ZM32T3R.js";
6
+ } from "../chunk-SS7STBRZ.js";
7
7
 
8
8
  // src/commands/doctorCommand.ts
9
9
  import { execSync } from "child_process";
@@ -36,7 +36,7 @@ import {
36
36
  isReadOnlyTool,
37
37
  loadContextFiles,
38
38
  setWebSocketToolExecutor
39
- } from "../chunk-5DHY3MWM.js";
39
+ } from "../chunk-L5HB4ALN.js";
40
40
  import "../chunk-BDQBOLYG.js";
41
41
  import "../chunk-U7ICJXHN.js";
42
42
  import "../chunk-GQGOWACU.js";
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  forceCheckForUpdate,
4
4
  package_default
5
- } from "../chunk-3ZM32T3R.js";
5
+ } from "../chunk-SS7STBRZ.js";
6
6
 
7
7
  // src/commands/updateCommand.ts
8
8
  import { execSync } from "child_process";
package/dist/index.js CHANGED
@@ -46,7 +46,7 @@ import {
46
46
  setWebSocketToolExecutor,
47
47
  substituteArguments,
48
48
  warmFileCache
49
- } from "./chunk-5DHY3MWM.js";
49
+ } from "./chunk-L5HB4ALN.js";
50
50
  import "./chunk-BDQBOLYG.js";
51
51
  import "./chunk-U7ICJXHN.js";
52
52
  import "./chunk-GQGOWACU.js";
@@ -64,7 +64,7 @@ import {
64
64
  import {
65
65
  checkForUpdate,
66
66
  package_default
67
- } from "./chunk-3ZM32T3R.js";
67
+ } from "./chunk-SS7STBRZ.js";
68
68
  import {
69
69
  selectActiveBackgroundAgents,
70
70
  useCliStore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.48-chore-package-version-updates.20949+7a8605c67",
3
+ "version": "0.2.48-chore-unify-p-limit.20928+8e5f43bdc",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -51,22 +51,23 @@
51
51
  "@aws-sdk/client-transcribe": "3.654.0",
52
52
  "@aws-sdk/credential-provider-node": "3.654.0",
53
53
  "@aws-sdk/s3-request-presigner": "3.654.0",
54
- "@casl/ability": "^6.8.0",
55
- "@google/genai": "^1.44.0",
56
- "@joplin/turndown-plugin-gfm": "^1.0.64",
54
+ "@casl/ability": "^6.5.0",
55
+ "@google/genai": "^1.27.0",
56
+ "@google/generative-ai": "^0.21.0",
57
+ "@joplin/turndown-plugin-gfm": "^1.0.62",
57
58
  "@mendable/firecrawl-js": "^1.29.3",
58
- "@modelcontextprotocol/sdk": "1.27.1",
59
- "@octokit/rest": "^22.0.1",
59
+ "@modelcontextprotocol/sdk": "1.26.0",
60
+ "@octokit/rest": "^22.0.0",
60
61
  "@opensearch-project/opensearch": "2.11.0",
61
- "@smithy/node-http-handler": "^4.4.14",
62
+ "@smithy/node-http-handler": "^4.4.10",
62
63
  "async-mutex": "^0.5.0",
63
- "axios": "^1.13.6",
64
+ "axios": "^1.13.2",
64
65
  "bcryptjs": "^2.4.3",
65
- "better-sqlite3": "^12.6.2",
66
+ "better-sqlite3": "^12.5.0",
66
67
  "cheerio": "1.0.0-rc.12",
67
68
  "cli-highlight": "^2.1.11",
68
69
  "csv-parse": "^5.5.6",
69
- "dayjs": "^1.11.19",
70
+ "dayjs": "^1.11.13",
70
71
  "diff": "^8.0.2",
71
72
  "dotenv": "^16.3.1",
72
73
  "eventsource-parser": "^3.0.6",
@@ -74,14 +75,14 @@
74
75
  "file-type": "^18.7.0",
75
76
  "fuse.js": "^7.1.0",
76
77
  "fzf": "^0.5.2",
77
- "glob": "^13.0.6",
78
+ "glob": "^13.0.0",
78
79
  "gray-matter": "^4.0.3",
79
80
  "ignore": "^7.0.5",
80
- "ink": "^6.8.0",
81
+ "ink": "^6.5.1",
81
82
  "ink-select-input": "^6.2.0",
82
83
  "ink-spinner": "^5.0.0",
83
84
  "ink-text-input": "^6.0.0",
84
- "jsonwebtoken": "^9.0.3",
85
+ "jsonwebtoken": "^9.0.2",
85
86
  "lodash": "^4.17.21",
86
87
  "mammoth": "^1.11.0",
87
88
  "marked": "^15.0.11",
@@ -90,16 +91,16 @@
90
91
  "mongoose": "^8.8.3",
91
92
  "ollama": "^0.6.3",
92
93
  "open": "^11.0.0",
93
- "openai": "^6.27.0",
94
- "p-limit": "^6.2.0",
94
+ "openai": "^6.18.0",
95
+ "p-limit": "^7.3.0",
95
96
  "picomatch": "^4.0.3",
96
97
  "qrcode": "^1.5.4",
97
- "react": "^19.2.4",
98
+ "react": "^19.2.3",
98
99
  "sharp": "^0.34.5",
99
100
  "speakeasy": "^2.0.0",
100
- "tiktoken": "^1.0.22",
101
+ "tiktoken": "^1.0.16",
101
102
  "tree-sitter-wasms": "^0.1.13",
102
- "turndown": "^7.2.2",
103
+ "turndown": "^7.2.0",
103
104
  "undici": "^7.0.0",
104
105
  "unpdf": "^0.10.0",
105
106
  "uuid": "^9.0.1",
@@ -115,19 +116,19 @@
115
116
  },
116
117
  "devDependencies": {
117
118
  "@bike4mind/agents": "0.1.0",
118
- "@bike4mind/common": "2.66.1-chore-package-version-updates.20949+7a8605c67",
119
- "@bike4mind/mcp": "1.33.10-chore-package-version-updates.20949+7a8605c67",
120
- "@bike4mind/services": "2.62.1-chore-package-version-updates.20949+7a8605c67",
121
- "@bike4mind/utils": "2.15.3-chore-package-version-updates.20949+7a8605c67",
119
+ "@bike4mind/common": "2.66.1-chore-unify-p-limit.20928+8e5f43bdc",
120
+ "@bike4mind/mcp": "1.33.10-chore-unify-p-limit.20928+8e5f43bdc",
121
+ "@bike4mind/services": "2.62.1-chore-unify-p-limit.20928+8e5f43bdc",
122
+ "@bike4mind/utils": "2.15.3-chore-unify-p-limit.20928+8e5f43bdc",
122
123
  "@types/better-sqlite3": "^7.6.13",
123
124
  "@types/diff": "^5.0.9",
124
125
  "@types/jsonwebtoken": "^9.0.4",
125
126
  "@types/node": "^22.9.0",
126
127
  "@types/picomatch": "^4.0.2",
127
- "@types/react": "^19.2.14",
128
+ "@types/react": "^19.2.7",
128
129
  "@types/uuid": "^9.0.7",
129
130
  "@types/ws": "^8.18.1",
130
- "@types/yargs": "^17.0.35",
131
+ "@types/yargs": "^17.0.32",
131
132
  "ink-testing-library": "^4.0.0",
132
133
  "tsup": "^8.5.1",
133
134
  "tsx": "^4.21.0",
@@ -137,5 +138,5 @@
137
138
  "optionalDependencies": {
138
139
  "@vscode/ripgrep": "^1.17.0"
139
140
  },
140
- "gitHead": "7a8605c678dea2f03d0363327256323d78496a0f"
141
+ "gitHead": "8e5f43bdc75a4f5c50ad90b9a9f62a1b6b4833cc"
141
142
  }