[PR #1705] [MERGED] fix(TUI): enable general (sub-) agent for @ referencing #10033

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1705
Author: @timoclsn
Created: 8/8/2025
Status: Merged
Merged: 8/8/2025
Merged by: @adamdotdevin

Base: devHead: fix-general-agent-reference


📝 Commits (1)

  • dc854a5 fix(agents): enable general (sub-) agent for @ referencing

📊 Changes

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

View changed files

📝 packages/tui/internal/completions/agents.go (+1 -1)

📄 Description

Per the documentation, you can also reference the included general (sub-)agent via @ in the TUI input. This didn't explicitly work, but this PR enables it as I think it's good for the UX to be able to explicitly use this agent too.

Bildschirmfoto 2025-08-08 um 09 59 34

🔄 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/1705 **Author:** [@timoclsn](https://github.com/timoclsn) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix-general-agent-reference` --- ### 📝 Commits (1) - [`dc854a5`](https://github.com/anomalyco/opencode/commit/dc854a5eb46fdbcb174e06086881497592778f24) fix(agents): enable general (sub-) agent for @ referencing ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/completions/agents.go` (+1 -1) </details> ### 📄 Description Per the documentation, you can also reference the included general (sub-)agent via @ in the TUI input. This didn't explicitly work, but this PR enables it as I think it's good for the UX to be able to explicitly use this agent too. <img width="823" height="441" alt="Bildschirmfoto 2025-08-08 um 09 59 34" src="https://github.com/user-attachments/assets/f06a6e5e-90c9-41a4-8971-5a98394689cd" /> --- <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:35 -05:00
yindo closed this issue 2026-02-16 18:14:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10033