Skip to content

opencode serve (Web UI): agent does not wait for user input, proceeds to next step on its own #27570

Description

@GDWhisper

Description

In a conversational pipeline workflow (not permission dialogs), the agent asks for user instruction or confirmation — e.g., “What should I do next?” or “Shall I proceed?” — and then, without receiving any actual user input, proceeds as if the user said “yes” or “understood”. It appears to hallucinate a positive response and continues execution autonomously.

This is not about the permission popups. This is the conversational flow itself — the agent pauses and asks for direction, but then pretends the human has answered and moves on.

This bug is probabilistic — it does not happen every time, but occurs frequently enough to be disruptive.

Plugins

oh-my-openagent (only one)

OpenCode version

1.14.50

Steps to reproduce

  1. Open OpenCode Web UI (opencode serve + browser).
  2. Set model to DeepSeek-V4-Flash or DeepSeek-V4-Pro with thinking/reasoning set to max.
  3. Start a task that requires multi-step back-and-forth (e.g., “help me refactor this code step by step”).
  4. Observe that after completing a step, the agent asks something like “Should I continue?” or “What’s next?” — then sometimes, without any actual keyboard input, proceeds as if the user responded “yes”.

The agent waits for a brief moment (or does not wait at all), then fabricates a positive user response (“yes”, “go ahead”, “okay”) and continues executing the next step on its own. This behavior is probabilistic — it does not reproduce on every request.

Screenshot and/or share link

Image Image

Operating System

Linux 6.17.0-23-generic(Ubuntu 24.04, x86_64)

Terminal

Web UI

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions