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
Add a feature to enable the AI to perform targeted string replacements within files. Instead of rewriting the entire file, the AI would locate specific strings or patterns provided by the user and replace them directly. This would streamline workflows by focusing only on the requested edits while leaving the rest of the file untouched.
This functionality would be particularly useful for making quick, precise changes in large files or codebases, minimizing disruption and improving efficiency.
Maybe its supposed to do this but seems like it writing all new files each time it changes a string. Also ive had luck in prompting it to make a roadmap.md and a changes.md (and tell it to track its progress for each task)
Because after regenerating a few files I get an error usually I assume because of token length after a 600 lines of code or so.
The text was updated successfully, but these errors were encountered:
Add a feature to enable the AI to perform targeted string replacements within files. Instead of rewriting the entire file, the AI would locate specific strings or patterns provided by the user and replace them directly. This would streamline workflows by focusing only on the requested edits while leaving the rest of the file untouched.
This functionality would be particularly useful for making quick, precise changes in large files or codebases, minimizing disruption and improving efficiency.
Maybe its supposed to do this but seems like it writing all new files each time it changes a string. Also ive had luck in prompting it to make a roadmap.md and a changes.md (and tell it to track its progress for each task)
Because after regenerating a few files I get an error usually I assume because of token length after a 600 lines of code or so.
The text was updated successfully, but these errors were encountered: