mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
feat: add architect command and improve coder class documentation
This commit is contained in:
parent
4fcbf28f91
commit
c5d51d62c4
3 changed files with 9 additions and 0 deletions
|
@ -3,5 +3,6 @@ from .wholefile_coder import WholeFileCoder
|
|||
|
||||
|
||||
class EditorWholeFileCoder(WholeFileCoder):
|
||||
"A coder that operates on entire files, focused purely on editing files."
|
||||
edit_format = "editor-whole"
|
||||
gpt_prompts = EditorWholeFilePrompts()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue