You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added waitTool config and PI_SUBAGENT_WAIT_TOOL_ENABLED so interactive users can keep the wait tool registered while making it return immediately instead of blocking on background subagents. Thanks to Rebecca Dessonville (@TwistedTabby) for #394.
Fixed
Coerce agent frontmatter thinking: false to disabled thinking so child model IDs do not gain invalid :false suffixes. Thanks to Alberto Vasquez (@albertovasquez) for #399.
Suppress stale native supervisor-channel asks after replies, expiry, or inactive child runs, and clean cancelled child requests so subagent_supervisor and visible intercom notices stay aligned. Thanks to Artem Timofeev (@atimofeev) for #393.
Avoid completion-guard failures for read-only issue-drafting tasks that mention suggested fixes while preserving mutation expectations for real implementation tasks. Thanks to Artem Timofeev (@atimofeev) for #395.
Prune stale empty native supervisor-channel directories before polling while preserving fresh or non-empty channels. Thanks to Koen Van Geert (@koenvg) for #400.