mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 06:41:22 +00:00
fix(agents): allow empty edit replacement text
(cherry picked from commit 3c21fc30d3)
This commit is contained in:
committed by
Peter Steinberger
parent
fd7ca4c394
commit
3823587ada
@@ -353,6 +353,7 @@ export const CLAUDE_PARAM_GROUPS = {
|
||||
{
|
||||
keys: ["newText", "new_string"],
|
||||
label: "newText (newText or new_string)",
|
||||
allowEmpty: true,
|
||||
},
|
||||
],
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user