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. 8. 14.

설치

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

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.