Added
- Foreground subagent runs now make deeper live detail easier to discover. Running cards show an explicit
Ctrl+Ohint, lightweight live-state signals like recent activity, current-tool durations, and artifact output paths when available. Common array-heavy tool previews such asweb_search.queriesandfetch_content.urlsare now summarized more clearly instead of collapsing into opaque fallback text.
Changed
- Forked delegated runs now use stronger prompt-side guidance for
pi-intercomcoordination instead of runtime policing. The default fork preamble and intercom bridge instructions now explicitly treat inherited fork history as reference-only context, tell children not to continue the parent conversation in normal assistant text, and steer upstream questions or handoffs throughintercomwhen needed. - Documented an opt-in custom agent pattern for forked chat-back workflows so users can make that coordination contract explicit without changing builtin agents.
- Slash-run status text and
/subagents-statussummary output now use the same more explicit observability language, including clearer live-detail hints and surfaced output/session paths in the async status overlay. - Builtin agent defaults now prefer
openai-codexmodels forplanner,scout,researcher,context-builder, andworker.
Fixed
- Removed the short-lived foreground intercom enforcement/retry layer from delegated fork runs. Coordination behavior is now shaped by prompt and agent design only, avoiding hidden retries, heuristic output inspection, and failure paths based on guessed intent.