You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aider-code-change.el
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -365,17 +365,17 @@ The keyword and its definition are configured in `aider-todo-keyword-pair`."
365
365
(user-error"Selected region must be a comment block"))
366
366
(format (concat
367
367
"Please implement code after this requirement comment block in the selected region. "
368
-
"Keep the comment in place and ensure it begins with a DONE prefix (change %s to DONE or prepend DONE if no prefix) before adding the implementation code after it. "
369
-
"Keep the existing code structure and add the implementation after this specific block.%s%s\n%s")
368
+
"Keep the comment in place and ensure it begins with a DONE prefix (change %s to DONE or prepend DONE if no prefix). "
369
+
"If this is a pure new code block, place it after the comment; otherwise keep the existing structure and make corresponding change for the context.%s%s\n%s")
"Please implement code after this requirement comment on line %d: '%s'. "
377
-
"Keep the comment in place and ensure it begins with a DONE prefix (change %s to DONE or prepend DONE if needed) before adding the implementation code after it. "
378
-
"Keep the existing code structure and add the implementation after this specific comment.%s")
377
+
"Keep the comment in place and ensure it begins with a DONE prefix (change %s to DONE or prepend DONE if needed). "
378
+
"If this is a pure new code block, place it after the comment; otherwise keep the existing structure and make corresponding change for the context.%s")
0 commit comments