@bike4mind/cli 0.2.11 → 0.2.12-cli-todo-list.17408
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 +560 -303
- 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
package/README.md
CHANGED
|
@@ -9,8 +9,10 @@ Interactive command-line interface for Bike4Mind with ReAct agents.
|
|
|
9
9
|
- 💾 Session persistence
|
|
10
10
|
- 🛠️ B4M tools + MCP integration
|
|
11
11
|
- 🎨 Rich terminal UI with Ink
|
|
12
|
+
- 🖼️ Image paste and drag-and-drop support (iTerm2, Kitty)
|
|
12
13
|
- 🐛 Debug logging with `--verbose` flag
|
|
13
14
|
- 📄 Context file loading (CLAUDE.md, AGENTS.md, AI.md)
|
|
15
|
+
- 📁 File references with `@` autocomplete
|
|
14
16
|
|
|
15
17
|
## Installation
|
|
16
18
|
|
|
@@ -36,6 +38,25 @@ From the project root:
|
|
|
36
38
|
pnpm install
|
|
37
39
|
```
|
|
38
40
|
|
|
41
|
+
#### Build Requirements
|
|
42
|
+
|
|
43
|
+
The CLI uses native dependencies (`better-sqlite3` for image caching, `sharp` for image processing) that require compilation. These should build automatically during installation, but if you encounter errors:
|
|
44
|
+
|
|
45
|
+
**Prerequisites:**
|
|
46
|
+
- Python 3 (required by node-gyp)
|
|
47
|
+
- C++ compiler (Xcode Command Line Tools on macOS, build-essential on Linux, Visual Studio on Windows)
|
|
48
|
+
|
|
49
|
+
**Manual rebuild if needed:**
|
|
50
|
+
```bash
|
|
51
|
+
# If you see "Could not locate the bindings file" errors
|
|
52
|
+
pnpm rebuild better-sqlite3
|
|
53
|
+
|
|
54
|
+
# Or rebuild all native modules
|
|
55
|
+
pnpm rebuild
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
**Note:** The postinstall script will automatically rebuild `better-sqlite3` if the native bindings are missing, so manual intervention is rarely needed.
|
|
59
|
+
|
|
39
60
|
## Usage
|
|
40
61
|
|
|
41
62
|
### Start Interactive Session
|
package/dist/chunk-BDQBOLYG.js
CHANGED
|
File without changes
|
package/dist/chunk-BPFEGDC7.js
CHANGED
|
File without changes
|
|
@@ -160,7 +160,7 @@ var notifyEventLogsToSlack = async ({ event, stage, slackUrl, throttlingSlackUrl
|
|
|
160
160
|
if (!allowedStages.includes(stage))
|
|
161
161
|
return;
|
|
162
162
|
const logEvents = logData.logEvents;
|
|
163
|
-
const { notificationDeduplicator: notificationDeduplicator2 } = await import("./notificationDeduplicator-
|
|
163
|
+
const { notificationDeduplicator: notificationDeduplicator2 } = await import("./notificationDeduplicator-UTHJHMSZ.js");
|
|
164
164
|
for (const logEvent of logEvents) {
|
|
165
165
|
try {
|
|
166
166
|
let message;
|
package/dist/chunk-OHR7UCTC.js
CHANGED
|
File without changes
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
createFabFile,
|
|
4
4
|
createFabFileSchema
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-7N7AZPLK.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
|
createFabFile,
|
|
12
11
|
createFabFileSchema
|