@evident-ai/cli 3.2.1-dev.f48fa70 → 3.3.0

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
@@ -113,8 +113,8 @@ Options:
113
113
  and ignored, which can leave cleanup off if it was the only rule set. Env:
114
114
  `EVIDENT_SESSION_CLEANUP_MAX_AGE`. With cleanup off, a runner whose local
115
115
  session store has grown large warns once at startup, on the runner's page,
116
- naming this flag — pruning stops the store growing, but it does not shrink
117
- what has already grown.
116
+ naming this flag — turning cleanup on both stops the store growing further
117
+ and reclaims disk space already used by deleted sessions.
118
118
  - `--session-cleanup-max-count <n>` — Keep only the newest N OpenCode sessions
119
119
  by last activity, deleting the rest. Also enables cleanup; combines with
120
120
  `--session-cleanup-max-age` as OR. A session with a turn actively in progress
@@ -135,7 +135,9 @@ Options:
135
135
  `EVIDENT_MAX_ACTIVE_SESSIONS`.
136
136
  - `--session-cleanup-interval <duration>` — How often the cleanup sweep runs
137
137
  (default: `1h`). An invalid value falls back to the default rather than
138
- disabling cleanup. Env: `EVIDENT_SESSION_CLEANUP_INTERVAL`.
138
+ disabling cleanup. Each sweep also reclaims disk space freed by the sessions
139
+ it deleted, so the store shrinks rather than merely stopping its growth. Env:
140
+ `EVIDENT_SESSION_CLEANUP_INTERVAL`.
139
141
  - `--enable-file-sync-to <dir>` — Let the runner write files Evident has queued
140
142
  for it into this directory — it collects them as part of the polling it
141
143
  already does, so they land a couple of seconds after you hand them over.