keyiadiannao/dsh-queue-merge ↗★ 0
dsh-queue-merge
Queue Consolidation for DeepSeek Harness: when the agent is busy and you queue several follow-up messages, the next turn runs with ONE consolidated formal prompt — the model rewrites the batch into a single prompt and executes once, instead of piecemeal one-message-per-turn rework.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:keyiadiannao/dsh-queue-merge说明文档
阅读完整 README ↗Configuration
- id: dsh-queue-merge
config:
defaultMode: merge # merge | individually
minQueueForMerge: 2 # claimed + queued threshold before merging applies
synthesisProvider: '' # empty = reuse the session's routed model
synthesisModel: ''