feat(web): Show subagents under parent session, allow intuitive navigation between. - #14043
feat(web): Show subagents under parent session, allow intuitive navigation between.#14043jmagder wants to merge 11 commits 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 several related PRs that address subagent navigation features: Potentially Related PRs:
These PRs appear to address similar or overlapping features around subagent navigation and hierarchical session display. You may want to review them to ensure #14043 doesn't duplicate existing functionality. |
|
👍 on this feature! |
|
Same, I'm all hyped for this feature! 👍 |
|
Can't wait! |
|
would love to see some version of this |
|
Appreciate the interest but I made this 5 months ago along with two other patches with heavy interest but I could not get anyone to review them and the other two were automatically closed. I love the project but I code day and night as a 20+ year startup veteran and don't want to waste time fixing merge conflicts that won't be reviewed. If anyone knows how to get the attention of the developers (three were requested to review) I'll reconsider but I've since given up on the project and started exploring other tooling instead. |
What does this PR do?
Closes #14040
This PR improves the opencode web client by adding support for navigation between sessions and their subgents, through an intuitive UX:
You can watch a video demo here:
2026-02-17.17-31-40.mp4
In short:
How did you verify your code works?
Aside from extensive testing, I added unit and e2e test for the feature. I also put together the video above demoing the feature.
The actual code changes are a few hundred lines. The tests take up 70% of the code, but if you are short on time less focus is needed on the
*.spec.tsfiles.