xiaochaZ/dsh-session-title-summary ↗★ 0
@xiaochaz/dsh-session-title-summary
DSH Web 界面插件:在每轮对话后,将会话工作(消息和工具调用)汇总为持久摘要,并重命名会话以反映当前任务。仅限主机端,无需修改 DSH 源码。
AI 分析
核心用途是自动根据对话内容更新会话标题并生成工作摘要。适合需要清晰整理历史会话列表、自动归纳任务进度的用户。
安装
$
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. |