feat: add the possibility for debug commands

This commit is contained in:
2025-01-04 16:52:02 +01:00
parent 381c5108d6
commit 3859f5531a
2 changed files with 135 additions and 47 deletions

View File

@@ -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