feat: follow the ACP agent edit and open files automatically (#2780)
This commit is contained in:
@@ -507,6 +507,9 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
|
||||
-- auto_approve_tool_permissions = {"bash", "replace_in_file"}, -- Auto-approve specific tools only
|
||||
---@type "popup" | "inline_buttons"
|
||||
confirmation_ui_style = "inline_buttons",
|
||||
--- Whether to automatically open files and navigate to lines when ACP agent makes edits
|
||||
---@type boolean
|
||||
acp_follow_agent_locations = true,
|
||||
},
|
||||
prompt_logger = { -- logs prompts to disk (timestamped, for replay/debugging)
|
||||
enabled = true, -- toggle logging entirely
|
||||
|
||||
Reference in New Issue
Block a user