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 분석

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

패키지
dsh-queue-merge
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

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