feat: Add PatchFlexCoder to coders init

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 15:33:30 -07:00
parent 0e40510295
commit 36f23c101d

View file

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