core-agent-ide/codex-rs/apply-patch/src
Jeremy Rose 53413c728e
parse cd foo && ... for exec and apply_patch (#3083)
sometimes the model likes to run "cd foo && ..." instead of using the
workdir parameter of exec. handle them roughly the same.
2025-09-03 05:26:06 +00:00
..
lib.rs parse cd foo && ... for exec and apply_patch (#3083) 2025-09-03 05:26:06 +00:00
main.rs feat: use the arg0 trick with apply_patch (#2646) 2025-08-24 14:35:51 -07:00
parser.rs parse cd foo && ... for exec and apply_patch (#3083) 2025-09-03 05:26:06 +00: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