fix(opencode): reconcile agent selection during TUI startup#20674
fix(opencode): reconcile agent selection during TUI startup#20674sjawhar wants to merge 1 commit into
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found potential related PRs:
These PRs deal with agent state management and selection in the TUI context. However, they appear to be addressing specific issues rather than the same reconciliation problem during startup that PR #20674 is targeting. The most relevant one is #19685 given its focus on agent selection handling. |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Issue for this PR
Fixes #16034
Type of change
What does this PR do?
Fix agent selection reconciliation during TUI startup to prevent stale/missing agent state. Ensures the agent selector reflects actual available agents after plugin loading completes.
How did you verify your code works?
bun typecheckfrom packages/opencodeChecklist