OpenCode Agent Fixes TUI Bug Where Stale Prompt Blocks User Dismissal

JavaGT · ghdev · 2026-08-27

A PR authored by the OpenCode agent fixes a bug where a stale question prompt blocks the TUI UI after a service restart. The root cause was silent error swallowing when the server returned 404. The fix adds a forceDismiss() helper to manually clear the question from the sync store if the API call fails, ensuring the prompt unmounts correctly.

Original post →

More from coding & agent

coding & agent channel →