feat: Add auto_approve_tool_permissions config allowing the confirm dialogs to be disabled in agentic mode (#2110)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
@@ -413,6 +413,8 @@ M._defaults = {
|
||||
enable_token_counting = true,
|
||||
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 = false, -- Default: show permission prompts for all tools
|
||||
},
|
||||
history = {
|
||||
max_tokens = 4096,
|
||||
|
||||
Reference in New Issue
Block a user