@@ -179,7 +179,7 @@ export function ClaudeCodeSettings() {
179179
180180 < SettingRow
181181 label = "Auto-accept permissions"
182- description = "Auto-accept all permission requests. PostHog Code will run every tool without asking for approval "
182+ description = "Skip all permission prompts. Claude will run bash commands, edit files, browse the web and use any tool without asking first "
183183 noBorder
184184 >
185185 < Switch
@@ -195,8 +195,9 @@ export function ClaudeCodeSettings() {
195195 < Warning weight = "fill" />
196196 </ Callout . Icon >
197197 < Callout . Text >
198- Auto-accept is enabled. Use shift+tab to cycle to this mode in each
199- session.
198+ Auto-accept is enabled. All actions (shell commands, file edits, web
199+ requests) run without approval. Use shift+tab to cycle to this mode
200+ per session.
200201 </ Callout . Text >
201202 </ Callout . Root >
202203 ) }
@@ -217,13 +218,13 @@ export function ClaudeCodeSettings() {
217218 < AlertDialog . Description size = "2" >
218219 < Flex direction = "column" gap = "3" >
219220 < Text color = "red" weight = "medium" >
220- With auto-accept enabled, PostHog Code will not ask for your
221- approval before running potentially dangerous commands.
221+ With auto-accept enabled, Claude will execute every action
222+ without asking — including shell commands, file edits, web
223+ requests and any installed MCP tools.
222224 </ Text >
223225 < Text >
224- This mode should only be used in a sandboxed container/VM that
225- has restricted internet access and can easily be restored if
226- damaged.
226+ This mode is intended for sandboxed environments (containers or
227+ VMs) with restricted network access that can be easily restored.
227228 </ Text >
228229 < Text weight = "medium" >
229230 By proceeding, you accept all responsibility for actions taken
0 commit comments