opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix(tui): show subagent in agent picker when viewing subagent session

Open aryasaatvik opened this issue 2 weeks ago • 0 comments

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

aryasaatvik avatar Jan 01 '26 13:01 aryasaatvik