dsh_followup
Send follow-up prompts to an existing DSH task session, preventing duplicate delegations. Queue the next turn or steer the active turn while reusing the same session context.
Instructions
Continue the same known BridgeTask and root DSH session instead of creating another delegation for the same work. Never guess an old task id; start a fresh delegation when no matching task id is known. queue targets the next turn; steer targets the active turn's next step. Optional semantic model routing is catalog-validated and re-read before the prompt; selection failure sends no prompt, but an attempted session.selectModel may already have persisted as the DSH global default. Omit routing to inherit. The write is never automatically retried.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | queue | |
| prompt | Yes | ||
| taskId | Yes | ||
| sinceCursor | No | ||
| modelProfile | No | Optional semantic route selected and re-verified before this follow-up prompt; omit to inherit the session route. Explicit selection persists as the DSH default. | |
| reasoningEffort | No | Optional effort id advertised by the selected live session catalog model. | |
| selectionReason | No | Optional audit explanation for the route choice; never sent to DSH. | |
| expectedRevision | No |