[PR #789] [MERGED] tweak: keep completion options open when trigger is still present #9711

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/789
Author: @rekram1-node
Created: 7/9/2025
Status: Merged
Merged: 7/9/2025
Merged by: @adamdotdevin

Base: devHead: tweak/commands


📝 Commits (1)

  • f50e154 tweak: keep completion options open when trigger is still present

📊 Changes

2 files changed (+15 additions, -8 deletions)

View changed files

📝 packages/tui/internal/components/dialog/complete.go (+12 -5)
📝 packages/tui/internal/tui/tui.go (+3 -3)

📄 Description

Fixes: #788

As you can see in the video now when you type /h and delete the "h" the command menu will stay open. The same for @.

https://github.com/user-attachments/assets/90d6270c-0f10-46bf-ab3d-8e278089a271


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/789 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `tweak/commands` --- ### 📝 Commits (1) - [`f50e154`](https://github.com/anomalyco/opencode/commit/f50e15441a13e96475050770fb6b5c4fccc49652) tweak: keep completion options open when trigger is still present ### 📊 Changes **2 files changed** (+15 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/dialog/complete.go` (+12 -5) 📝 `packages/tui/internal/tui/tui.go` (+3 -3) </details> ### 📄 Description Fixes: #788 As you can see in the video now when you type `/h` and delete the "h" the command menu will stay open. The same for `@`. https://github.com/user-attachments/assets/90d6270c-0f10-46bf-ab3d-8e278089a271 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:02 -05:00
yindo closed this issue 2026-02-16 18:14:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9711