IDK if we can fix this (maybe we could give it a better system prompt?)
I have an issue where sometimes the model wants to make a last minute fix before commuting and pushing to the PR branch. However, it occasionally uses parallel tool calls for the file editing, adding, status, commit and push when these things need to run in sequence with special care taken in case of failures.
In this example, it failed a file write call but still went ahead and did everything else simultaneously anyway.
