fix: improve the basic prompt

This commit is contained in:
2025-01-31 17:28:20 +01:00
parent 50ba937ae0
commit 84e71dcbef
2 changed files with 53 additions and 0 deletions

28
chatgpt_config.yaml Normal file
View File

@@ -0,0 +1,28 @@
project_name: "chatgpt.vim"
default_prompt_blocks:
- "basic-prompt"
- "secure-coding"
initial_files:
- "README.md"
debug: false
improved_debug: false
preview_changes: false
interactive_file_selection: false
partial_acceptance: false
enable_debug_commands: true
prompt_char_limit: 300000
enable_chunking: false
enable_step_by_step: true
auto_lint: true
# New tool auto-accept config
tool_auto_accept:
readFile: true
editFile: true
replace_in_file: true
executeCommand: false
# If you set any of these to true, it will auto accept them without prompting.
# 'executeCommand' should remain false by default unless you're certain it's safe.