omdsh-dev/dsh-fusion0

@deepseek-ai/dsh-fusion

Fuse two or more DeepSeek Harness conversations into one durable, continuable session

AI 分析

核心用途是整合分散的对话上下文。适合需要将多个独立讨论分支合并、让大模型基于完整背景继续推理的复杂任务。

パッケージ
@deepseek-ai/dsh-fusion
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-fusion

ドキュメント

README 全文を読む ↗

Configuration

FieldDefaultMeaning
maxSources8Unique sources per call; hard limit 32.
maxMessages500Projected messages retained and natively materialized before byte fitting.
maxFusedBytes131072Bounded planning/provenance JSON UTF-8 byte limit.
maxMessageBytes16384Per-message UTF-8 byte limit.
maxTitleBytes160Title UTF-8 byte limit.
allowCrossWorkspacefalsePermit source cwd values different from the caller.
enableAgentPlanningtruePermit requests to run a temporary planning Agent.
plannerMaxTokens8192Planning Agent output token cap, from 256 through 8192. Reasoning is disabled for planner requests when the selected model exposes an effort control.