dsh_continue
Resume a known DSH task with a follow-up prompt by queueing or steering the next step, preventing duplicate delegations for the same work. Use only when the task ID is known; otherwise start a fresh delegation.
Instructions
Compatibility alias for dsh_followup. 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 |