From 4bfc9c8aad283c08e02a9b2137735fb015e1706b Mon Sep 17 00:00:00 2001 From: mo7al876any Date: Sat, 4 Jul 2026 16:12:18 +0300 Subject: [PATCH] docs(env): correct prefill default example values to match the code Greptile caught two example values that disagreed with the code defaults in api/streaming.py: PREFILL_MESSAGES_SCRIPT_TIMEOUT is 5s (not 10) and PREFILL_CONTEXT_MAX_CHARS is 12000 (not 20000). An operator uncommenting either line verbatim would have silently diverged from the real default. Co-Authored-By: Claude Fable 5 --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index fbd91735e..f8344ad13 100644 --- a/.env.example +++ b/.env.example @@ -105,8 +105,8 @@ # Script whose stdout prefills new-session context (legacy generic hook; the # WebUI dynamic-recall hook in config.yaml takes precedence when configured). # HERMES_WEBUI_PREFILL_MESSAGES_SCRIPT=/path/to/script -# HERMES_WEBUI_PREFILL_MESSAGES_SCRIPT_TIMEOUT=10 -# HERMES_WEBUI_PREFILL_CONTEXT_MAX_CHARS=20000 +# HERMES_WEBUI_PREFILL_MESSAGES_SCRIPT_TIMEOUT=5 +# HERMES_WEBUI_PREFILL_CONTEXT_MAX_CHARS=12000 # Extra sources for the notes drawer (see docs for the expected format). # HERMES_WEBUI_EXTERNAL_NOTES_SOURCES=