@evident-ai/cli 3.1.1-dev.bedbd30 → 3.1.1-dev.c0fca20
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 +4 -0
- package/dist/index.js +566 -104
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,6 +94,10 @@ Options:
|
|
|
94
94
|
- `-c, --conversation <id>` — Process only this specific conversation.
|
|
95
95
|
- `--idle-timeout <seconds>` — Exit after N seconds with no pending work (useful
|
|
96
96
|
in CI to avoid polling indefinitely).
|
|
97
|
+
- `--opencode-start-timeout <seconds>` — How long to wait for OpenCode to become
|
|
98
|
+
healthy when the runner starts it itself (default: `180`). On expiry the runner
|
|
99
|
+
warns and comes online anyway rather than failing. Env:
|
|
100
|
+
`EVIDENT_OPENCODE_START_TIMEOUT` (seconds).
|
|
97
101
|
- `--json` — Output in JSON format (forces non-interactive mode).
|
|
98
102
|
|
|
99
103
|
## Global flags
|