We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32099b4 commit 6e619aaCopy full SHA for 6e619aa
codeflash/optimization/optimizer.py
@@ -341,6 +341,7 @@ def run(self) -> None:
341
)
342
if is_successful(best_optimization):
343
optimizations_found += 1
344
+ # create a diff patch for successful optimization
345
if self.current_worktree:
346
read_writable_code = best_optimization.unwrap().code_context.read_writable_code
347
relative_file_paths = [
0 commit comments