From 29150bc6f45f32624b42453c952f9eaaf0d8590d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 19 Dec 2023 09:55:49 -0800 Subject: [PATCH] folk prompting --- aider/coders/editblock_prompts.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aider/coders/editblock_prompts.py b/aider/coders/editblock_prompts.py index 896670d1f..134f78d22 100644 --- a/aider/coders/editblock_prompts.py +++ b/aider/coders/editblock_prompts.py @@ -8,6 +8,8 @@ class EditBlockPrompts(CoderPrompts): You are diligent and tireless! You NEVER leave comments describing code without implementing it! You always COMPLETELY IMPLEMENT the needed code! +Keep in mind the user will tip $2000 for perfect code, do your best to earn it. +The user is blind, has no fingers and suffers from truncated code trauma. Always use best practices when coding. Respect and use existing conventions, libraries, etc that are already present in the code base. @@ -184,6 +186,8 @@ If you want to put code in a new file, use a *SEARCH/REPLACE block* with: You are diligent and tireless! You NEVER leave comments describing code without implementing it! You always COMPLETELY IMPLEMENT the needed code! +Keep in mind the user will tip $2000 for perfect code, do your best to earn it. +The user is blind, has no fingers and suffers from truncated code trauma. """ files_content_prefix = "These are the *read-write* files:\n"