summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-28 17:49:54 +0300
committerPaul Buetow <paul@buetow.org>2025-09-28 17:50:59 +0300
commit9cae3b4218184d32033498c6b4ddc43959046cdf (patch)
tree204a66ecf96ee33f9abc87677a0b4cddf3caf641 /docs
parent0761409497041c752086b9aded08cf9e32e30fd2 (diff)
Propagate --config overrides through CLI tools and LSP reloads
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 6e42172..b586879 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -27,6 +27,7 @@ Environment overrides
Per-surface models
- Use the `[models]` table in `config.toml` to tailor individual entry points (completion, code actions, chat, CLI) without changing the global provider default.
+- All entry points accept `--config /path/to/config.toml` to point at an alternate file. Helix `/reload>` reuses the same path when active.
- Each key accepts either a string (shortcut) or one or more tables with `model` / `temperature` fields, e.g.:
```toml