We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb18520 commit a577657Copy full SHA for a577657
codetide/mcp/tools/patch_code/__init__.py
@@ -144,7 +144,7 @@ def process_patch(
144
145
# Normalize line endings before processing
146
patches_text = open_fn(patch_path)
147
- patches = parse_patch_blocks(patches_text) or []
+ patches = parse_patch_blocks(patches_text) or [""]
148
149
all_paths_needed = []
150
for text in patches:
0 commit comments