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
Make terminal subagent completion notifications trigger parent pending work so background agents can hand results back without requiring an explicit wait_agent or close_agent call. Update the nonblocking background execution docs and cover both completion watcher and child-turn forwarding paths.
Co-authored-by: Open Codex <hff582580@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,7 @@ The shared interaction model is:
165
165
- the status line keeps foreground `Working` state separate from background subagent/terminal counts.
166
166
- terminal details show runtime and recent output; subagent details show role, task, status, runtime, progress, and task-boundary context.
167
167
-`/agent` shows available agent profiles, while `/subagents` keeps the subagent thread picker/switching workflow.
168
+
- completed subagent work wakes the parent turn through a core completion event, so results can be integrated without manually calling `wait_agent` or closing the agent.
168
169
- completed background command output is preserved in history without pulling the task back into the foreground.
169
170
170
171
This is the essential interaction change behind the Claude Code-style behavior: background work stays visible and controllable, but it no longer blocks normal chat flow.
0 commit comments