Skip to content

docs: document summon extension requirement for delegate and load tools#9231

Merged
DOsinga merged 1 commit into
mainfrom
docs/summon-extension-requirement-7570
May 16, 2026
Merged

docs: document summon extension requirement for delegate and load tools#9231
DOsinga merged 1 commit into
mainfrom
docs/summon-extension-requirement-7570

Conversation

@DOsinga
Copy link
Copy Markdown
Collaborator

@DOsinga DOsinga commented May 14, 2026

When a recipe specifies an explicit extensions block, default platform extensions like summon are not included. This means the delegate and load tools silently disappear.

This adds notes to three docs pages:

  • Subagents guide (subagents.mdx) — note under Extension Control explaining that recipes with explicit extensions must include summon
  • Recipe reference (recipe-reference.md) — note after Extension Types explaining the behavior and showing the required YAML
  • Subrecipes guide (subrecipes.md) — note that sub_recipes auto-injects summon

The subagents tutorial was not updated since it uses natural language delegation in regular sessions where summon is enabled by default.

Fixes #7570

When a recipe specifies an explicit extensions block, default platform
extensions like summon are not included. This means the delegate and load
tools silently disappear. Add notes to the subagents guide, recipe reference,
and subrecipes guide explaining the requirement and the auto-injection
behavior for sub_recipes.

Fixes #7570

Signed-off-by: Douwe Osinga <douwe@squareup.com>
@github-actions
Copy link
Copy Markdown
Contributor

Documentation preview deployed: https://pr-9231.goose-pr-previews-poc.pages.dev

@DOsinga DOsinga added this pull request to the merge queue May 16, 2026
Merged via the queue into main with commit 3254d44 May 16, 2026
21 checks passed
@DOsinga DOsinga deleted the docs/summon-extension-requirement-7570 branch May 16, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: document summon extension requirement for delegate and load tools

2 participants