From 6cbf880aa079f072c16aca043e79da68220e541e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Aug 2025 15:55:15 +0300 Subject: cmd: add HEXAI_CONTEXT_WINDOW_LINES env fallback for -context-window-lines; update README flags table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. | -- cgit v1.2.3