codeflash-internal/django
Kevin Turcios 3d1b843da4 Fix code repair for raw (non-markdown) source code input
The Python client sends raw source code, not markdown-wrapped blocks.
split_markdown_code() returned {} for raw input, making SearchAndReplaceDiff
have nothing to patch, so repairs always returned empty string.

Now falls back to {"file.py": raw_code} when markdown parsing yields nothing,
and is_valid() handles raw code blocks instead of only markdown-wrapped ones.
2026-04-21 20:42:01 -05:00
..
aiservice Fix code repair for raw (non-markdown) source code input 2026-04-21 20:42:01 -05:00
.dockerignore local setup (#1898) 2025-11-17 12:35:09 -08:00