Clarify ACP workspace resolution

This commit is contained in:
Turtle
2026-07-25 14:50:22 +08:00
parent 2e84a1a194
commit 222bebbbbe
4 changed files with 8 additions and 5 deletions

View File

@@ -46,7 +46,8 @@ interface SubagentStartRequest {
readonly prompt: ContentBlock[]
/**
* The spawning agent. In-process providers derive workspace, lineage, and
* delegation depth from its durable session state; ACP uses only its cwd.
* delegation depth from its durable session state. ACP reads only its cwd,
* and only when no deployment `cwd` override is configured.
*/
readonly parent: Agent
/**