Plans for Editing Only Necessary Lines Instead of Rewriting Entire Files

Hi everyone,

I wanted to ask if there are any plans to update only the lines that actually need changes, instead of rewriting the entire file. Sometimes, when a whole file is rewritten, it results in unnecessary changes, either removing important code or adding unintended modifications.

I was thinking of how tools like Cursor or VS Code’s agent mode handle this, making targeted edits rather than full file rewrites.

I understand this approach can be a bit more complex.
Still, If anyone is working on this or has ideas, please share

Thank you