fix(agents): apply global fast mode to implicit agent (#120697)

This commit is contained in:
Peter Steinberger
2026-08-08 13:55:57 -07:00
committed by GitHub
parent 21a9428a8a
commit 29a446f886
8 changed files with 133 additions and 16 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ Isolated automation runs resolve the active model in this order:
### Fast mode
Isolated automation fast mode follows the resolved live model selection. Model config `params.fastMode` applies by default, but a stored session `fastMode` override still wins over config. When the resolved mode is `auto`, the cutoff uses the selected model's `params.fastAutoOnSeconds` value, defaulting to 60 seconds.
Isolated automation fast mode follows the resolved live model selection. It resolves stored session `fastMode`, per-agent `agents.entries.*.fastModeDefault`, global `agents.defaults.fastModeDefault`, then selected-model `params.fastMode`. When the resolved mode is `auto`, the cutoff uses the selected model's `params.fastAutoOnSeconds` value, defaulting to 60 seconds.
### Live model switch retries