dsh-smart-title
dsh 插件 · 会话智能标题:LLM 总结改写会话标题,每轮对话后自动更新
How to install
dsh plugin add @weibaohui/dsh-smart-title About
@weibaohui/dsh-smart-title **会话智能标题插件**:用 LLM 自动改写会话标题,告别「第一行」式标题。 核心功能 **全对话总结**:每轮对话结束后,对「用户消息 + 助手回答」的完整转写做一轮总结,标题反映会话真正在做的事,而不是复述第一句话 **首条消息即时出题**:会话第一条消息到达即出 LLM 标题(接管官方 first-prompt 节奏),不用等第一轮结束 **刷新节流**:距上次标题生成不足最小间隔(默认 2 分钟,可配)就不再重复生成,长会话不再每轮烧一次 LLM;顺带消掉首轮「即时出题 + 回合结束刷新」的背靠背重复 **长会话冻结**:会话用户消息超过阈值(默认 100,可配)后停止自动刷新——后期主题漂移概率低;启动回填不受冻结影响 **同题静默跳过**:新生成标题与现标题相同(忽略大小写与空白差异)时不写入,侧栏不闪烁、无失败告警 **失败自动重试**:官方内置标题提供方请求失败后回退标题会永远残留;本插件每轮结束自动重试刷新 **手动改名保护**:你在界面上手动改过的标题(用户钉住)绝不被自动覆盖 **范围可控**:自动跳过子代理会话与 fork 子会话;可开关「是否包含助手回答」 **启动回填(可选)**:对标题仍是回退文案的活跃会话逐个补刷(默认关闭,可设开启与会话上限) **模型可指定**:默认跟随会话当前模型,也可为标…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-08
- Created
- 2026-09-08
Basic safety check
- Findings
- None
- Sources
- curated:0xsline/awesome-deepseek-harness
- Topics
- deepseek-harness, dsh, dsh-plugin
Related plugins
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-synapse
liangmianya/dsh-synapse
Visual, non-linear conversation workspace for DeepSeek Harness — sessions, follow-ups and branches become a browsable conversation map.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-filesnap
extracurricular-ai/dsh-filesnap
Rewind a DeepSeek Harness conversation and its workspace together, without touching Git: every rewind is a fork, /redo reverses it, and a Rust engine snapshots in milliseconds.