diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx
index 81a929c..12b97f7 100644
--- a/webview-ui/src/components/settings/SettingsView.tsx
+++ b/webview-ui/src/components/settings/SettingsView.tsx
@@ -53,6 +53,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
listApiConfigMeta,
experimentalDiffStrategy,
setExperimentalDiffStrategy,
+ alwaysAllowModeSwitch,
+ setAlwaysAllowModeSwitch,
} = useExtensionState()
const [apiErrorMessage, setApiErrorMessage] = useState
+ Automatically switch between different AI modes without requiring approval +
+