fix: relay ACP sessions_spawn parent streaming (#34310) (thanks @vincentkoc) (#34310)

Co-authored-by: Onur Solmaz <2453968+osolmaz@users.noreply.github.com>
This commit is contained in:
Bob
2026-03-04 11:44:20 +01:00
committed by GitHub
parent 61f7cea48b
commit 257e2f5338
10 changed files with 893 additions and 3 deletions

View File

@@ -93,6 +93,7 @@ describe("sessions tools", () => {
expect(schemaProp("sessions_spawn", "thread").type).toBe("boolean");
expect(schemaProp("sessions_spawn", "mode").type).toBe("string");
expect(schemaProp("sessions_spawn", "sandbox").type).toBe("string");
expect(schemaProp("sessions_spawn", "streamTo").type).toBe("string");
expect(schemaProp("sessions_spawn", "runtime").type).toBe("string");
expect(schemaProp("sessions_spawn", "cwd").type).toBe("string");
expect(schemaProp("subagents", "recentMinutes").type).toBe("number");