You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/kilo-docs/pages/code-with-ai/agents/model-selection.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ While the specifics change constantly, some principles stay consistent:
26
26
27
27
- Use the **model selector** in the chat prompt area to pick a model for the current session. You can also type `/models` to open the model picker.
28
28
- Set per-agent defaults and a global default in the **Settings** panel (Models tab), or directly in the `kilo.jsonc` config file.
29
-
-**Model precedence:** Session override → Per-agent config → Global config → Recent models → Kilo Auto (free).
29
+
-**Model precedence:** Session override → Last picked per agent → Per-agent config → Global config → Kilo Auto (free).
30
+
- The model selector remembers the last model you picked for each agent — switching agents restores your previous choice. A manual pick always beats config settings; use the **reset button** (visible when your active model differs from config) to go back to the config default.
Copy file name to clipboardExpand all lines: packages/kilo-docs/pages/customize/custom-modes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,8 @@ Pin a specific model using the `provider/model` format:
161
161
model: anthropic/claude-sonnet-4-20250514
162
162
```
163
163
164
+
The model selector also **remembers the last model you picked for each agent** across sessions. A config-pinned `model` acts as the default when no manual pick exists. To reset a pick and let the config take over, use the **reset button** in the model selector (visible when your active model differs from what the config specifies).
165
+
164
166
### `steps`
165
167
166
168
Limits the number of agentic iterations (tool call rounds) before the agent is forced to respond with text only. Useful for preventing runaway agents:
@@ -379,6 +381,8 @@ Pin a specific model using the `provider/model` format:
379
381
model: anthropic/claude-sonnet-4-20250514
380
382
```
381
383
384
+
The TUI also **remembers the last model you picked for each agent** across sessions. A config-pinned `model` acts as the default when no manual pick exists. To reset a pick and let the config take over, use the model picker (`Ctrl+X m`) and select a different model, or remove the saved pick from `~/.local/state/kilo/model.json`.
385
+
382
386
### `steps`
383
387
384
388
Limits the number of agentic iterations (tool call rounds) before the agent is forced to respond with text only. Useful for preventing runaway agents:
0 commit comments