mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Add PatchFlexCoder to coders init
This commit is contained in:
parent
0e40510295
commit
36f23c101d
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ from .editor_editblock_coder import EditorEditBlockCoder
|
|||
from .editor_whole_coder import EditorWholeFileCoder
|
||||
from .help_coder import HelpCoder
|
||||
from .patch_coder import PatchCoder
|
||||
from .patch_flex_coder import PatchFlexCoder
|
||||
from .udiff_coder import UnifiedDiffCoder
|
||||
from .wholefile_coder import WholeFileCoder
|
||||
|
||||
|
@ -22,6 +23,7 @@ __all__ = [
|
|||
EditBlockFencedCoder,
|
||||
WholeFileCoder,
|
||||
PatchCoder,
|
||||
PatchFlexCoder,
|
||||
UnifiedDiffCoder,
|
||||
# SingleWholeFileFunctionCoder,
|
||||
ArchitectCoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue