@bike4mind/cli 0.2.31-b4m-cli-undo-command.19493 → 0.2.31-b4m-cli-undo-command.19534
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/bin/bike4mind-cli.mjs +48 -0
- package/dist/{artifactExtractor-Z6CL6QFN.js → artifactExtractor-T6NJ7V7P.js} +1 -1
- package/dist/{chunk-LBTTUQJM.js → chunk-32PKF3N7.js} +16 -15
- package/dist/{chunk-RI45VJW3.js → chunk-3SPW5FYJ.js} +3 -3
- package/dist/{chunk-ZOWCX4MQ.js → chunk-ERV5G6MX.js} +3 -3
- package/dist/{chunk-2LLA4MTN.js → chunk-F4PXVLZX.js} +2 -2
- package/dist/{chunk-T67NGQW6.js → chunk-JWJF6O4L.js} +3 -3
- package/dist/{chunk-GE7Q64MS.js → chunk-NI22LIK3.js} +167 -165
- package/dist/{chunk-OCYRD7D6.js → chunk-PFBYGCOW.js} +109 -31
- package/dist/chunk-WVFOWKNW.js +244 -0
- package/dist/commands/doctorCommand.js +87 -0
- package/dist/commands/mcpCommand.js +1 -1
- package/dist/commands/updateCommand.js +42 -0
- package/dist/create-XOEMSBER.js +12 -0
- package/dist/index.js +161 -284
- package/dist/{llmMarkdownGenerator-KGA4HTQN.js → llmMarkdownGenerator-NPX7ULSW.js} +1 -1
- package/dist/{markdownGenerator-ERG7FI5H.js → markdownGenerator-TVJ2RQXC.js} +1 -1
- package/dist/{mementoService-I56R5DNA.js → mementoService-HGH2XVLM.js} +4 -4
- package/dist/{notificationDeduplicator-UTHJHMSZ.js → notificationDeduplicator-HUC53NEW.js} +1 -1
- package/dist/{src-IAR65K73.js → src-2BRBILH7.js} +1 -1
- package/dist/{src-EMANOLFK.js → src-JZ6OHGTX.js} +3 -3
- package/dist/{subtractCredits-3MEQF5CV.js → subtractCredits-4VIHTUR4.js} +4 -4
- package/package.json +9 -9
- package/dist/create-JNUW7ICC.js +0 -12
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-JWJF6O4L.js";
|
|
6
|
+
import "./chunk-3SPW5FYJ.js";
|
|
7
|
+
import "./chunk-NI22LIK3.js";
|
|
8
|
+
import "./chunk-PFBYGCOW.js";
|
|
9
9
|
export {
|
|
10
10
|
findMostSimilarMemento,
|
|
11
11
|
getRelevantMementos
|
|
@@ -139,12 +139,12 @@ import {
|
|
|
139
139
|
validateUrlForFetch,
|
|
140
140
|
warmUpSettingsCache,
|
|
141
141
|
withRetry
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-3SPW5FYJ.js";
|
|
143
143
|
import {
|
|
144
144
|
buildRateLimitLogEntry,
|
|
145
145
|
isNearLimit,
|
|
146
146
|
parseRateLimitHeaders
|
|
147
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-NI22LIK3.js";
|
|
148
148
|
import {
|
|
149
149
|
Logger,
|
|
150
150
|
NotificationDeduplicator,
|
|
@@ -152,7 +152,7 @@ import {
|
|
|
152
152
|
notifyEventLogsToSlack,
|
|
153
153
|
postLowCreditsNotificationToSlack,
|
|
154
154
|
postMessageToSlack
|
|
155
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-PFBYGCOW.js";
|
|
156
156
|
export {
|
|
157
157
|
AIVideoService,
|
|
158
158
|
AWSBackend,
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-F4PXVLZX.js";
|
|
6
|
+
import "./chunk-3SPW5FYJ.js";
|
|
7
|
+
import "./chunk-NI22LIK3.js";
|
|
8
|
+
import "./chunk-PFBYGCOW.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.31-b4m-cli-undo-command.
|
|
3
|
+
"version": "0.2.31-b4m-cli-undo-command.19534+db45140bb",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@google/generative-ai": "^0.21.0",
|
|
58
58
|
"@joplin/turndown-plugin-gfm": "^1.0.62",
|
|
59
59
|
"@mendable/firecrawl-js": "^1.29.3",
|
|
60
|
-
"@modelcontextprotocol/sdk": "1.
|
|
60
|
+
"@modelcontextprotocol/sdk": "1.26.0",
|
|
61
61
|
"@octokit/rest": "^22.0.0",
|
|
62
62
|
"@opensearch-project/opensearch": "2.11.0",
|
|
63
63
|
"async-mutex": "^0.5.0",
|
|
@@ -105,16 +105,16 @@
|
|
|
105
105
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
|
|
106
106
|
"yargs": "^17.7.2",
|
|
107
107
|
"yauzl": "^3.1.3",
|
|
108
|
-
"zod": "^3.
|
|
109
|
-
"zod-validation-error": "^
|
|
108
|
+
"zod": "^4.3.6",
|
|
109
|
+
"zod-validation-error": "^5.0.0",
|
|
110
110
|
"zustand": "^4.5.4"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@bike4mind/agents": "0.1.0",
|
|
114
|
-
"@bike4mind/common": "2.52.1-b4m-cli-undo-command.
|
|
115
|
-
"@bike4mind/mcp": "1.31.1-b4m-cli-undo-command.
|
|
116
|
-
"@bike4mind/services": "2.50.1-b4m-cli-undo-command.
|
|
117
|
-
"@bike4mind/utils": "2.7.1-b4m-cli-undo-command.
|
|
114
|
+
"@bike4mind/common": "2.52.1-b4m-cli-undo-command.19534+db45140bb",
|
|
115
|
+
"@bike4mind/mcp": "1.31.1-b4m-cli-undo-command.19534+db45140bb",
|
|
116
|
+
"@bike4mind/services": "2.50.1-b4m-cli-undo-command.19534+db45140bb",
|
|
117
|
+
"@bike4mind/utils": "2.7.1-b4m-cli-undo-command.19534+db45140bb",
|
|
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": "
|
|
138
|
+
"gitHead": "db45140bb943bbc4dbccd53c99a8e305cb792d88"
|
|
139
139
|
}
|
package/dist/create-JNUW7ICC.js
DELETED