fix(agents): allow empty edit replacement text

(cherry picked from commit 3c21fc30d3)
This commit is contained in:
github-actions[bot]
2026-02-23 13:35:14 -05:00
committed by Peter Steinberger
parent fd7ca4c394
commit 3823587ada
2 changed files with 26 additions and 0 deletions

View File

@@ -353,6 +353,7 @@ export const CLAUDE_PARAM_GROUPS = {
{
keys: ["newText", "new_string"],
label: "newText (newText or new_string)",
allowEmpty: true,
},
],
} as const;