summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-16 15:55:15 +0300
committerPaul Buetow <paul@buetow.org>2025-08-16 15:55:15 +0300
commit6cbf880aa079f072c16aca043e79da68220e541e (patch)
tree01ba8fa190b3de72ea70b134c0e9a034c3cb6da8
parenta8d0e40b60d016ced94d86b62a400092af653d6b (diff)
cmd: add HEXAI_CONTEXT_WINDOW_LINES env fallback for -context-window-lines; update README flags table
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40c7b90..a671729 100644
--- a/README.md
+++ b/README.md
@@ -44,5 +44,5 @@ Notes:
| `-log` | `/tmp/hexai.log` | — | Path to log file (optional). |
| `-max-tokens` | `500` | `HEXAI_MAX_TOKENS` | Max tokens for LLM completions. |
| `-context-mode` | `file-on-new-func` | `HEXAI_CONTEXT_MODE` | `minimal` `window` `file-on-new-func` `always-full` |
-| `-context-window-lines` | `120` | — | Lines around cursor when using `window` mode. |
+| `-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. |