@bike4mind/cli 0.2.25-ja-feat-github-slack-notifications.18543 → 0.2.25-ja-feat-github-slack-notifications.18580
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.
- package/dist/{chunk-ETQCFCFT.js → chunk-5FW543EJ.js} +1 -1
- package/dist/{chunk-KGERFIL4.js → chunk-5VVFGRCL.js} +1 -1
- package/dist/{chunk-QDD3PG2I.js → chunk-NJW6ZADK.js} +1 -1
- package/dist/{chunk-TNLRJZRH.js → chunk-RAI6IM62.js} +1 -1
- package/dist/{create-RL7FTI2P.js → create-RQEMJKRM.js} +2 -2
- package/dist/index.js +10 -10
- package/dist/{mementoService-I6G6GHMI.js → mementoService-2ZANDYHX.js} +2 -2
- package/dist/{src-NJXYCMQ4.js → src-TQETKUUI.js} +1 -1
- package/dist/{subtractCredits-G43YXKVF.js → subtractCredits-SYQP2WMH.js} +2 -2
- package/package.json +6 -6
|
@@ -11321,7 +11321,7 @@ function shouldTriggerFallback(error) {
|
|
|
11321
11321
|
}
|
|
11322
11322
|
const fallbackTriggers = [
|
|
11323
11323
|
"model not available",
|
|
11324
|
-
"
|
|
11324
|
+
"overloaded",
|
|
11325
11325
|
"capacity",
|
|
11326
11326
|
"rate limit",
|
|
11327
11327
|
"service unavailable",
|
package/dist/index.js
CHANGED
|
@@ -5,15 +5,15 @@ import {
|
|
|
5
5
|
getEffectiveApiKey,
|
|
6
6
|
getOpenWeatherKey,
|
|
7
7
|
getSerperKey
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5FW543EJ.js";
|
|
9
9
|
import {
|
|
10
10
|
ConfigStore
|
|
11
11
|
} from "./chunk-23T2XGSZ.js";
|
|
12
12
|
import {
|
|
13
13
|
useCliStore
|
|
14
14
|
} from "./chunk-EIDW3VBS.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-RAI6IM62.js";
|
|
16
|
+
import "./chunk-NJW6ZADK.js";
|
|
17
17
|
import {
|
|
18
18
|
BFLImageService,
|
|
19
19
|
BaseStorage,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
OpenAIBackend,
|
|
26
26
|
OpenAIImageService,
|
|
27
27
|
XAIImageService
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-5VVFGRCL.js";
|
|
29
29
|
import {
|
|
30
30
|
AiEvents,
|
|
31
31
|
ApiKeyEvents,
|
|
@@ -13046,7 +13046,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
13046
13046
|
// package.json
|
|
13047
13047
|
var package_default = {
|
|
13048
13048
|
name: "@bike4mind/cli",
|
|
13049
|
-
version: "0.2.25-ja-feat-github-slack-notifications.
|
|
13049
|
+
version: "0.2.25-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
13050
13050
|
type: "module",
|
|
13051
13051
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
13052
13052
|
license: "UNLICENSED",
|
|
@@ -13154,10 +13154,10 @@ var package_default = {
|
|
|
13154
13154
|
},
|
|
13155
13155
|
devDependencies: {
|
|
13156
13156
|
"@bike4mind/agents": "0.1.0",
|
|
13157
|
-
"@bike4mind/common": "2.47.2-ja-feat-github-slack-notifications.
|
|
13158
|
-
"@bike4mind/mcp": "1.28.1-ja-feat-github-slack-notifications.
|
|
13159
|
-
"@bike4mind/services": "2.45.2-ja-feat-github-slack-notifications.
|
|
13160
|
-
"@bike4mind/utils": "2.3.4-ja-feat-github-slack-notifications.
|
|
13157
|
+
"@bike4mind/common": "2.47.2-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
13158
|
+
"@bike4mind/mcp": "1.28.1-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
13159
|
+
"@bike4mind/services": "2.45.2-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
13160
|
+
"@bike4mind/utils": "2.3.4-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
13161
13161
|
"@types/better-sqlite3": "^7.6.13",
|
|
13162
13162
|
"@types/diff": "^5.0.9",
|
|
13163
13163
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -13174,7 +13174,7 @@ var package_default = {
|
|
|
13174
13174
|
optionalDependencies: {
|
|
13175
13175
|
"@vscode/ripgrep": "^1.17.0"
|
|
13176
13176
|
},
|
|
13177
|
-
gitHead: "
|
|
13177
|
+
gitHead: "2ef8667df2d6bbfa0252c2f99dc6ec89ebfc0552"
|
|
13178
13178
|
};
|
|
13179
13179
|
|
|
13180
13180
|
// src/config/constants.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.25-ja-feat-github-slack-notifications.
|
|
3
|
+
"version": "0.2.25-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@bike4mind/agents": "0.1.0",
|
|
111
|
-
"@bike4mind/common": "2.47.2-ja-feat-github-slack-notifications.
|
|
112
|
-
"@bike4mind/mcp": "1.28.1-ja-feat-github-slack-notifications.
|
|
113
|
-
"@bike4mind/services": "2.45.2-ja-feat-github-slack-notifications.
|
|
114
|
-
"@bike4mind/utils": "2.3.4-ja-feat-github-slack-notifications.
|
|
111
|
+
"@bike4mind/common": "2.47.2-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
112
|
+
"@bike4mind/mcp": "1.28.1-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
113
|
+
"@bike4mind/services": "2.45.2-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
114
|
+
"@bike4mind/utils": "2.3.4-ja-feat-github-slack-notifications.18580+2ef8667df",
|
|
115
115
|
"@types/better-sqlite3": "^7.6.13",
|
|
116
116
|
"@types/diff": "^5.0.9",
|
|
117
117
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"optionalDependencies": {
|
|
129
129
|
"@vscode/ripgrep": "^1.17.0"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "2ef8667df2d6bbfa0252c2f99dc6ec89ebfc0552"
|
|
132
132
|
}
|