diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 16:02:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 16:02:47 +0300 |
| commit | 2a7acf566f93a7d660e6909dc6a829e17fe76066 (patch) | |
| tree | 7c27a856d26cd9cf7325af6acec410be97a9162e /README.md | |
| parent | 02cc0e3ac6c08f422f11b668c729102fcf0c7f38 (diff) | |
context: log when full-file/window context is skipped because document is not open; add -no-disk-io flag with HEXAI_NO_DISK_IO env; plumb through server
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,3 +47,4 @@ Notes: | `-context-window-lines` | `120` | `HEXAI_CONTEXT_WINDOW_LINES` | Lines around cursor when using `window` mode. | | `-max-context-tokens` | `2000` | `HEXAI_MAX_CONTEXT_TOKENS` | Token budget for additional context. | | `-log-preview-limit` | `0` (unlimited) | `HEXAI_LOG_PREVIEW_LIMIT` | Limit characters shown in LLM preview logs. | +| `-no-disk-io` | `true` | `HEXAI_NO_DISK_IO` | Disallow any disk reads for context. | |
