core-agent-ide/codex-rs/apply-patch/src
Dylan 5f8984aa7d
[apply-patch] Support applypatch command string (#2186)
## Summary
GPT-OSS and `gpt-5-mini` have training artifacts that cause the models
to occasionally use `applypatch` instead of `apply_patch`. I think
long-term we'll want to provide `apply_patch` as a first class tool, but
for now let's silently handle this case to avoid hurting model
performance

## Testing
- [x] Added unit test
2025-08-11 13:11:04 -07:00
..
lib.rs [apply-patch] Support applypatch command string (#2186) 2025-08-11 13:11:04 -07:00
parser.rs fix: run apply_patch calls through the sandbox (#1705) 2025-07-30 16:45:08 -07:00
seek_sequence.rs fix: handling weird unicode characters in apply_patch (#674) 2025-04-25 16:01:58 -07:00