Product: Rovo Agent Issue: Confirmation loop when Jira task creation action card is used Steps to reproduce: 1. Create a Rovo Agent with instructions to create Jira tasks 2. Provide part data input to the agent 3. Agent shows summary table and triggers Jira creation action card 4. User approves the action card 5. Agent re-enters conversation from scratch and re-displays the summary table again 6. Loop repeats indefinitely Expected behavior: After action card is approved, agent should proceed to report results and stop — not restart the workflow. Root cause suspected: Agent loses state after action card interaction and re-evaluates instructions from the beginning, causing infinite loop.