@charzhu/openjaw-agent 0.2.0 → 0.2.2
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 +1 -1
- package/dist/main.js +458 -87
- package/dist/main.js.map +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ Use the default command for the new TUI, `--legacy-ui` to A/B test against the p
|
|
|
51
51
|
|
|
52
52
|
### Prerequisites
|
|
53
53
|
|
|
54
|
-
- **Node.js
|
|
54
|
+
- **Node.js 22.5+** — [Download](https://nodejs.org). Uses the built-in `node:sqlite` module. Node 23.5+ recommended (its bundled SQLite includes FTS5 for faster memory search; older builds fall back to a LIKE-based scan).
|
|
55
55
|
- **Windows 10/11** recommended (some automation tools require Windows; cross-platform basics work elsewhere)
|
|
56
56
|
- **LLM access** — Maestro proxy, Anthropic/OpenAI API keys, or GitHub Copilot via `/connect`
|
|
57
57
|
|