xiaochaZ/dsh-session-title-summary ↗★ 0
@xiaochaz/dsh-session-title-summary
DSH web GUI plugin: after every turn, rolls the session's work (messages + tool calls) into a durable summary and renames the session to reflect the current task. Host-only — no dsh source changes.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaochaZ/dsh-session-title-summary说明文档
阅读完整 README ↗Configuration
The Web settings surface renders a section for this plugin:
| Key | Default | Meaning |
|---|---|---|
enabled | true | Master switch. Turn it off to keep session titles untouched (the plugin then does nothing). |
targetWords | 5 | Target title length in words for non-CJK sessions. |
targetCjkCharacters | 10 | Target title length in CJK characters. |
provider / model | session route | Optional explicit LLM route override; default follows the session's current model. |
maxOutputTokens | 256 | Per-fold model output budget. |
timeoutMs | 60000 | Per-fold call timeout. |