keyiadiannao/dsh-queue-merge0

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.

AI Analysis

核心用途是在 Agent 繁忙时,将用户连续发送的多个排队消息合并重写为单个正式提示词执行。适合经常连续追加提问、希望减少逐条执行开销并提高响应质量的用户。

Package
dsh-queue-merge
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:keyiadiannao/dsh-queue-merge

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: ''