DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Smart Session Title — DeepSeek Harness 插件(DSH Plugin)
← Plugins

smart-session-title

Smart Session Title

DeepSeek Harness 的替代会话标题提供程序:压缩过长的首条提示词,而不是失败,并拦截质量较低的提示词。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add smart-session-title@0.2.0-rc.1
README兼容性版本

兼容性与来源证明

Smart Session Title 以 smart-session-title 发布,当前版本为 0.2.0-rc.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.0-rc.1prerelease
2026/9/13
查看其余 11 个版本收起版本
0.5.0-rc.7
prerelease
2026/9/15
0.5.0-rc.3prerelease
2026/9/14
0.5.0-rc.2prerelease
2026/9/14
0.5.0-rc.1prerelease
2026/9/14
0.4.0-rc.4prerelease
2026/9/13
0.4.0-rc.2prerelease
2026/9/13
0.4.0-rc.1prerelease
2026/9/13
0.3.0-rc.6prerelease
2026/9/13
0.3.0-rc.5prerelease
2026/9/13
0.3.0-rc.4prerelease
2026/9/13
0.2.0-rc.2prerelease
2026/9/13

相关插件

正在加载相关插件…

最新版
0.2.0-rc.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
179.9 kB
文件数
28
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
1,479
安全扫描
✓ v0.2.0-rc.1 扫描通过
最近提交
2026/9/15
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

smart-session-title

English | 简体中文

Smarter automatic session titles for DeepSeek Harness (DSH). 0.2.0-rc.1 — release candidate, intended for the npm next tag.

What it does

Summarizes the first meaningful task into a short session title. By default, the title uses the exact provider and model used by that conversation. No separate model setup is required.

  • Compresses oversized and code-heavy prompts instead of rejecting them.
  • Waits for a meaningful task when a conversation starts with a greeting.
  • Protects manual titles and prevents automatic title drift.
  • Provides /retitle and a header button for explicit regeneration.
  • Adds native settings and local diagnostics, with no telemetry service.

DSH retains ownership of fallback titles, persistence, projections, cancellation, and stale-result protection. This plugin replaces only the title provider.

Why

In the tested DSH version, the built-in provider rejects inputs above 4096 bytes before calling the model. This plugin compresses them first. A 15,536-byte prompt has been validated with a real model. Neither DSH Core nor app.asar is modified; all model calls use DSH's existing LLM service.

Install

Package: smart-session-title@next. The next tag deliberately identifies a release candidate.

Use your DSH profile's package-management workflow to install the package into that profile. For a manually managed profile, run this inside the profile directory:

npm install smart-session-title@next --legacy-peer-deps

DSH supplies the pinned runtime peers; --legacy-peer-deps prevents npm from installing a separate Core stack. Follow the compatibility requirements below. For local installation, copying this package into the profile's node_modules/smart-session-title is also supported and has been verified on Desktop.

Back up the profile's package.json and cordis.patch.yml. Add the bundle after the base and Web bundles, preserving all other existing bundles:

{
  "dsh": {
    "profile": {
      "bundles": [
        "@deepseek-ai/dsh-base",
        "@deepseek-ai/dsh-web-app",
        "smart-session-title"
      ]
    }
  }
}

Restart DSH. The bundle disables the built-in session-title-llm provider before registering this one. The startup log includes smart-session-title provider registered ... automatic=all-prompts.

To uninstall, remove the bundle entry and restart, then remove the package. This restores the built-in provider. Disabling only this plugin's row while leaving its replacement patch active does not restore the built-in provider.

Compatibility

Validated with DSH Desktop 2.0.9, Core 0.1.5-rc.1, Cordis 4.0.2, Schemastery 3.18.2, and Node ≥22.15.0. Runtime peer versions are pinned. Other Core versions have not been verified.

Startup checks the title, LLM, and Settings capabilities. Invalid settings fail before the provider is registered. The Web client uses official slots, locale, settingsScope, and Remote commands. No version-string hard rejection is used.

Settings

Open Settings → Smart Session Title. The official DSH Settings service persists the smart-session-title namespace in $DSH_HOME/settings.yaml, handling atomic writes, revisions, and file watching. Changes affect the next generation; an in-flight request keeps its initial policy. There is no separate config file, custom watcher, or HTTP server.

FieldDefaultPurpose
enabledtrueMaster AI-title switch
modeFollow the session¹current-session, configured, or disabled
providerUnsetExisting DSH provider ID
modelUnsetModel ID belonging to that provider
timeoutMs15000Per-attempt timeout; UI range 1000–120000 ms
maxAttempts2Total attempts; range 1–3

¹ For older deployments only, an explicit provider/model pin in the bundle row remains effective until the user chooses a mode. The shipped bundle has no pin. Explicit current-session always uses the session route.

For Configured model, enter both IDs and click Save configured model. All three route fields are saved atomically. IDs come from DSH's Models page; this plugin does not manage credentials or provide a model browser. Advanced exposes timeout and attempts. Empty numeric fields inherit the bundle configuration; deployment-level compression options are in cordis.patch.yml.

Model modes

  • current-session: uses the actual conversation request.route, never a substituted global default model.
  • configured: sends only title requests to the saved provider/model pair. The main conversation route stays unchanged. Incomplete pairs are rejected.
  • disabled, or enabled=false: zero title-model calls and zero provider-title events. Fallback titles, manual renaming, and title projections keep working.

Configured mode supports using a different provider and model from the conversation.

Regenerate

Run /retitle or click the regenerate button beside the session title. Both invoke DSH's official SessionTitleService.refresh(). The button shows loading, prevents duplicate requests, and returns to idle afterward.

Explicit regeneration can replace a manual title. Automatic generation cannot. Failures preserve the previous title; cancellation never retries. When AI titles are disabled, /retitle returns AI title generation is disabled. without a model call. A third party calling bare refresh() does not receive the plugin's explicit permission token for replacing a manual title.

Weak first prompts

Hello → Thanks → Are you there? → Help me audit database performance spends no title calls on the greetings and generates a title when the task appears. Accepted provider titles do not drift with later messages. Child sessions do not automatically receive titles.

The policy reads messages and titles replayed by Core, rather than maintaining its own history. Reopening a greeting-only session after a real process restart and sending a meaningful task has been verified through the Web UI.

Privacy

Title generation is an additional model request, bounded by maxAttempts. By default it uses the conversation's model. Configured mode sends the compressed first meaningful task to the explicitly selected provider, which may be different.

Titles never enter model context. The plugin does not append an extra session/title-llm-request prompt copy to the session log. Only the six declared Settings fields are accepted. Unknown credential-shaped fields such as apiKey, token, cookie, credential, secret, and password are rejected. Credentials remain entirely managed by DSH.

Plugin diagnostics contain no full prompt, model response, or credential. Raw adapter error messages are replaced with fixed failure descriptions to prevent sensitive input being echoed into diagnostic logs.

Observability

The plugin uses ctx.logger. Desktop's official FileExporter / LogFileSink persists records in <DSH userData>/logs/host/dsh-YYYY-MM-DD.log, with warnings and errors also written to .error.log. On macOS, userData is commonly ~/Library/Application Support/DSH Desktop/.

Search for smart-session-title generation. Metadata includes sessionId, route, attempt, rawBytes, preparedBytes, elapsedMs, result/outcome, and failureReason. Outcomes distinguish generated, abstained, failed, timed-out, retried, and cancelled. Desktop's own masking may replace sessionId with ****; the plugin does not bypass it. Enable info-level logging to retain success and abstention records.

/title-status shows process-local counters, which reset on restart. Persistent history lives in the log files. Standalone SDK/Web runners may not install a file exporter by default; the plugin does not create its own sink. Real disk persistence has been tested using the shipped Desktop exporter in an isolated DSH runtime.

Conflicts

DSH permits only one title provider. An already registered error means another provider is active and loading must fail. Do not enable another third-party title provider alongside this plugin. The supplied bundle replaces the built-in one.

Troubleshooting

ProblemLikely cause / action
Always fallbackModel failed, output was rejected, or AI is disabled; inspect diagnostics
already registeredAnother title provider is active; remove the conflicting bundle
/retitle says disabledMaster switch is off or mode is disabled
Configured model failsProvider/model unavailable or unsuitable for the short output budget; try Current session model
Title never updatesInspect logs; existing manual/provider titles are automatically protected
Greeting remainsNo meaningful task yet; send the actual task
Settings prevent startupInvalid value or unknown field; correct the plugin namespace
No successful generations in log filesCheck Desktop log level and its file exporter

Package contents

This repository contains the installable plugin, bilingual documentation, and license. Private development reports, session records, and local test fixtures are excluded.

Known limitations

  • REASONING_CONTROL_UNAVAILABLE_CONFIRMED: there is no uniform cross-adapter reasoning-disable control. The plugin inherits adapter defaults instead of forcing off.
  • Some reasoning models can exhaust the 96-token output budget; fallback remains intact.
  • Configured mode picks the provider and model from those already registered in DSH, and falls back to manual IDs when a provider lists no models. Settings and header copy follow the DSH UI language (zh/en dictionaries; other languages fall back to English).
  • No task-drift retitling, shortcuts, cloud sync, telemetry, custom database, or advanced model-management UI.

License

MIT

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包