core-agent-ide/codex-rs/apply-patch/src
Jeremy Rose 5f6e95b592
if a command parses as a patch, do not attempt to run it (#3382)
sometimes the model forgets to actually invoke `apply_patch` and puts a
patch as the script body. trying to execute this as bash sometimes
creates files named `,` or `{` or does other unknown things, so catch
this situation and return an error to the model.
2025-09-12 13:47:41 -07:00
..
lib.rs if a command parses as a patch, do not attempt to run it (#3382) 2025-09-12 13:47:41 -07:00
main.rs feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00
parser.rs chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
seek_sequence.rs fix: handling weird unicode characters in apply_patch (#674) 2025-04-25 16:01:58 -07:00
standalone_executable.rs feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00