core-agent-ide/codex-rs/apply-patch/src
Thibault Sottiaux 771f1ca6ab
fix: accept whitespace-padded patch markers (#8746)
Trim whitespace when validating '*** Begin Patch'/'*** End Patch'
markers in codex-apply-patch so padded marker lines parse as intended,
and add regression coverage (unit + fixture scenario); this avoids
apply_patch failures when models include extra spacing. Tested with
cargo test -p codex-apply-patch.
2026-01-05 17:41:23 -08:00
..
invocation.rs chore(apply-patch) move invocation tests (#8111) 2025-12-16 12:49:06 -08:00
lib.rs chore(apply-patch) move invocation tests (#8111) 2025-12-16 12:49:06 -08:00
main.rs feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00
parser.rs fix: accept whitespace-padded patch markers (#8746) 2026-01-05 17:41:23 -08:00
seek_sequence.rs chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00:00
standalone_executable.rs feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00