@wig123/dsh-thread-tools
Cross-session tools for DeepSeek Harness: list the deployment’s other sessions and deliver a message to a live one
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wig123/dsh-thread-tools说明文档
阅读完整 README ↗Configuration
Per-deployment, on the plugin row:
| Field | Default | Meaning |
|---|---|---|
listToolName · searchToolName · sendToolName · replyToolName · createToolName · forkToolName | thread_list · thread_search · thread_send · thread_reply · thread_create · thread_fork | Registered tool names. |
defaultLimit / maxLimit | 30 / 200 | Rows per listing. |
defaultSearchLimit / maxSearchLimit | 20 / 100 | Hits per search. |
maxMessageChars | 8000 | Message body bound. |
defaultReplyWaitMs / maxReplyWaitMs | 30000 / 120000 | Wait for a target to finish, and its cap. |
maxReplyChars | 4000 | Reply text handed to the model. |
maxForkSeedChars | 2000000 | Largest prefix a fork may inherit. |
- id: thread-tools
name: '@wig123/dsh-thread-tools'
config:
defaultLimit: 50
maxMessageChars: 20000
thread_search needs a content index. The Web default mounts dsh-session-query-sqlite with openAt: never, so search reports itself disabled and quotes the deployment's own reason — the other five tools are unaffected.