docs: Update docs for the subagent tool (#50689)

Adds the actual tool name so people can turn it off if they want.

Release Notes:

- N/A

Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
Co-authored-by: MrSubidubi <dev@bahn.sh>
This commit is contained in:
Ben Brandt 2026-03-04 11:24:24 +01:00 committed by GitHub
parent 4668dbc83a
commit 007e3ec527
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,6 +91,6 @@ Executes shell commands and returns the combined output, creating a new shell pr
## Other Tools
### `subagent`
### `spawn_agent`
Spawns a subagent with its own context window to perform a delegated task. Useful for running parallel investigations, completing self-contained tasks, or performing research where only the outcome matters. Each subagent has access to the same tools as the parent agent.
Spawns a subagent with its own context window to perform a delegated task. Each subagent has access to the same tools as the parent agent.