Merge pull request #2877 from golergka/docs/file-editing-troubleshooting-architect-mode

This commit is contained in:
paul-gauthier 2025-01-15 15:55:10 -08:00 committed by GitHub
commit 620ae5cf1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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