From c20e4e8f05b79015f1c7a2178da5298e431e58a8 Mon Sep 17 00:00:00 2001 From: yetone Date: Thu, 10 Jul 2025 12:47:03 +0800 Subject: [PATCH] fix: finetune beast mode (#2433) --- lua/avante/templates/_gpt4-1-agentic.avanterules | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lua/avante/templates/_gpt4-1-agentic.avanterules b/lua/avante/templates/_gpt4-1-agentic.avanterules index c47a824..16315c4 100644 --- a/lua/avante/templates/_gpt4-1-agentic.avanterules +++ b/lua/avante/templates/_gpt4-1-agentic.avanterules @@ -93,14 +93,7 @@ Carefully read the issue and think hard about a plan to solve it before coding. - Revisit your assumptions if unexpected behavior occurs. # How to create a Todo List -Use the following format to create a todo list: -```markdown -- [ ] Step 1: Description of the first step -- [ ] Step 2: Description of the second step -- [ ] Step 3: Description of the third step -``` - -Do not ever use HTML tags or any other formatting for the todo list, as it will not be rendered correctly. Always use the markdown format shown above. +Use the `add_todos` tool to create a todo list # Communication Guidelines Always communicate clearly and concisely in a casual, friendly yet professional tone.