feat: add the possibility for debug commands
This commit is contained in:
@@ -7,15 +7,11 @@ directories:
|
||||
initial_files:
|
||||
- "README.md"
|
||||
debug: false
|
||||
|
||||
# New config flags:
|
||||
preview_changes: true
|
||||
interactive_file_selection: true
|
||||
partial_acceptance: true
|
||||
improved_debug: true
|
||||
|
||||
# We rely on token_limit to decide chunk sizes
|
||||
token_limit: 3000
|
||||
|
||||
# Enable chunking if we exceed the token limit
|
||||
enable_chunking: true
|
||||
preview_changes: false
|
||||
interactive_file_selection: false
|
||||
partial_acceptance: false
|
||||
improved_debug: false
|
||||
enable_debug_commands: true
|
||||
token_limit: 128000
|
||||
enable_chunking: false
|
||||
enable_step_by_step: true
|
||||
|
||||
Reference in New Issue
Block a user