| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found several related PRs but no exact duplicates of PR #43121: Related PRs (same feature/area but not duplicates):
The current PR #43121 is unique in that it specifically fixes the navigation selector for nested subagent sessions (choosing first child instead of reusing parent's sibling group). |
Sorry, something went wrong.
|
the issue is for v2 branch, your fix is for dev branch |
Sorry, something went wrong.
|
Thanks for pointing this out. The reported issue targets v2, and #43290 has now fixed and merged it there, so I’m closing this PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Issue for this PR
Closes #43082
Type of change
What does this PR do?
Selects the first child of the currently viewed session. Previously, nested sessions reused their parent's sibling group, so navigating down could reopen a sibling instead of the deeper subagent.
How did you verify your code works?
Added a nested-session regression test. A focused before/after check reproduced the old sibling selection and confirmed the updated selector chooses the grandchild while preserving root and leaf behavior. The package test and typecheck will run in CI because Bun is unavailable in the prepared checkout.
Screenshots / recordings
Not applicable; this changes session navigation logic only.
Checklist