@evident-ai/cli 3.4.1-dev.fb92ede → 3.5.1-dev.bbaa769
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 +3 -5
- package/dist/index.js +3834 -2200
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,11 +99,9 @@ Options:
|
|
|
99
99
|
warns and comes online anyway rather than failing. Env:
|
|
100
100
|
`EVIDENT_OPENCODE_START_TIMEOUT` (seconds).
|
|
101
101
|
- `--opencode-version <v1|v2>` — Which OpenCode major version to launch: `v1` or
|
|
102
|
-
`v2` (default: `v1`). Env: `EVIDENT_OPENCODE_VERSION`.
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
[#2075](https://github.com/sroze/evident/issues/2075) and errors immediately
|
|
106
|
-
otherwise.
|
|
102
|
+
`v2` (default: `v1`). Env: `EVIDENT_OPENCODE_VERSION`. When selected, the CLI
|
|
103
|
+
starts or attaches to `opencode2` and authenticates its local requests with the
|
|
104
|
+
generated server credential when it starts the process. V1 remains the default.
|
|
107
105
|
- `--litestream-config <path>` — Start `litestream replicate` for the OpenCode
|
|
108
106
|
session database with this config file. Use this for runner images that persist
|
|
109
107
|
the session database; the file is produced by `runner-synchroniser litestream-config`.
|