feat: add memory bank prompt, rename read_file and edit_file, improve basic prompt

This commit is contained in:
2025-02-13 01:14:58 +01:00
parent 01932be82a
commit 5b972c5c9f
5 changed files with 100 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ ignore_files:
- "*.log"
- "vendor/"
include_file_contents: true
include_file_contents: false
debug: false
improved_debug: false
@@ -25,8 +25,8 @@ auto_lint: true
# New tool auto-accept config
tool_auto_accept:
readFile: true
editFile: true
read_file: true
edit_file: true
replace_in_file: true
executeCommand: false
# If you set any of these to true, it will auto accept them without prompting.