From b3dbb79795e3c6b79ea9218cf9e919c3c58ccd8d Mon Sep 17 00:00:00 2001 From: "Amar Sood (tekacs)" Date: Sat, 12 Apr 2025 13:33:54 -0400 Subject: [PATCH] Disable granular editing by default, until tools stabilize --- aider/coders/navigator_coder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/coders/navigator_coder.py b/aider/coders/navigator_coder.py index 3c312c04c..31e1d446c 100644 --- a/aider/coders/navigator_coder.py +++ b/aider/coders/navigator_coder.py @@ -57,8 +57,8 @@ class NavigatorCoder(Coder): edit_format = "navigator" - # Default to using the granular editing prompts - use_granular_editing = True + # TODO: We'll turn on granular editing by default once those tools stabilize + use_granular_editing = False def __init__(self, *args, **kwargs): # Initialize appropriate prompt set before calling parent constructor