feat(core): enable disableLLMCorrection by default (#17223)

This commit is contained in:
Sandy Tao
2026-01-21 10:53:41 -08:00
committed by GitHub
parent eb2af84bb9
commit f79124f96e
9 changed files with 33 additions and 18 deletions

View File

@@ -1126,7 +1126,7 @@ const SETTINGS_SCHEMA = {
label: 'Disable LLM Correction',
category: 'Tools',
requiresRestart: true,
default: false,
default: true,
description: oneLine`
Disable LLM-based error correction for edit tools.
When enabled, tools will fail immediately if exact string matches are not found, instead of attempting to self-correct.