diff --git a/frontend-modern/src/components/Settings/AISettings.tsx b/frontend-modern/src/components/Settings/AISettings.tsx index 698c9f0..e048eb1 100644 --- a/frontend-modern/src/components/Settings/AISettings.tsx +++ b/frontend-modern/src/components/Settings/AISettings.tsx @@ -614,48 +614,6 @@ export const AISettings: Component = () => {

- {/* Auto-Fix Model Override */} - -
- - 0} fallback={ - setForm('autoFixModel', e.currentTarget.value)} - placeholder="Leave empty to use patrol model" - class={controlClass()} - disabled={saving()} - /> - }> - - -

- Model for automatic remediation actions. Consider a more capable model since it takes action. -

-
-
- {/* AI Provider Configuration - Configure API keys for all providers */}
@@ -1120,6 +1078,46 @@ export const AISettings: Component = () => {
+ + {/* Auto-Fix Model Selector - shown when auto-fix is enabled */} +
+ + 0} fallback={ + setForm('autoFixModel', e.currentTarget.value)} + placeholder="Leave empty to use patrol model" + class={controlClass()} + disabled={saving()} + /> + }> + + +

+ Model for automatic remediation. Use a more capable model for better fix accuracy. +

+