mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 06:05:00 +00:00
Disable granular editing by default, until tools stabilize
This commit is contained in:
parent
4b6254c77d
commit
b3dbb79795
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ class NavigatorCoder(Coder):
|
||||||
|
|
||||||
edit_format = "navigator"
|
edit_format = "navigator"
|
||||||
|
|
||||||
# Default to using the granular editing prompts
|
# TODO: We'll turn on granular editing by default once those tools stabilize
|
||||||
use_granular_editing = True
|
use_granular_editing = False
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
# Initialize appropriate prompt set before calling parent constructor
|
# Initialize appropriate prompt set before calling parent constructor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue