diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx index 0290974..deab3d6 100644 --- a/webview-ui/src/components/settings/SettingsView.tsx +++ b/webview-ui/src/components/settings/SettingsView.tsx @@ -145,6 +145,20 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
++ When enabled, Cline will be able to edit files more quickly and will automatically reject truncated full-file writes. +
+- ⚠️ WARNING: When enabled, Cline will automatically create and edit files without requiring approval. This is potentially very dangerous and could lead to unwanted system modifications or security risks. Enable only if you fully trust the AI and understand the risks. +
+ The following settings allow Cline to automatically perform potentially dangerous operations without requiring approval. + Enable these settings only if you fully trust the AI and understand the associated security risks.
-
- ⚠️ WARNING: When enabled, Cline will automatically perform browser actions without requiring approval. This is potentially very dangerous and could lead to unwanted system modifications or security risks. Enable only if you fully trust the AI and understand the risks.
NOTE: The checkbox only applies when the model supports computer use.
-
- ⚠️ WARNING: When enabled, you can set individual MCP tools to auto-approve in the MCP Servers view. A tool will only be auto-approved if both this setting and the tool's individual "Always allow" checkbox are enabled. This is potentially very dangerous and could lead to unwanted system modifications or security risks. Enable only if you fully trust the AI and understand the risks. -
-- ⚠️ WARNING: When enabled, Cline will automatically execute allowed terminal commands without requiring approval. This is potentially very dangerous and could lead to unwanted system modifications or security risks. Enable only if you fully trust the AI and understand the risks. -
-- Command prefixes that can be auto-executed when "Always approve execute operations" is enabled. -
- -+ Automatically create and edit files without requiring approval +
+ Automatically perform browser actions without requiring approval
+ Note: Only applies when the model supports computer use
+
+ Enable auto-approval of individual MCP tools in the MCP Servers view (requires both this setting and the tool's individual "Always allow" checkbox) +
++ Automatically execute allowed terminal commands without requiring approval +
+ + {alwaysAllowExecute && ( ++ Command prefixes that can be auto-executed when "Always approve execute operations" is enabled. +
+ +- When enabled, Cline will be able to apply diffs to make changes to files and will automatically reject truncated full-file edits. -
-