Minimax-m2.7 hangs when build fails — anyone else?
Hello everyone,
I’m experiencing an issue where Minimax sometimes gets stuck indefinitely while working on a task.
In general, when I ask it to modify something in my app, Minimax makes the changes and then tries to compile the project to verify whether the result is OK or KO. The problem is that, in many cases, when the compilation result is KO (compiler errors), Minimax just keeps loading forever instead of continuing to fix the errors.
What’s interesting is that if I manually stop the task (double tap ESC) and then simply tell it “fix compiler errors,” it usually completes the task successfully within a few seconds.
So it seems like the model is capable of fixing the issues, but during the initial task it often gets stuck in some kind of loop or stalled state.
I’m currently using minimax-m2.7 with OpenCode.
Has anyone else experienced this? Any tips to improve this behavior or avoid these situations?
Thanks.