diff options
| author | Aiden Cline <[email protected]> | 2025-11-20 14:07:25 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-20 14:07:25 -0600 |
| commit | 10faf9e717a685862fc3e3b447a333a3d7e8fa7f (patch) | |
| tree | c4974371b1ea44842a5e69ce20050f697224e075 | |
| parent | cba239bc8fa5513e30174c4455397f26a4ed9b97 (diff) | |
| download | opencode-10faf9e717a685862fc3e3b447a333a3d7e8fa7f.tar.gz opencode-10faf9e717a685862fc3e3b447a333a3d7e8fa7f.zip | |
ignore: fix mdx
| -rw-r--r-- | packages/web/src/content/docs/agents.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx index 3dd7f292e..f63457cc0 100644 --- a/packages/web/src/content/docs/agents.mdx +++ b/packages/web/src/content/docs/agents.mdx @@ -89,8 +89,8 @@ A general-purpose agent for researching complex questions, searching for code, a ``` 3. **Navigation between sessions**: When subagents create their own child sessions, you can navigate between the parent session and all child sessions using: - - **<Leader>+Right** (or your configured `session_child_cycle` keybind) to cycle forward through parent → child1 → child2 → ... → parent - - **<Leader>+Left** (or your configured `session_child_cycle_reverse` keybind) to cycle backward through parent ← child1 ← child2 ← ... ← parent + - **\<Leader>+Right** (or your configured `session_child_cycle` keybind) to cycle forward through parent → child1 → child2 → ... → parent + - **\<Leader>+Left** (or your configured `session_child_cycle_reverse` keybind) to cycle backward through parent ← child1 ← child2 ← ... ← parent This allows you to seamlessly switch between the main conversation and specialized subagent work. |
