Update packages/kilo-docs/pages/code-with-ai/agents/model-selection.md

Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
This commit is contained in:
Joshua Lambert
2026-04-24 13:20:40 -04:00
committed by GitHub
parent fb63532763
commit c2c31e04a4
@@ -100,7 +100,7 @@ This sets the `explore` subagent to always use Haiku regardless of the parent's
Subagents inherit the model currently active in the primary agent session — the model shown in the selector at the bottom of the chat. To bypass inheritance and pin a specific model for a subagent:
- **Via Settings** — open **Settings → Providers → Model per Mode**, find the subagent, and pick its model.
- **Via Settings** — open **Settings → Models → Model per Mode**, find the subagent, and pick its model.
- **Via config file** — edit `kilo.jsonc`:
```json