Fix auto_approve_tool_permissions documentation to match default value (#2757)

Co-authored-by: yetone <1206493+yetone@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot
2025-10-12 01:15:53 +08:00
committed by GitHub
parent 5aafbdf3f9
commit 7f5213f1fe
2 changed files with 3 additions and 3 deletions

View File

@@ -510,7 +510,7 @@ M._defaults = {
use_cwd_as_project_root = false,
auto_focus_on_diff_view = false,
---@type boolean | string[] -- true: auto-approve all tools, false: normal prompts, string[]: auto-approve specific tools by name
auto_approve_tool_permissions = true, -- Default: show permission prompts for all tools
auto_approve_tool_permissions = true, -- Default: auto-approve all tools (no prompts)
auto_check_diagnostics = true,
enable_fastapply = false,
include_generated_by_commit_line = false, -- Controls if 'Generated-by: <provider/model>' line is added to git commit message