feat(agent-manager): assign models to workflows - #12729
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file, incremental)
Notes
Previous Review Summaries (8 snapshots, latest commit 1753398)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 1753398)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 file, incremental)
Notes
Previous review (commit 90a803c)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (1 file, incremental)
Notes
Fix these issues in Kilo Cloud Previous review (commit b8cfc77)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 file, incremental)
Notes
Previous review (commit 1bd96e4)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (1 file, incremental)
Notes
Fix these issues in Kilo Cloud Previous review (commit c9cf568)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 file, incremental)
Notes
Previous review (commit fc22eb7)Status: No Issues Found | Recommendation: Merge Files Reviewed (2 files, incremental)
Previously reported issues, now resolved
Notes
Previous review (commit a929a96)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (13 files, incremental)
Previously reported issues, now resolved
Notes
Fix these issues in Kilo Cloud Previous review (commit f41ca07)Status: 4 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
SUGGESTION
Files Reviewed (41 files)
Notes
Reviewed by claude-opus-5 · Input: 24 · Output: 5K · Cached: 523.6K Review guidance: REVIEW.md from base branch |
* feat(agent-manager): assign models to workflows * fix(agent-manager): address workflow model review findings * fix(cli): handle command source aliases safely * test(pty): allow slower macOS startup * test(cli): tolerate transient Windows response reads * test(cli): bound transient stall response retries * test(pty): include replayed output in wait helper * test(pty): stabilize buffered output waits * test(pty): avoid locale-dependent UTF-8 fixture
Workflow definitions can now select a model and reasoning variant from Agent Behaviour settings. The selection is persisted as a minimal global command override, so workflow templates remain in their original config source and existing kilo.json/kilo.jsonc setups are preserved. Runtime resolution validates variants against the selected model, carries selections through subtask workflows, and merges partial overrides onto existing built-in or configured commands. Model and variant labels are translated across all supported VS Code locales.\n\nThe public app.kilo.ai config schema is maintained in the separate cloud repository and still needs the matching nested command override schema update.
Screenshots