[PR #6577] fix(tui): show subagent in agent picker when viewing subagent session #11981

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

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

State: closed
Merged: No


When viewing a subagent session (e.g., explore), the TUI agent picker now shows the subagent instead of "Agent not found".

Changes:

  • Include subagents in agent picker only when viewing a subagent session
  • Auto-select the subagent based on the session's first message
  • Change agent storage from single global to per-session for better session isolation
  • Remove redundant automatic model update effect
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6577 **State:** closed **Merged:** No --- When viewing a subagent session (e.g., explore), the TUI agent picker now shows the subagent instead of "Agent not found". **Changes:** - Include subagents in agent picker only when viewing a subagent session - Auto-select the subagent based on the session's first message - Change agent storage from single global to per-session for better session isolation - Remove redundant automatic model update effect
yindo added the pull-request label 2026-02-16 18:16:55 -05:00
yindo closed this issue 2026-02-16 18:16:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11981