mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Previously git add and mergiraf solve could bubble up exit 128 (e.g. on files missing the base version) and abort the entire merge. Wrap every shell call in .nothrow() and skip to the next transform pass on failure.