[0.22.0] - 2026-05-02
Added
- Added child-only supervisor contact support for delegated subagents through
contact_supervisor, withneed_decisionfor blocking supervisor replies andprogress_updatefor concise non-blocking updates. - Pass supervisor intercom metadata into foreground, chain, parallel, and background child runs so the child-facing pi-intercom tool can resolve the delegating session automatically.
Changed
- Builtin agents now inherit the user's configured default model instead of pinning
openai-codex/gpt-5.5; use builtin overrides to pin a model for a role. - Hide unsupported thinking levels in subagent clarify and agent-manager pickers when Pi exposes per-model thinking metadata.
- Updated builtin agent prompts, README, and bundled skill docs to prefer
contact_supervisorfor blocked decisions and avoid child-side routine completion handoffs. - Teach reviewer agents that repo-local
progress.mdfiles are intentional scratch files that should remain untracked and covered by.gitignore.
Fixed
- Added regression coverage for supervisor metadata propagation into child process environments.