From 1f666657621db257e73da5b388894cf93db765aa Mon Sep 17 00:00:00 2001 From: Oz Date: Fri, 31 Jul 2026 17:36:09 +0000 Subject: [PATCH] docs: document auto_approve_bypasses_command_denylist in the settings reference The setting is GA with a Settings toggle, but was missing from the all-settings reference. #424 fixed the prose on the profiles page only. Verified against app/src/settings/ai.rs and app/src/ai/blocklist/permissions.rs. Co-Authored-By: Oz --- src/content/docs/terminal/settings/all-settings.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/terminal/settings/all-settings.mdx b/src/content/docs/terminal/settings/all-settings.mdx index 1a1cdc43..4b3b3174 100644 --- a/src/content/docs/terminal/settings/all-settings.mdx +++ b/src/content/docs/terminal/settings/all-settings.mdx @@ -323,6 +323,7 @@ Settings for Warp's agents, including model behavior, permissions, knowledge, MC * `thinking_display_mode` — Controls how agent thinking traces are displayed after streaming. Type: string. Default: `"show_and_collapse"`. Options: `"show_and_collapse"`, `"always_show"`, `"never_show"`. * `open_conversation_layout_preference` — Whether to open agent conversations in a new tab or a split pane. Type: string. Default: `"new_tab"`. Options: `"new_tab"`, `"split_pane"`. +* `auto_approve_bypasses_command_denylist` — Whether auto-approve and [Run until completion](/agent-platform/capabilities/agent-profiles-permissions/#run-until-completion) run commands that match your command denylist without asking for confirmation. Denylist rules your team enforces through the [Admin Panel](/enterprise/team-management/admin-panel/) are never bypassed. Type: boolean. Default: `true`. * `show_conversation_history` — Whether conversation history appears in the tools panel. Type: boolean. Default: `true`. * `show_agent_notifications` — Whether agent notifications are shown. Type: boolean. Default: `true`. * `should_show_oz_updates_in_zero_state` — Whether the "What's new" section is shown in the agent view. Type: boolean. Default: `true`.