From b29f2c4c48c6da4c15dfc92f63ebf631b06a8bab Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Sat, 15 Nov 2025 15:57:19 -0600 Subject: [PATCH] Instruct for newline at end of patch --- gptel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gptel b/gptel index c00afe9..50e7631 100644 --- a/gptel +++ b/gptel @@ -194,7 +194,7 @@ (with-current-buffer output-buffer (buffer-string)) ) ) - :description "Patch files in the working directory. A patch should only have one hunk; if multiple hunks are required, generate multiple patches. If the patch fails to apply, generate a new patch and try again." + :description "Patch files in the working directory. A patch should only have one hunk; if multiple hunks are required, generate multiple patches. If the patch fails to apply, generate a new patch and try again. Remember that a patch should always end with a newline" :args (list '(:name "workingdirectory" :type string :description "The project's directory to change to before running the command. Defaults to '.'" -- 2.52.0