diff --git a/webview-ui/src/components/SettingsView.tsx b/webview-ui/src/components/SettingsView.tsx index 480919b..3ff33a4 100644 --- a/webview-ui/src/components/SettingsView.tsx +++ b/webview-ui/src/components/SettingsView.tsx @@ -90,23 +90,6 @@ const SettingsView = ({ onDone }: SettingsViewProps) => { -
- setAlwaysAllowReadOnly(e.target.checked)}> - Always allow read-only operations - -

- When enabled, Claude will automatically read files and view directories without requiring you to - click the Allow button. -

-
-
{

+
+ setAlwaysAllowReadOnly(e.target.checked)}> + Always allow read-only operations + +

+ When enabled, Claude will automatically read files and view directories without requiring you to + click the Allow button. +

+
+ {IS_DEV && ( <>
Debug