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/08/16

インストール

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