0.44.11: File changes are suddenly silently discarded

it happens once per a few hours only, but very annoying. YOLO is OFF.

I review the generated code and say “git commit” in Composer, but after confirming the invocation of git add ... && git commit -m by the agent I find that changes are simply discarded and redundant git add && git commit result in nothing.

Hey, I wouldn’t recommend getting the composer to run your Git commands for you, as it’s success it not guaranteed here.

If there is a big commit, with lots of files to add, the composer may assume something has gone wrong and timeout the command, canceling the commit before it completes! There is likely other situations where the composer fails to commit your code, so I’d recommend doing it manually for not.