docs: add access control section to Developer tutorial (#5615)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
dianed-square
2025-11-06 11:45:31 -08:00
committed by GitHub
parent c8d2d47c6f
commit b063fcecdc
6 changed files with 172 additions and 96 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Subagents are independent instances that execute tasks while keeping your main c
## How to Use Subagents
:::tip Autonomous Subagent Creation
goose can autonomously decide to use subagents when it determines they would be beneficial for your task - you don't always need to explicitly request them. This happens automatically in autonomous mode (the default). Subagents are disabled in chat-only mode.
goose can autonomously decide to use subagents when it determines they would be beneficial for your task - you don't always need to explicitly request them. This happens automatically in autonomous [permission mode](/docs/guides/goose-permissions) (the default). Subagents are disabled in manual approval, smart approval, and chat-only modes.
:::
To use subagents, ask goose to delegate tasks using natural language. goose automatically decides when to spawn subagents and handles their lifecycle. You can: