diff --git a/aider/coders/mixture_of_architects_coder.py b/aider/coders/mixture_of_architects_coder.py index 2cf9df8dc17..2cba2b7dd9e 100644 --- a/aider/coders/mixture_of_architects_coder.py +++ b/aider/coders/mixture_of_architects_coder.py @@ -337,6 +337,7 @@ def run_coding_phase(self, message): self.io.rule() compiler_coder.run(with_message=compiler_input, preproc=False) compiled_instructions = compiler_coder.partial_response_content + compiled_instructions += "\n\nCompletely implement all steps in the instructions above. Do not return to me until you have done so." # Debug print the compiled instructions