xiaochaZ/dsh-session-title-summary0

@xiaochaz/dsh-session-title-summary

DSH Web 界面插件:在每轮对话后,将会话工作(消息和工具调用)汇总为持久摘要,并重命名会话以反映当前任务。仅限主机端,无需修改 DSH 源码。

AI 分析

核心用途是自动根据对话内容更新会话标题并生成工作摘要。适合需要清晰整理历史会话列表、自动归纳任务进度的用户。

包名
@xiaochaz/dsh-session-title-summary
版本
0.1.0
许可证
BSD-3-Clause
最近更新
2026年8月25日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaochaZ/dsh-session-title-summary

Configuration

The Web settings surface renders a section for this plugin:

KeyDefaultMeaning
enabledtrueMaster switch. Turn it off to keep session titles untouched (the plugin then does nothing).
targetWords5Target title length in words for non-CJK sessions.
targetCjkCharacters10Target title length in CJK characters.
provider / modelsession routeOptional explicit LLM route override; default follows the session's current model.
maxOutputTokens256Per-fold model output budget.
timeoutMs60000Per-fold call timeout.