Added
- Added optional intercom orchestration bridge for delegated runs. When enabled via
intercomBridge(defaultfork-only) andpi-intercomis available, child subagents get runtime coordination instructions for contacting the orchestrator session viaintercom, andintercomis auto-added to the child tool allowlist when needed. - Added unit coverage for intercom bridge activation, config handling, and extension allowlist behavior.
Changed
- Normalized
subagent-executor.tsrelative imports to.tsspecifiers to match direct TypeScript runtime loading. - Documented
pi-intercominstallation and activation requirements in README.
Fixed
- Tightened intercom extension allowlist matching to avoid false positives from similarly named extension paths.