From 61fac634097da78c08b784d827e94d4317b777f0 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 15 May 2026 05:12:48 +0200 Subject: [PATCH] docs: clarify fanout_dispatch guideline about auto delivery vs collect --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 73215d4..eba2e02 100644 --- a/index.ts +++ b/index.ts @@ -51,7 +51,7 @@ export default function (pi: ExtensionAPI) { promptGuidelines: [ "Use fanout_dispatch to run multiple agents in parallel without blocking the main session.", "After dispatching, you may do other work. Check status later with fanout_status.", - "When jobs complete, the system will notify you. Retrieve output with fanout_collect.", + "Completed jobs deliver their output automatically via follow-up messages. Use fanout_collect if you need the full, untruncated result or to archive old jobs.", ], execute: async (