Merge branch 'codex/simp-hide-concrete-agent-loop' into codex/simp-hide-subagent-internals

This commit is contained in:
Tianyi Cui
2026-07-16 02:36:25 +08:00
7 changed files with 48 additions and 42 deletions

View File

@@ -135,8 +135,8 @@ export interface SubagentResult {
export interface SubagentRun {
/**
* Parent-scoped run id. For a local run, this MUST equal the published child
* session id, whose `parentSession` records `request.parent`; a remote
* provider mints an id unique in the parent namespace.
* session id, whose `parentSession` records `request.parent.session.id`; a
* remote provider mints an id unique in the parent namespace.
*/
readonly id: SessionId
/**