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
Editable agent provider in TUI — the agent edit flow now includes a Provider selector, so existing agents can move between adapters without recreating them.
Adapter-aware edit options — model choices refresh from the selected provider, and reasoning effort is shown only for adapters that support it.
Bug Fixes
Agent edit persistence — adapter changes now flow through the TUI update handler into AgentService.update, with validation for empty adapter values.
Model and effort clearing — edit submissions can clear stale model or reasoning-effort values when switching to adapters where those fields should no longer apply.
Refactoring
Agent update adapter handling — adapter normalization now trims once before validation and persistence.
Tests
Added AgentService coverage for adapter updates, adapter validation, and clearing model values.
Extended TUI wizard coverage for editing adapter/model/effort combinations.