[PR #8596] fix: open help dialog with tui/open-help route #12804

Closed
opened 2026-02-16 18:17:41 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8596

State: closed
Merged: Yes


What does this PR do?

  • Allows /tui/open-help to open the help command dialog in the TUI.
  • The endpoint previously returned success without triggering any UI action. Publishing the same TUI command used by /help opens the help dialog as expected.

How did you verify your code works?

  • bun dev -- --port 4096 (Should open OpenCode)
  • curl -X POST http://127.0.0.1:4096/tui/open-help (in different terminal/window)
  • Go to terminal where you ran bun dev, help dialog should show up now

Issue

Screenshots/Videos

Before:

https://github.com/user-attachments/assets/af1a7dbe-7ead-46b7-94bf-65493254c553

After:

https://github.com/user-attachments/assets/e91c2e31-0871-4029-951f-da4a64a2d039

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8596 **State:** closed **Merged:** Yes --- ### What does this PR do? - Allows /tui/open-help to open the help command dialog in the TUI. - The endpoint previously returned success without triggering any UI action. Publishing the same TUI command used by /help opens the help dialog as expected. ### How did you verify your code works? - bun dev -- --port 4096 (Should open OpenCode) - curl -X POST http://127.0.0.1:4096/tui/open-help (in different terminal/window) - Go to terminal where you ran bun dev, help dialog should show up now ### Issue - Closes #8595 ### Screenshots/Videos Before: https://github.com/user-attachments/assets/af1a7dbe-7ead-46b7-94bf-65493254c553 After: https://github.com/user-attachments/assets/e91c2e31-0871-4029-951f-da4a64a2d039
yindo added the pull-request label 2026-02-16 18:17:41 -05:00
yindo closed this issue 2026-02-16 18:17:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12804