docs: clarify subagent session navigation keybinds#16455
Merged
rekram1-node merged 5 commits intoanomalyco:devfrom Mar 12, 2026
Merged
docs: clarify subagent session navigation keybinds#16455rekram1-node merged 5 commits intoanomalyco:devfrom
rekram1-node merged 5 commits intoanomalyco:devfrom
Conversation
Contributor
Author
|
Related user report: #10444 The user tried to use This PR clarifies the hierarchical navigation flow in the documentation. |
5b918ca to
108663a
Compare
108663a to
30566aa
Compare
6 tasks
Spin-Particle
pushed a commit
to Science-Discovery/Aether
that referenced
this pull request
Mar 12, 2026
ChicK00o
pushed a commit
to ChicK00o/opencode
that referenced
this pull request
Mar 12, 2026
demostanis
pushed a commit
to demostanis/opencode
that referenced
this pull request
Mar 19, 2026
demostanis
pushed a commit
to demostanis/opencode
that referenced
this pull request
Mar 20, 2026
balcsida
pushed a commit
to balcsida/opencode
that referenced
this pull request
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #16462
Type of change
What does this PR do?
This docs-only PR fixes the documentation mismatch described in #16462, where subagent session navigation keybinds documentation does not match the actual implementation behavior.
What changed:
packages/web/src/content/docs/agents.mdxto describe the actual hierarchical flow: usesession_child_firstto enter a child, then use bare arrow keys inside child sessions.packages/web/src/content/docs/keybinds.mdxkeybind example to includesession_child_firstand the actual defaults (right/left/upwithout leader key).Why this is needed:
\u003cleader>+left/rightcycling from parent and omitsession_child_first, which caused confusion for users (see ctrl-left/right doesn't navigate between subagents since 1.0 TUI - TUI captures left and right? #4180, [feedback] make left / right navigation for subagents more clear #4292).\u003cleader>+left/rightfrom parent session and it doesn't work.How did you verify your code works?
bun run buildinpackages/web.packages/opencode/src/config/config.tsand session command enablement inpackages/opencode/src/cli/cmd/tui/routes/session/index.tsx.Screenshots / recordings
N/A (documentation-only change)
Checklist