docs: remove links to private subagent helpers

This commit is contained in:
Tianyi Cui
2026-07-14 08:03:33 +08:00
parent ef526f22e0
commit 8ada835396
2 changed files with 10 additions and 12 deletions

View File

@@ -12,11 +12,11 @@
* sees only `{ description, prompt }`.
*
* The tool DESCRIPTION is derived from the bound provider's conversation-history
* descriptor ({@link providerWording}): a fresh-conversation provider (spawn,
* ACP) gets the standalone-prompt wording, while a seeded-conversation provider
* (fork) tells the model the child already sees the conversation's completed
* turns. This descriptor says nothing about Cordis scope, services, tools, or
* authority. The tool MIRRORS the
* descriptor ({@link SubagentProvider.inheritsParentContext}): a
* fresh-conversation provider (spawn, ACP) gets the standalone-prompt wording,
* while a seeded-conversation provider (fork) tells the model the child already
* sees the conversation's completed turns. This descriptor says nothing about
* Cordis scope, services, tools, or authority. The tool MIRRORS the
* provider's lifecycle via `subagent/provider-added`/`-removed` — it registers
* when the provider is (or becomes) available and unregisters when the
* provider goes away — so no load-order requirement exists and an HMR reload