diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 15:55:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 15:55:15 +0300 |
| commit | 6cbf880aa079f072c16aca043e79da68220e541e (patch) | |
| tree | 01ba8fa190b3de72ea70b134c0e9a034c3cb6da8 | |
| parent | a8d0e40b60d016ced94d86b62a400092af653d6b (diff) | |
cmd: add HEXAI_CONTEXT_WINDOW_LINES env fallback for -context-window-lines; update README flags table
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. | |
