summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-16 16:02:47 +0300
committerPaul Buetow <paul@buetow.org>2025-08-16 16:02:47 +0300
commit2a7acf566f93a7d660e6909dc6a829e17fe76066 (patch)
tree7c27a856d26cd9cf7325af6acec410be97a9162e /README.md
parent02cc0e3ac6c08f422f11b668c729102fcf0c7f38 (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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea6a670..22a7821 100644
--- a/README.md
+++ b/README.md
@@ -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. |