From 590ee5a24893b1827f5cc2205ce47150301aa3a0 Mon Sep 17 00:00:00 2001 From: "Max Yankov (aider)" Date: Wed, 15 Jan 2025 20:44:53 -0300 Subject: [PATCH] docs: Add architect mode section to edit errors troubleshooting guide --- aider/website/docs/troubleshooting/edit-errors.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aider/website/docs/troubleshooting/edit-errors.md b/aider/website/docs/troubleshooting/edit-errors.md index 7aab589b1..fac41767d 100644 --- a/aider/website/docs/troubleshooting/edit-errors.md +++ b/aider/website/docs/troubleshooting/edit-errors.md @@ -62,6 +62,12 @@ Aider v0.50.2-dev Models: claude-3-5-sonnet-20240620 with ♾️ diff edit format ``` +## Try architect mode + +Run aider with `--architect` or `/chat-mode architect` to enable [architect mode](../usage/modes.md#architect-mode-and-the-editor-model). +This mode first proposes changes, then uses a separate model to handle the file edits. +This two-step process often produces more reliable edits, especially with models that have trouble +following edit format instructions. ## More help