refactor: history messages (#1934)
This commit is contained in:
@@ -19,6 +19,8 @@ local M = {}
|
||||
---@class avante.Config
|
||||
M._defaults = {
|
||||
debug = false,
|
||||
---@alias avante.Mode "agentic" | "legacy"
|
||||
mode = "agentic",
|
||||
---@alias avante.ProviderName "claude" | "openai" | "azure" | "gemini" | "vertex" | "cohere" | "copilot" | "bedrock" | "ollama" | string
|
||||
provider = "claude",
|
||||
-- WARNING: Since auto-suggestions are a high-frequency operation and therefore expensive,
|
||||
@@ -380,8 +382,6 @@ M._defaults = {
|
||||
support_paste_from_clipboard = false,
|
||||
minimize_diff = true,
|
||||
enable_token_counting = true,
|
||||
enable_cursor_planning_mode = false,
|
||||
enable_claude_text_editor_tool_mode = false,
|
||||
use_cwd_as_project_root = false,
|
||||
auto_focus_on_diff_view = false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user