From 9cae3b4218184d32033498c6b4ddc43959046cdf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 28 Sep 2025 17:49:54 +0300 Subject: Propagate --config overrides through CLI tools and LSP reloads --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 -- cgit v1.2.3