@bike4mind/cli 0.2.11 → 0.2.12-ctrl-c-clear-input.17412
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/README.md +21 -0
- package/dist/{ImageStore-RQZ7OF7P.js → ImageStore-MMUOUPI2.js} +0 -1
- package/dist/{artifactExtractor-F2VLARCK.js → artifactExtractor-URGQJDMT.js} +0 -1
- package/dist/{chunk-RJFNIMVH.js → chunk-7N7AZPLK.js} +1 -1
- package/dist/chunk-BDQBOLYG.js +0 -0
- package/dist/chunk-BPFEGDC7.js +0 -0
- package/dist/{chunk-BU5TP3BH.js → chunk-INYINU6X.js} +1 -1
- package/dist/{chunk-ID4NS6KF.js → chunk-JXROCVSM.js} +1 -1
- package/dist/{chunk-AMDXHL6S.js → chunk-OCYRD7D6.js} +1 -1
- package/dist/chunk-OHR7UCTC.js +0 -0
- package/dist/{chunk-ZHCX7BLB.js → chunk-XM52K32A.js} +1 -1
- package/dist/{create-MXBWYABO.js → create-IGUAAYLC.js} +3 -4
- package/dist/{formatConverter-I7EIUVDY.js → formatConverter-5QEJDW24.js} +0 -1
- package/dist/index.js +709 -379
- package/dist/{llmMarkdownGenerator-AVPOXVE5.js → llmMarkdownGenerator-QLIULZ4H.js} +0 -1
- package/dist/{markdownGenerator-FBXMTP3B.js → markdownGenerator-WE5PLZRI.js} +0 -1
- package/dist/{mementoService-4WLVEWPZ.js → mementoService-OGW5IEJX.js} +3 -4
- package/dist/{notificationDeduplicator-UW7D75QS.js → notificationDeduplicator-UTHJHMSZ.js} +1 -2
- package/dist/{src-YU4VN5YG.js → src-557ODV2Y.js} +2 -3
- package/dist/{src-SYE7WXBJ.js → src-7JPWO5SS.js} +0 -1
- package/dist/{subtractCredits-FGISXF2D.js → subtractCredits-QSGEUH6U.js} +3 -4
- package/dist/{utils-JPMDGUBL.js → utils-JCHWDM4Z.js} +0 -1
- package/package.json +20 -16
- package/dist/chunk-PDX44BCA.js +0 -11
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
findMostSimilarMemento,
|
|
4
4
|
getRelevantMementos
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-XM52K32A.js";
|
|
6
|
+
import "./chunk-INYINU6X.js";
|
|
7
|
+
import "./chunk-OCYRD7D6.js";
|
|
8
8
|
import "./chunk-OHR7UCTC.js";
|
|
9
|
-
import "./chunk-PDX44BCA.js";
|
|
10
9
|
export {
|
|
11
10
|
findMostSimilarMemento,
|
|
12
11
|
getRelevantMementos
|
|
@@ -120,7 +120,7 @@ import {
|
|
|
120
120
|
validateMermaidSyntax,
|
|
121
121
|
warmUpSettingsCache,
|
|
122
122
|
withRetry
|
|
123
|
-
} from "./chunk-
|
|
123
|
+
} from "./chunk-INYINU6X.js";
|
|
124
124
|
import {
|
|
125
125
|
Logger,
|
|
126
126
|
NotificationDeduplicator,
|
|
@@ -128,9 +128,8 @@ import {
|
|
|
128
128
|
notifyEventLogsToSlack,
|
|
129
129
|
postLowCreditsNotificationToSlack,
|
|
130
130
|
postMessageToSlack
|
|
131
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-OCYRD7D6.js";
|
|
132
132
|
import "./chunk-OHR7UCTC.js";
|
|
133
|
-
import "./chunk-PDX44BCA.js";
|
|
134
133
|
export {
|
|
135
134
|
AWSBackend,
|
|
136
135
|
AdminSettingsCache,
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
SubtractCreditsSchema,
|
|
4
4
|
subtractCredits
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-JXROCVSM.js";
|
|
6
|
+
import "./chunk-INYINU6X.js";
|
|
7
|
+
import "./chunk-OCYRD7D6.js";
|
|
8
8
|
import "./chunk-OHR7UCTC.js";
|
|
9
|
-
import "./chunk-PDX44BCA.js";
|
|
10
9
|
export {
|
|
11
10
|
SubtractCreditsSchema,
|
|
12
11
|
subtractCredits
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bike4mind/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12-ctrl-c-clear-input.17412+46c1f7133",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive CLI tool for Bike4Mind with ReAct agents",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -30,6 +30,16 @@
|
|
|
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
|
+
},
|
|
33
43
|
"dependencies": {
|
|
34
44
|
"@anthropic-ai/sdk": "^0.22.0",
|
|
35
45
|
"@aws-sdk/client-apigatewaymanagementapi": "3.654.0",
|
|
@@ -61,6 +71,7 @@
|
|
|
61
71
|
"eventsource-parser": "^3.0.6",
|
|
62
72
|
"file-type": "^18.7.0",
|
|
63
73
|
"fuse.js": "^7.1.0",
|
|
74
|
+
"glob": "^13.0.0",
|
|
64
75
|
"gray-matter": "^4.0.3",
|
|
65
76
|
"ink": "^6.5.1",
|
|
66
77
|
"ink-select-input": "^6.2.0",
|
|
@@ -94,6 +105,11 @@
|
|
|
94
105
|
"zustand": "^4.5.4"
|
|
95
106
|
},
|
|
96
107
|
"devDependencies": {
|
|
108
|
+
"@bike4mind/agents": "0.1.0",
|
|
109
|
+
"@bike4mind/common": "2.41.1-ctrl-c-clear-input.17412+46c1f7133",
|
|
110
|
+
"@bike4mind/mcp": "1.21.1-ctrl-c-clear-input.17412+46c1f7133",
|
|
111
|
+
"@bike4mind/services": "2.36.1-ctrl-c-clear-input.17412+46c1f7133",
|
|
112
|
+
"@bike4mind/utils": "2.1.6-ctrl-c-clear-input.17412+46c1f7133",
|
|
97
113
|
"@types/better-sqlite3": "^7.6.13",
|
|
98
114
|
"@types/diff": "^5.0.9",
|
|
99
115
|
"@types/jsonwebtoken": "^9.0.4",
|
|
@@ -104,19 +120,7 @@
|
|
|
104
120
|
"tsup": "^8.5.1",
|
|
105
121
|
"tsx": "^4.21.0",
|
|
106
122
|
"typescript": "^5.9.3",
|
|
107
|
-
"vitest": "^3.2.4"
|
|
108
|
-
"@bike4mind/agents": "0.1.0",
|
|
109
|
-
"@bike4mind/common": "2.41.0",
|
|
110
|
-
"@bike4mind/mcp": "1.21.0",
|
|
111
|
-
"@bike4mind/services": "2.36.0",
|
|
112
|
-
"@bike4mind/utils": "2.1.5"
|
|
123
|
+
"vitest": "^3.2.4"
|
|
113
124
|
},
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
"build": "tsup",
|
|
117
|
-
"typecheck": "tsc --noEmit",
|
|
118
|
-
"test": "vitest run",
|
|
119
|
-
"test:watch": "vitest",
|
|
120
|
-
"start": "node dist/index.js"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
125
|
+
"gitHead": "46c1f7133ac46ff30ab650cda7ec3c332e35fb4c"
|
|
126
|
+
}
|
package/dist/chunk-PDX44BCA.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
3
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
4
|
-
}) : x)(function(x) {
|
|
5
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
6
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
7
|
-
});
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
__require
|
|
11
|
-
};
|