LLM-25262: file deletion patch processing - #58
Merged
Conversation
dtim
force-pushed
the
dtim/LLM-25262-delete-file-patch-processing
branch
from
March 10, 2026 17:16
6263d9e to
4785f42
Compare
slapoguzov
requested review from
KirillAlekhnovich
and removed request for
nizienko
March 13, 2026 14:36
KirillAlekhnovich
approved these changes
Mar 13, 2026
Codex can delete the file after the patch has been created. To avoid accessing non-existing files, file update changes with the kind 'delete' are processed as follows. - If the file still exists, its old content is read directly from the file. The new content is always set to an empty string (it's consistent with the IntelliJ Idea ACP client handling of file deletion). - If the file can't be read, the old content is restored from the patch itself.
dtim
force-pushed
the
dtim/LLM-25262-delete-file-patch-processing
branch
from
March 13, 2026 15:59
4785f42 to
9a74246
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.