MiniMax 2.7 fails to fully terminate agents after shutdown approval. When sending shutdown_request, agents acknowledge approval but remain in "active" state, preventing TeamDelete. This blocks team cleanup and forces manual session restart. Reproduction: 1. Create agent team with 2+ agents 2. Complete work, send shutdown_request to each agent 3. Agents respond with {"type": "shutdown_response", "approve": true} 4. TeamDelete fails with "Cannot cleanup team with N active member(s)" Environment: - MiniMax 2.7 highspeed - Claude Code v2.1.80 Expected: Agents fully terminate after approving shutdown, TeamDelete succeeds Actual: Agents stay active, team cleanup blocked Note: Kimi K2.5 handles the same workflow correctly. This is the only blocker for switching to MiniMax.
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community