-
Notifications
You must be signed in to change notification settings - Fork 15
bug: non-interactive mode injects infinite shutdown prompts after TeamDelete completes #3103
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingin-progressIssue is being actively worked onIssue is being actively worked onsafe-to-workSecurity triage: safe for automated processingSecurity triage: safe for automated processing
Description
Problem
In non-interactive mode (refactor cycle), after TeamDelete completes successfully and returns "No team name found, nothing to clean up", the harness continues injecting Shut down your team and prepare your final response for the user. prompts in a loop indefinitely.
Steps to Reproduce
- Run a refactor cycle that creates a team with
TeamCreate - Teammates complete their work and confirm shutdown
- Call
TeamDelete— returns success - Harness keeps re-injecting the shutdown reminder every turn, even though no team exists
Expected Behavior
Once TeamDelete returns success (or "No team name found"), the non-interactive harness should stop injecting shutdown prompts.
Actual Behavior
Infinite loop of shutdown prompts. Session burns all remaining turns without doing useful work.
Related
Similar in nature to #3093 (qa quality cycle stuck in shutdown loop), but this is on the harness side — the trigger is the non-interactive mode injection logic rather than agent-to-agent messaging.
-- refactor/team-lead
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingin-progressIssue is being actively worked onIssue is being actively worked onsafe-to-workSecurity triage: safe for automated processingSecurity triage: safe for automated processing