@bike4mind/cli 0.2.22-fix-cli-missing-cloudwatch-dependency.18294 → 0.2.22
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/ImageStore-MMUOUPI2.js +0 -0
- package/dist/artifactExtractor-GANN5ZGT.js +0 -0
- package/dist/chunk-3UCVSEGP.js +0 -0
- package/dist/chunk-BDQBOLYG.js +0 -0
- package/dist/chunk-BGZVNMBX.js +0 -0
- package/dist/chunk-BPFEGDC7.js +0 -0
- package/dist/chunk-CC3VKAAL.js +0 -0
- package/dist/chunk-N57SVIGZ.js +0 -0
- package/dist/chunk-OCYRD7D6.js +0 -0
- package/dist/chunk-QZAVSLFW.js +0 -0
- package/dist/chunk-XLWF5LEL.js +0 -0
- package/dist/commands/mcpCommand.js +0 -0
- package/dist/create-XVC5PGGL.js +0 -0
- package/dist/formatConverter-5QEJDW24.js +0 -0
- package/dist/index.js +7 -8
- package/dist/llmMarkdownGenerator-L5I7ENTP.js +0 -0
- package/dist/markdownGenerator-XVAVZGQA.js +0 -0
- package/dist/mementoService-4DIRQJZV.js +0 -0
- package/dist/notificationDeduplicator-UTHJHMSZ.js +0 -0
- package/dist/src-3WK3ALZZ.js +0 -0
- package/dist/src-J7E4QLQO.js +0 -0
- package/dist/subtractCredits-SFT6GEO3.js +0 -0
- package/dist/utils-JCHWDM4Z.js +0 -0
- package/package.json +17 -19
|
File without changes
|
|
File without changes
|
package/dist/chunk-3UCVSEGP.js
CHANGED
|
File without changes
|
package/dist/chunk-BDQBOLYG.js
CHANGED
|
File without changes
|
package/dist/chunk-BGZVNMBX.js
CHANGED
|
File without changes
|
package/dist/chunk-BPFEGDC7.js
CHANGED
|
File without changes
|
package/dist/chunk-CC3VKAAL.js
CHANGED
|
File without changes
|
package/dist/chunk-N57SVIGZ.js
CHANGED
|
File without changes
|
package/dist/chunk-OCYRD7D6.js
CHANGED
|
File without changes
|
package/dist/chunk-QZAVSLFW.js
CHANGED
|
File without changes
|
package/dist/chunk-XLWF5LEL.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/create-XVC5PGGL.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/index.js
CHANGED
|
@@ -12443,7 +12443,7 @@ import { isAxiosError as isAxiosError2 } from "axios";
|
|
|
12443
12443
|
// package.json
|
|
12444
12444
|
var package_default = {
|
|
12445
12445
|
name: "@bike4mind/cli",
|
|
12446
|
-
version: "0.2.22
|
|
12446
|
+
version: "0.2.22",
|
|
12447
12447
|
type: "module",
|
|
12448
12448
|
description: "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
12449
12449
|
license: "UNLICENSED",
|
|
@@ -12550,11 +12550,11 @@ var package_default = {
|
|
|
12550
12550
|
zustand: "^4.5.4"
|
|
12551
12551
|
},
|
|
12552
12552
|
devDependencies: {
|
|
12553
|
-
"@bike4mind/agents": "
|
|
12554
|
-
"@bike4mind/common": "
|
|
12555
|
-
"@bike4mind/mcp": "
|
|
12556
|
-
"@bike4mind/services": "
|
|
12557
|
-
"@bike4mind/utils": "
|
|
12553
|
+
"@bike4mind/agents": "workspace:*",
|
|
12554
|
+
"@bike4mind/common": "workspace:*",
|
|
12555
|
+
"@bike4mind/mcp": "workspace:*",
|
|
12556
|
+
"@bike4mind/services": "workspace:*",
|
|
12557
|
+
"@bike4mind/utils": "workspace:*",
|
|
12558
12558
|
"@types/better-sqlite3": "^7.6.13",
|
|
12559
12559
|
"@types/diff": "^5.0.9",
|
|
12560
12560
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -12570,8 +12570,7 @@ var package_default = {
|
|
|
12570
12570
|
},
|
|
12571
12571
|
optionalDependencies: {
|
|
12572
12572
|
"@vscode/ripgrep": "^1.17.0"
|
|
12573
|
-
}
|
|
12574
|
-
gitHead: "61999cc46505de3882763c6430ab5594b4341c06"
|
|
12573
|
+
}
|
|
12575
12574
|
};
|
|
12576
12575
|
|
|
12577
12576
|
// src/config/constants.ts
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/src-3WK3ALZZ.js
CHANGED
|
File without changes
|
package/dist/src-J7E4QLQO.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/utils-JCHWDM4Z.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.22
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -30,16 +30,6 @@
|
|
|
30
30
|
"dist",
|
|
31
31
|
"bin"
|
|
32
32
|
],
|
|
33
|
-
"scripts": {
|
|
34
|
-
"dev": "tsx src/index.tsx",
|
|
35
|
-
"build": "tsup",
|
|
36
|
-
"typecheck": "tsc --noEmit",
|
|
37
|
-
"test": "vitest run",
|
|
38
|
-
"test:watch": "vitest",
|
|
39
|
-
"start": "node dist/index.js",
|
|
40
|
-
"prepublishOnly": "pnpm build",
|
|
41
|
-
"postinstall": "node -e \"try { require('better-sqlite3') } catch(e) { if(e.message.includes('bindings')) { console.log('\\n⚠️ Rebuilding better-sqlite3 native bindings...'); require('child_process').execSync('pnpm rebuild better-sqlite3', {stdio:'inherit'}) } }\""
|
|
42
|
-
},
|
|
43
33
|
"dependencies": {
|
|
44
34
|
"@anthropic-ai/sdk": "^0.71.2",
|
|
45
35
|
"@aws-sdk/client-apigatewaymanagementapi": "3.654.0",
|
|
@@ -107,11 +97,6 @@
|
|
|
107
97
|
"zustand": "^4.5.4"
|
|
108
98
|
},
|
|
109
99
|
"devDependencies": {
|
|
110
|
-
"@bike4mind/agents": "0.1.0",
|
|
111
|
-
"@bike4mind/common": "2.46.1-fix-cli-missing-cloudwatch-dependency.18294+61999cc46",
|
|
112
|
-
"@bike4mind/mcp": "1.26.1-fix-cli-missing-cloudwatch-dependency.18294+61999cc46",
|
|
113
|
-
"@bike4mind/services": "2.44.1-fix-cli-missing-cloudwatch-dependency.18294+61999cc46",
|
|
114
|
-
"@bike4mind/utils": "2.3.2-fix-cli-missing-cloudwatch-dependency.18294+61999cc46",
|
|
115
100
|
"@types/better-sqlite3": "^7.6.13",
|
|
116
101
|
"@types/diff": "^5.0.9",
|
|
117
102
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -123,10 +108,23 @@
|
|
|
123
108
|
"tsup": "^8.5.1",
|
|
124
109
|
"tsx": "^4.21.0",
|
|
125
110
|
"typescript": "^5.9.3",
|
|
126
|
-
"vitest": "^3.2.4"
|
|
111
|
+
"vitest": "^3.2.4",
|
|
112
|
+
"@bike4mind/agents": "0.1.0",
|
|
113
|
+
"@bike4mind/common": "2.46.0",
|
|
114
|
+
"@bike4mind/mcp": "1.26.0",
|
|
115
|
+
"@bike4mind/services": "2.44.0",
|
|
116
|
+
"@bike4mind/utils": "2.3.1"
|
|
127
117
|
},
|
|
128
118
|
"optionalDependencies": {
|
|
129
119
|
"@vscode/ripgrep": "^1.17.0"
|
|
130
120
|
},
|
|
131
|
-
"
|
|
132
|
-
|
|
121
|
+
"scripts": {
|
|
122
|
+
"dev": "tsx src/index.tsx",
|
|
123
|
+
"build": "tsup",
|
|
124
|
+
"typecheck": "tsc --noEmit",
|
|
125
|
+
"test": "vitest run",
|
|
126
|
+
"test:watch": "vitest",
|
|
127
|
+
"start": "node dist/index.js",
|
|
128
|
+
"postinstall": "node -e \"try { require('better-sqlite3') } catch(e) { if(e.message.includes('bindings')) { console.log('\\n⚠️ Rebuilding better-sqlite3 native bindings...'); require('child_process').execSync('pnpm rebuild better-sqlite3', {stdio:'inherit'}) } }\""
|
|
129
|
+
}
|
|
130
|
+
}
|