Replies: 2 comments
-
leaving this gist over here for anyone interested |
Beta Was this translation helpful? Give feedback.
0 replies
-
and now is an extension :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From my own experience models other than Claude Sonnet are not good at properly using the
insert_edit_into_file
tool. What I would often do was allowing the model to delete and replace the whole file, which is costly. #1958 adds support for Morphllm's fast apply, which has greatly improved the accuracy of code edits in my workflows.Beta Was this translation helpful? Give feedback.
All reactions