[PR #1802] [MERGED] feat (tui): agents dialog #10072

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1802
Author: @rekram1-node
Created: 8/10/2025
Status: Merged
Merged: 8/11/2025
Merged by: @thdxr

Base: devHead: feat-agents-dialog


📝 Commits (1)

📊 Changes

4 files changed (+346 additions, -1 deletions)

View changed files

📝 packages/tui/internal/app/app.go (+3 -0)
📝 packages/tui/internal/commands/command.go (+9 -1)
packages/tui/internal/components/dialog/agents.go (+305 -0)
📝 packages/tui/internal/tui/tui.go (+29 -0)

📄 Description

fixes: #1801

Follows existing patterns / behaviors from models dialog & agents tab switcher

Screenshot 2025-08-10 at 10 14 53 PM

🔄 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/1802 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 8/10/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `feat-agents-dialog` --- ### 📝 Commits (1) - [`c4a4a27`](https://github.com/anomalyco/opencode/commit/c4a4a27432d9a6c5a056f417ca8c6416fe66b2f3) feat: agents dialog ### 📊 Changes **4 files changed** (+346 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/app/app.go` (+3 -0) 📝 `packages/tui/internal/commands/command.go` (+9 -1) ➕ `packages/tui/internal/components/dialog/agents.go` (+305 -0) 📝 `packages/tui/internal/tui/tui.go` (+29 -0) </details> ### 📄 Description fixes: #1801 Follows existing patterns / behaviors from models dialog & agents tab switcher <img width="498" height="300" alt="Screenshot 2025-08-10 at 10 14 53 PM" src="https://github.com/user-attachments/assets/7d111071-2333-499c-8b41-7db98756199c" /> --- <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:39 -05:00
yindo closed this issue 2026-02-16 18:14:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10072