Skip to content

Commit 8e85853

Browse files
committed
feat: support acp
1 parent 9fe429e commit 8e85853

4 files changed

Lines changed: 869 additions & 16 deletions

File tree

lua/avante/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ M._defaults = {
466466
use_cwd_as_project_root = false,
467467
auto_focus_on_diff_view = false,
468468
---@type boolean | string[] -- true: auto-approve all tools, false: normal prompts, string[]: auto-approve specific tools by name
469-
auto_approve_tool_permissions = false, -- Default: show permission prompts for all tools
469+
auto_approve_tool_permissions = true, -- Default: show permission prompts for all tools
470470
auto_check_diagnostics = true,
471471
enable_fastapply = false,
472472
},

0 commit comments

Comments
 (0)