Bug Description
In OpenCode TUI v1.15.6 (WSL2, WezTerm), OMO v4.2.3 background subagent session entries in the TUI session list show a spinning/loading indicator next to General Task - xxx, but clicking on the entry does nothing. Normally clicking should navigate into that subagent's session.
The subagent task itself may have already completed (or is still running), but regardless of actual state, the session entry is stuck in loading state and is unclickable — clicking has zero response.
Steps to Reproduce
- Open OpenCode TUI v1.15.6 in WSL2 (WezTerm) with OMO v4.2.3 installed
- Trigger a background subagent task via
task(run_in_background=true, ...) or similar
- After the task completes (or during execution), observe the session entry in the TUI session list
(spinner) General Task - xxx entry appears
- Click on it → no response, cannot enter the subagent session
Expected Behavior
Clicking on a subagent session entry should navigate into that session view, regardless of whether the task is still running or completed.
Actual Behavior
The entry shows a perpetual spinner, and clicking does nothing. The session is effectively inaccessible from the TUI session list.
Environment
- OS: WSL2 (Ubuntu) on Windows, WezTerm
- OpenCode: v1.15.6 (TUI)
- OMO: v4.2.3
- Node.js: v24.14.0
Bug Description
In OpenCode TUI v1.15.6 (WSL2, WezTerm), OMO v4.2.3 background subagent session entries in the TUI session list show a spinning/loading indicator next to
General Task - xxx, but clicking on the entry does nothing. Normally clicking should navigate into that subagent's session.The subagent task itself may have already completed (or is still running), but regardless of actual state, the session entry is stuck in loading state and is unclickable — clicking has zero response.
Steps to Reproduce
task(run_in_background=true, ...)or similar(spinner) General Task - xxxentry appearsExpected Behavior
Clicking on a subagent session entry should navigate into that session view, regardless of whether the task is still running or completed.
Actual Behavior
The entry shows a perpetual spinner, and clicking does nothing. The session is effectively inaccessible from the TUI session list.
Environment