feat: Allow inline buttons and popup confirmation for both ACP and normal Providers (#2760)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
@@ -363,6 +363,8 @@ _请参见 [config.lua#L9](./lua/avante/config.lua) 以获取完整配置_
|
||||
auto_add_current_file = true, -- 打开新聊天时是否自动添加当前文件。默认为 true。
|
||||
enable_cursor_planning_mode = false, -- 是否启用 Cursor 规划模式。默认为 false。
|
||||
enable_claude_text_editor_tool_mode = false, -- 是否启用 Claude 文本编辑器工具模式。
|
||||
---@type "popup" | "inline_buttons"
|
||||
confirmation_ui_style = "inline_buttons",
|
||||
},
|
||||
mappings = {
|
||||
--- @class AvanteConflictMappings
|
||||
|
||||
Reference in New Issue
Block a user