[PR #934] [MERGED] fix: deduplicate command suggestions #9750

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/934
Author: @jhrudden
Created: 7/12/2025
Status: Merged
Merged: 7/13/2025
Merged by: @adamdotdevin

Base: devHead: fix/remove-duplicate-command-suggestions


📝 Commits (1)

  • 47bfaa7 fix: deduplicate command suggestios

📊 Changes

1 file changed (+7 additions, -2 deletions)

View changed files

📝 packages/tui/internal/completions/commands.go (+7 -2)

📄 Description

Fixes: #928

Command suggestions didn't have logic to duplicate situations where one command might have multiple triggers.


🔄 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/934 **Author:** [@jhrudden](https://github.com/jhrudden) **Created:** 7/12/2025 **Status:** ✅ Merged **Merged:** 7/13/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix/remove-duplicate-command-suggestions` --- ### 📝 Commits (1) - [`47bfaa7`](https://github.com/anomalyco/opencode/commit/47bfaa7aa0a0356a460512167be7aaa99d63e9b8) fix: deduplicate command suggestios ### 📊 Changes **1 file changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/completions/commands.go` (+7 -2) </details> ### 📄 Description Fixes: #928 Command suggestions didn't have logic to duplicate situations where one command might have multiple triggers. --- <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:06 -05:00
yindo closed this issue 2026-02-16 18:14:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9750