test(subagent): execute control tools in ACP replay

This commit is contained in:
Tianyi Cui
2026-08-08 18:30:03 +08:00
parent ce16cf1b3b
commit 07fbc2cda8
6 changed files with 34 additions and 23 deletions
+4 -3
View File
@@ -336,9 +336,10 @@ const SCENARIOS: Scenario[] = [
},
// Authored durable-catalog transcript: the snapshot-only lifecycle marker
// fences the second parent turn behind the child's Activation end, so
// `list_agents` deterministically reads the persisted child as complete.
// The tool itself executes for real against the control service, session
// query, and JSONL persistence; the marker is not model-visible.
// `list_agents({ scope: 'descendants' })` deterministically reads the
// persisted child as complete, then `interrupt_agent` executes its accepted
// no-op against that settled id. Both tools run through the assembled control
// service; the marker is not model-visible.
{
name: 'subagent-list-agents',
hasModelTurn: true,