This is more an FYI than a bug report because I can’t reliable reproduce it but it has happened several times recently.
When I make a plan in auto mode then switch to build, lately it’s been using subagents and executing the whole plan at once instead of following the order of the plan. Sometimes that is ok but sometimes it isn’t.
For example:
In one case, I had a plan that required reproducing the bug on local first so we can confirm it happen son both local and production. Then, only once confirmed, fix the bug. The plan was correct but the builder agent just skipped the verify step entirely.
In another example:
I told the agent to do the first few steps and then wait for me to do some manual actions on my end before continuing with the rest. This works flawlessly with Claude as the agent. But in auto mode it never waited, it just continued on with the plan despite the fact I hadn’t done my part yet.
In a third example (all from today and yesterday) :
I told the agent to try running the script manually before updating our CI/CD pipeline because I wanted to verify it worked offline instead of wasting time with Github actions… you’re probably seeing the pattern… it went ahead and update GitHub actions anyway.
In all three cases I called it out on it and it confirmed that it did indeed disobey the plan.
In at least one of those cases (I wasn’t watching all closely), it shows the first todo item as spinning for a long time then all the sudden marked all of them as done at once.
It kind of defeats the purpose of the plan if the agent doesn’t actually follow it.