You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can ask Claude to directly generate diff files to perform file updates. The difflib library in python can be used to apply these diffs to the files. I have done this already, although not on a large scale. It should be tested if it works consistently well for multi file updates.
This could replace the current SEARCH/REPLACE mechanism that is very token-heavy.
The text was updated successfully, but these errors were encountered:
yeah, especially on bigger projects it gets so many tokens... generally it should be more efficient, while beeing still very effective :)
Thanks for building this amazing tool! 🥇
You can ask Claude to directly generate diff files to perform file updates. The
difflib
library in python can be used to apply these diffs to the files. I have done this already, although not on a large scale. It should be tested if it works consistently well for multi file updates.This could replace the current SEARCH/REPLACE mechanism that is very token-heavy.
The text was updated successfully, but these errors were encountered: