feat: add auto_check_diagnostics config (#2189)

This commit is contained in:
yetone
2025-06-08 02:00:40 +08:00
committed by GitHub
parent 574b0d37a3
commit 86489ef2be
2 changed files with 2 additions and 1 deletions

View File

@@ -425,6 +425,7 @@ M._defaults = {
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
auto_check_diagnostics = true,
},
history = {
max_tokens = 4096,