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 intoanomalyco:devfrom
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. |
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.