Create a new "Patch file" Tool #3554
Labels
area:inline-edit
Relates to the auto refactor feature
kind:enhancement
Indicates a new feature request, imrovement, or extension
priority:medium
Indicates medium priority
Before submitting your bug report
Relevant environment info
Description
I'm not sure if this is a bug or a feature-request.
Currently the only way to patch a file is to recreate is via the
Create new file
tool.This works well for smaller files, but when working on larger files, the LLM often starts generating subsections of the files, essentially deleting a lot of code.
Not to mention that having to regenerate such large files also requires a lot more tokens and is rather expensive.
If there was a tool to apply diff patches, we could use the LLM to generate just the patch, and then apply the patch. That should theoretically be much cheaper and quicker.
To reproduce
No response
Log output
No response
The text was updated successfully, but these errors were encountered: