### Description ## Summary The POST /tui/open-help endpoint returns true but doesn’t open the help dialog in the TUI. ## Expected Help dialog opens in the active TUI. ## Actual No dialog appears even though the API returns true. ### Plugins @mohak34/opencode-notifier @0.1.10 ### OpenCode version 1.1.20 ### Steps to reproduce 1. Start opencode with HTTP server enabled: bun dev -- --port 4096 2. Call the endpoint: curl -X POST http://127.0.0.1:4096/tui/open-help 3. Check OpenCode TUI for help dialog ### Screenshot and/or share link Current Behavior: https://github.com/user-attachments/assets/74420b0c-9f26-4d79-8f23-294de554d202 ### Operating System macOS ### Terminal WezTerm
Description
Summary
The POST /tui/open-help endpoint returns true but doesn’t open the help dialog in the TUI.
Expected
Help dialog opens in the active TUI.
Actual
No dialog appears even though the API returns true.
Plugins
@mohak34/opencode-notifier @0.1.10
OpenCode version
1.1.20
Steps to reproduce
bun dev -- --port 4096
curl -X POST http://127.0.0.1:4096/tui/open-help
Screenshot and/or share link
Current Behavior:
tui-open-help-dev.mov
Operating System
macOS
Terminal
WezTerm