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 explicit project-local subagent refinement overlays through /subagents-refine <agent> and refine, refine.show, and refine.rollback actions.
Added opt-in goal missions that send one needs-attention continuation notice after idle parent turns, account linked-run token usage against a mission budget, pause or stop through mission.update, and name retained children when resume is the next ready action.
Added steer, follow_up, and auto delivery modes with delivered/queued receipts, bounded FIFO follow-ups, retained-child revival briefs, RPC parity, and Fleet mode selection.
Added one-command gate verification for direct and scripted workflow children, with host evidence and tracked-workspace memoization.
Added mission-scoped durable JSON state to workflowScript through state.get(key) and state.set(key, value).
Added a session-scoped children.list roster for the last 10 completed retained workflow children and let workflowScript resume one through runs.run without changing its stored agent, model, or tool contract.
Changed
Documented the one-command gate shorthand, retained children.list/resume flow, and refinement overlays in the tool reference and agents docs, and refreshed the packaged pi-subagents skill for the current mission objective shape, workflow state, and child-protocol limits.
Removed the bundled planner and context-builder roles and their stale context-handoff prompt templates.
Made workflowScript the only public subagent execution surface, including one-child and scheduled runs. Scripts now use ordinary JavaScript statement-body semantics and require an explicit return for useful results.