From c1b4e1f19dd45eeea791354cb041c520f55e1cdb Mon Sep 17 00:00:00 2001 From: Dax Date: Mon, 15 Sep 2025 03:12:07 -0400 Subject: Upgrade to Zod v4 (#2605) Co-authored-by: GitHub Action --- packages/web/src/content/docs/agents.mdx | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/web/src/content/docs/agents.mdx') diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx index 16b194c3d..4a4459280 100644 --- a/packages/web/src/content/docs/agents.mdx +++ b/packages/web/src/content/docs/agents.mdx @@ -81,7 +81,6 @@ A general-purpose agent for researching complex questions, searching for code, a 1. For primary agents, use the **Tab** key to cycle through them during a session. You can also use your configured `switch_agent` keybind. 2. Subagents can be invoked: - - **Automatically** by primary agents for specialized tasks based on their descriptions. - Manually by **@ mentioning** a subagent in your message. For example. @@ -90,7 +89,6 @@ 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: - - **Ctrl+Right** (or your configured `session_child_cycle` keybind) to cycle forward through parent → child1 → child2 → ... → parent - **Ctrl+Left** (or your configured `session_child_cycle_reverse` keybind) to cycle backward through parent ← child1 ← child2 ← ... ← parent -- cgit v1.2.3