Skip to content

Commit 9a8d702

Browse files
committed
blog: address PR feedback - capitalize Summon/Skills, add Recipes to load description
1 parent 2c959d3 commit 9a8d702

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • documentation/blog/2026-02-23-goose-v1-25-0

documentation/blog/2026-02-23-goose-v1-25-0/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ This is a great starting point for defense-in-depth security. The sandbox checks
3030

3131
## 🧩 Unified Summon Extension
3232

33-
**We replaced two separate systems (subagent and skills) with a single, unified ["summon" extension](https://block.github.io/goose/docs/mcp/summon-mcp).**
33+
**We replaced two separate systems (subagent and Skills) with a single, unified ["Summon" extension](https://block.github.io/goose/docs/mcp/summon-mcp).**
3434

35-
Previously, goose had two different mechanisms for delegating work: [subagents](https://block.github.io/goose/docs/tutorials/subagents) (for spinning up independent sub-tasks) and skills (for loading predefined capabilities). They overlapped in confusing ways and made the system harder to understand.
35+
Previously, goose had two different mechanisms for delegating work: [subagents](https://block.github.io/goose/docs/tutorials/subagents) (for spinning up independent sub-tasks) and Skills (for loading predefined capabilities). They overlapped in confusing ways and made the system harder to understand.
3636

37-
The new **summon** extension unifies both concepts into two clean tools:
37+
The new **Summon** extension unifies both concepts into two clean tools:
3838

39-
- **`load`**: Load a skill by name and return its content, replacing the old skills system.
39+
- **`load`**: Load Skills and Recipes into goose's context, replacing the old Skills system.
4040
- **`delegate`**: Delegate a task to a subagent that runs independently with its own context, replacing the old subagent system. Supports ad-hoc instructions, predefined subrecipes, or both combined.
4141

4242
This simplification means:

0 commit comments

Comments
 (0)