omniharness-cli 0.1.0 → 0.1.1
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 +2 -1
- package/package.json +1 -1
- package/vendor/win32-x64/omniharness.exe +0 -0
package/README.md
CHANGED
|
@@ -23,6 +23,7 @@ omniharness run "add a README" --headless # runs in the current directory
|
|
|
23
23
|
omniharness # interactive cockpit (TUI)
|
|
24
24
|
omniharness sessions # persisted sessions
|
|
25
25
|
omniharness models # provider/model catalog from OmniRoute
|
|
26
|
+
omniharness update # check npm and self-update to the latest release
|
|
26
27
|
```
|
|
27
28
|
|
|
28
29
|
The harness treats the **current working directory** as the workspace.
|
|
@@ -31,7 +32,7 @@ The harness treats the **current working directory** as the workspace.
|
|
|
31
32
|
|
|
32
33
|
| Variable | Meaning |
|
|
33
34
|
|---|---|
|
|
34
|
-
| `OMNIROUTE_URL` | OmniRoute endpoint (default `http://127.0.0.1:
|
|
35
|
+
| `OMNIROUTE_URL` | OmniRoute endpoint (default `http://127.0.0.1:20128`, the HTTP API port) |
|
|
35
36
|
| `OMNIROUTE_API_KEY` | OmniRoute API key — `Authorization: Bearer <key>` on every request |
|
|
36
37
|
|
|
37
38
|
If `OMNIROUTE_API_KEY` is unset, the harness asks you to paste the key on
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omniharness-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "OmniHarness — local-first agent orchestration harness for OmniRoute. Analyzes tasks, selects strategies and models, drives agents, repairs failures, and learns from outcomes.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"bin": {
|
|
Binary file
|