[PR #9926] fix(app): open terminal pane when creating new terminal #13277

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

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

State: closed
Merged: Yes


Fixes #9906

Problem

Running the new terminal command (Ctrl+Alt+T) creates a tab but doesn't open the terminal pane. Users must manually open the pane to see the new tab.

Solution

Open the terminal pane when the command is invoked. If no terminals exist, let the existing auto-create effect handle creating the first terminal to avoid duplicates.

Now

(NOW) fix_terminal-new-opens-pane

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9926 **State:** closed **Merged:** Yes --- Fixes #9906 ## Problem Running the new terminal command (`Ctrl+Alt+T`) creates a tab but doesn't open the terminal pane. Users must manually open the pane to see the new tab. ## Solution Open the terminal pane when the command is invoked. If no terminals exist, let the existing auto-create effect handle creating the first terminal to avoid duplicates. ## Now ![(NOW) fix_terminal-new-opens-pane](https://github.com/user-attachments/assets/0af92f11-9cbf-4638-b9b6-fe13477443aa)
yindo added the pull-request label 2026-02-16 18:18:08 -05:00
yindo closed this issue 2026-02-16 18:18:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13277