We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9cef33 + f13df41 commit c04c59eCopy full SHA for c04c59e
src/eca/features/tools/filesystem.clj
@@ -274,7 +274,7 @@
274
:required ["path" "original_content" "new_content"]}
275
:handler #'edit-file
276
:enabled-fn (fn [{:keys [behavior]}] (not= "plan" behavior))
277
- :summary-fn (constantly "Editting file")}
+ :summary-fn (constantly "Editing file")}
278
"eca_plan_edit_file"
279
{:description (str "Plan a file change where user needs to apply or reject the change. "
280
"Replace a specific string or content block in a file with new content. "
0 commit comments