@evident-ai/cli 3.0.1-dev.c138873 → 3.0.1-dev.c56b413

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 CHANGED
@@ -86,7 +86,9 @@ Options:
86
86
  - `-a, --agent [id]` — Agent ID to connect to. Optional when `EVIDENT_AGENT_KEY`
87
87
  is set (the agent is then resolved automatically from the key).
88
88
  - `-p, --port <port>` — OpenCode port (default: `4096`).
89
- - `-v, --verbose`Show detailed request/response information.
89
+ - `--log-level <level>`Log verbosity: `debug | info | warn | error` (default:
90
+ `info`). Env: `EVIDENT_LOG_LEVEL`.
91
+ - `-v, --verbose` — Alias for `--log-level debug` (an explicit `--log-level` wins).
90
92
  - `-c, --conversation <id>` — Process only this specific conversation.
91
93
  - `--idle-timeout <seconds>` — Exit after N seconds with no pending work (useful
92
94
  in CI to avoid polling indefinitely).