Qwen3.6 27B tool calling can stall in opencode

When with is used in opencode, can sometimes stall instead of running. After leaving the agent to work, the window may show a planned command still sitting in the thinking step, such as a test command meant to find passing tests. A simple is to paste the stalled tool call back into the prompt.

The task then continues. The problem does not happen every time, but it has appeared more often over the past week and is frequent enough to interrupt the workflow.

Key points

  • with can stall on in opencode.
  • The stall leaves a planned command in the thinking step instead of executing it.
  • Pasting the same tool call back into the prompt can restart the work.
  • The issue is intermittent but has become more noticeable over the past week.
  • Local-model agents need tests, not just cost and speed checks.
Read original