openai/codex merged commit dfd03ea on June 14, adding an experimental parentThreadId filter so app-server clients can list a thread's direct spawned children from persisted state.
Facts
- Codex says the filter helps clients display or recover spawned subagents without scanning unrelated threads or replaying rollout history.
- OpenCode commit 010b456 scopes SDK and sync providers by route so
/new-sessioncan target the draft server instead of the globally selected server. - Pi commit f098980 detects the terminal background for first-run theme selection; commit bb959aa wraps session-tree help on narrow terminals.
Evidence
The receipts are Codex's parent-thread filter, OpenCode's route-scoped draft server shell, and Pi's terminal-background and narrow-terminal rendering patches.
Context
For builders, the practical failure is no longer only a bad model answer. It is the client acting in the wrong thread, server, workspace, theme, or terminal width before the agent even starts.
Limits
These are independent client patches, not one UI standard. Watch whether agent products make location, parentage, and terminal context explicit user promises instead of quiet interface plumbing.