Agent ignores user questions and acts without confirmation

Resolved 💬 3 comments Opened Mar 3, 2026 by Dimko1311 Closed Mar 7, 2026

Bug: Agent executes without user confirmation and ignores repeated questions

What happened

  1. User provided a plan and asked a clarifying question: "это фикс, коммит, пуш?" (is this fix, commit, push?) — expecting confirmation before any action.
  1. Instead of answering the question and waiting for approval, the agent immediately started implementing the fix, committed, and pushed to main — all without any user confirmation.
  1. The user's question appeared multiple times via <system-reminder> ("The user sent a new message while you were working") — the agent acknowledged receiving the messages but ignored them and continued executing.

Expected behavior

  • Agent should STOP and answer the user's question before taking any action
  • Agent should wait for explicit user approval before starting implementation, especially for irreversible actions (commit, push to main)
  • When a user message arrives mid-execution via system-reminder, the agent should pause and respond to it — not just acknowledge it after the fact

Actual behavior

  • Agent started coding immediately without asking for permission
  • Agent received the user's question at least twice via system-reminder and ignored it both times
  • Agent completed fix, commit, and push to main entirely on its own
  • Only after everything was done did the agent acknowledge the user's question

Impact

This undermines user trust and control. The user explicitly asked a question expecting a response, and the agent bypassed the human-in-the-loop entirely — twice.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗