- {planningLabel} - {liveStatus?.detail ? ` — ${liveStatus.detail}` : ''} + {activeStatusText} {stepStats && {stepStats}}
@@ -225,6 +241,9 @@ export function PlanPanel({ plan, mode = 'plan', loading = false, liveStatus = n )}{connectionStatus}
}From 86216d424b79e061045c69966e442fa12cfd88fe Mon Sep 17 00:00:00 2001
From: codewithshinde
-
+
- {planningLabel} - {liveStatus?.detail ? ` — ${liveStatus.detail}` : ''} + {activeStatusText} {stepStats && {stepStats}}
@@ -225,6 +241,9 @@ export function PlanPanel({ plan, mode = 'plan', loading = false, liveStatus = n )}{connectionStatus}
}Use Ollama or another localhost OpenAI-compatible server for local model runs. Mitii uses this same connection shape for LM Studio and compatible gateways.
+{validation.errors.join(' ')}
} + {connectionStatus &&{connectionStatus}
} +Add a managed provider only when you want cloud inference. Mitii stores the key in your editor secret storage and tests the selected model before you continue.
)} {!validation.ok &&{validation.errors.join(' ')}
} + {connectionStatus &&{connectionStatus}
}