Merge remote-tracking branch 'origin/master' into codex/tool-json-schema-dsl

This commit is contained in:
Tianyi Cui
2026-07-21 19:03:15 +08:00
141 changed files with 8379 additions and 428 deletions
+4 -1
View File
@@ -49,7 +49,10 @@ interface SubagentStartRequest {
* The spawning ("parent") agent — the one whose tool call started this
* subagent. REQUIRED: in-process backends read `parent.session.header` for
* the working directory, the `parentSession` lineage to stamp on the child,
* and the parent's delegation depth. Out-of-process backends (ACP) ignore it.
* and the parent's delegation depth. The out-of-process backend (ACP) reads
* exactly one field — the session header's cwd, the child's workspace when
* no deployment `cwd` override is configured; nothing else crosses the
* process boundary.
*/
readonly parent: Agent
/**