summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-26 07:40:52 +0300
committerPaul Buetow <paul@buetow.org>2025-09-26 07:40:52 +0300
commitcff326a7e562eb1acc8027f129b3fd0035eb7d22 (patch)
tree72e1948f13c904f5c76764d0953164cc19280543
parent02f8e5b3bf8fc60225ebe764f061d8ffc51a3cee (diff)
Document runtime config reload command
-rw-r--r--docs/configuration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 0b9e204..f1d04ef 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -22,6 +22,12 @@ Environment overrides
- `HEXAI_COPILOT_MODEL`, `HEXAI_COPILOT_BASE_URL`, `HEXAI_COPILOT_TEMPERATURE`
- `HEXAI_OLLAMA_MODEL`, `HEXAI_OLLAMA_BASE_URL`, `HEXAI_OLLAMA_TEMPERATURE`
+Runtime reloads
+
+- The Hexai LSP can reload `config.toml` without restarting the editor session.
+- Type `/reload>` in an inline chat prompt to reapply file changes; environment overrides are ignored during this reload so the file becomes authoritative.
+- The client echoes a summary of the detected differences and logs the same details.
+
API keys:
- OpenAI: prefer `HEXAI_OPENAI_API_KEY`, falling back to `OPENAI_API_KEY`.