DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Smart Title — DSH Plugin for DeepSeek Harness
← Plugins

@weibaohui/dsh-smart-title

Smart Title

dsh plugin · Intelligent conversation titles: use an LLM to automatically rewrite conversation titles. After each conversation turn, summarize the complete transcript of the “user message + assistant response” so the title reflects the actual topic; generate a title immediately after the first messa

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @weibaohui/dsh-smart-title@0.1.1
READMECompatibilityVersions
demo

Description

dsh plugin · Intelligent conversation titles: use an LLM to automatically rewrite conversation titles. After each conversation turn, summarize the complete transcript of the “user message + assistant response” so the title reflects the actual topic; generate a title immediately after the first message, throttle refreshes and freeze long conversations to prevent unnecessary reprocessing, silently skip unchanged topics, preserve manually edited titles, optionally backfill titles on startup, and configure everything visually in the settings page.

Compatibility and provenance

Smart Title is published as @weibaohui/dsh-smart-title and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/8/2026

Versions

0.1.1stable
9/8/2026
0.1.0stable
9/8/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
1.9 MB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

@weibaohui/dsh-smart-title

会话智能标题插件:用 LLM 自动改写会话标题,告别「第一行」式标题。

demo

核心功能

  • 全对话总结:每轮对话结束后,对「用户消息 + 助手回答」的完整转写做一轮总结,标题反映会话真正在做的事,而不是复述第一句话
  • 首条消息即时出题:会话第一条消息到达即出 LLM 标题(接管官方 first-prompt 节奏),不用等第一轮结束
  • 刷新节流:距上次标题生成不足最小间隔(默认 2 分钟,可配)就不再重复生成,长会话不再每轮烧一次 LLM;顺带消掉首轮「即时出题 + 回合结束刷新」的背靠背重复
  • 长会话冻结:会话用户消息超过阈值(默认 100,可配)后停止自动刷新——后期主题漂移概率低;启动回填不受冻结影响
  • 同题静默跳过:新生成标题与现标题相同(忽略大小写与空白差异)时不写入,侧栏不闪烁、无失败告警
  • 失败自动重试:官方内置标题提供方请求失败后回退标题会永远残留;本插件每轮结束自动重试刷新
  • 手动改名保护:你在界面上手动改过的标题(用户钉住)绝不被自动覆盖
  • 范围可控:自动跳过子代理会话与 fork 子会话;可开关「是否包含助手回答」
  • 启动回填(可选):对标题仍是回退文案的活跃会话逐个补刷(默认关闭,可设开启与会话上限)
  • 模型可指定:默认跟随会话当前模型,也可为标题单独指定一条便宜/快速的模型路由

安装

dsh plugin --profile web add @weibaohui/dsh-smart-title -w

装完重启 dsh web 即生效,无需任何配置。安装时会自动禁用内置的 first-prompt 标题提供方(session-title 服务只允许一个提供方,两者不能共存;卸载本插件后内置提供方自动恢复)。

使用

  1. 装好重启后,正常聊天即可——侧边栏会话标题会在第一轮对话后自动变成总结式标题
  2. 想调行为:设置 → 会话智能标题——总开关、标题长度、刷新节流间隔、长会话冻结阈值、标题模型路由(provider/model 下拉选择)、范围排除、启动回填等全部可视化,保存即生效
  3. 存量会话修复:打开「启动回填」后重启一次实例,插件会对标题仍是回退文案的活跃会话逐个重写(用户手动改过的不动)
  4. 也可直接编辑 ~/.dsh/settings.yaml 的 dsh-smart-title: 节,保存后约 2 秒热生效

工作原理

  • 标题走 dsh 官方 sessionTitle 服务的日志事件机制(session/title),与本体内建提供方同一写入通道,客户端侧边栏无感知自动刷新
  • 本插件注册唯一提供方并接管其 first-prompt 自动节奏,另订阅 session/event 的 turn/end(completed)触发显式刷新
  • 每次刷新读取完整会话日志构建转写(用户消息按 seq 归属,助手回答按预算裁剪),经 ctx.llm 以 purpose: session-title 发起独立辅助请求,不影响主对话上下文与 KV Cache
  • turn/end 刷新前过两道闸:refreshMinIntervalMs(距上次生成的最小间隔,覆盖官方 first-prompt 首题在内的所有生成路径)与 refreshMaxTurns(长会话冻结,回填路径豁免);生成结果同题时静默返回现值,不产生写入与告警

联系我 :飞书群

link