refactor(agent): align delivery method names

This commit is contained in:
Turtle
2026-07-24 15:08:36 +08:00
parent 9848a9542b
commit b02b438667
113 files changed
+462 -405

No files matched your search

@@ -70,7 +70,7 @@ describe('dsh-tool-ralph over the real spawn and worker-thread stack', () => {
agentOptions: { provider: 'mock', model: 'mock' },
})
const parent = parentHandle.agent
parent.send([{ type: 'text', text: 'PARENT_PROMPT_MARKER' }])
parent.followup([{ type: 'text', text: 'PARENT_PROMPT_MARKER' }])
await parent.whenIdle()
const children: Agent[] = []