anomalyco / anomalyco/opencode

Model proceeds with implementation after asking question without waiting for answer

Open
#38,971 1 comment 0 reactions 1 assignee View on GitHub

@nexxeln is already working on this.

Since Jul 26, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

Description

When the model asks the user a question (e.g. offering two choices), and the user does not answer, the model proceeds anyway as if an answer was received — it picks one of the options on its own and starts implementing.

Steps to reproduce

  1. Model asks: "Now: manually run migrate on production? Structurally: add migrate to the GitHub Action workflow?"
  2. User does not answer
  3. Model responds with analysis and begins implementation — without the user ever having consented

Expected behavior

When the model asks a question, it must stop and wait for a user response. Proceeding without an answer is a protocol violation — the user never agreed to any course of action.

Impact

Causes unauthorized changes, loss of trust, and requires manual rollback. In the specific case that triggered this report, the user explicitly called out "I didn't answer — why are you continuing after asking me?"

Environment

  • OS: Windows
  • opencode CLI
  • Model: deepseek-v4-flash-free

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.