Add changelog entry and README link for subagent example (#215)

This commit is contained in:
Mario Zechner 2025-12-19 01:46:33 +01:00
parent eb1d08a5fb
commit bab5cddd4d
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- **Subagent orchestration example**: Added comprehensive custom tool example for spawning and orchestrating sub-agents with isolated context windows. Includes scout/planner/reviewer/worker agents and workflow commands for multi-agent pipelines. ([#215](https://github.com/badlogic/pi-mono/pull/215) by [@nicobailon](https://github.com/nicobailon))
### Breaking Changes
- **Hook `tool_result` event restructured**: The `ToolResultEvent` now exposes full tool result data instead of just text. ([#233](https://github.com/badlogic/pi-mono/pull/233))