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.

Auto Chat Titles — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-auto-chat-titles

Auto Chat Titles

Semantic, configurable chat titles for DeepSeek Harness with model selection and one-click regeneration

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

npx -y @deepseek-ai/dsh plugin --profile web add github:leonardoxr/dsh-auto-chat-titles#3df82e25f1e7058db3cb6cfb031680e7c894e9b1
READMECompatibilityVersions

Compatibility and provenance

Auto Chat Titles is published as dsh-auto-chat-titles and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

0.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/5/2026
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

Related plugins

More verified plugins in ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleWeb 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 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a compact price glance card above the sidebar's Settings row

README

dsh-auto-chat-titles

Semantic, configurable chat titles for DeepSeek Harness.

The plugin keeps DSH's durable session-title service and replaces only its built-in provider policy. It adds:

  • semantic LLM titles instead of relying on the first-words fallback;
  • a dedicated title-model selector in Settings → Plugins;
  • Regenerate title in the conversation header;
  • regeneration from recent human-message context;
  • live title length, context, byte, token, and timeout settings;
  • the existing DSH cancellation, normalization, persistence, provenance, pinning, and projection behavior.

Requirements

  • DeepSeek Harness 0.1.1-rc.2 or newer compatible 0.1.x prerelease
  • Node.js 22+
  • Web profile with the standard session-title, settings, commands, and client runtime bundles

Install

Directly from GitHub:

dsh plugin --profile web add github:leonardoxr/dsh-auto-chat-titles

From npm after publication:

dsh plugin --profile web add dsh-auto-chat-titles

From a checkout while developing:

npm install
npm run check
dsh plugin --profile web add "C:/absolute/path/to/dsh-auto-chat-titles"

Restart the Web profile after host or bundle-patch changes, then refresh the existing DSH Web page. For browser-only development, run npm run watch:client; DSH client HMR can remount rebuilt bundles when the active Web runtime has its HMR chain enabled.

How it composes

The bundled cordis.patch.yml disables only the base session-title-llm row and inserts this plugin. It intentionally leaves the core session-title service enabled. DSH supports one asynchronous title provider at a time, so enabling both provider rows is an error.

Automatic generation uses the first eligible human message. Clicking Regenerate title calls the same durable service explicitly and uses up to the configured number of recent human messages. Manual rename continues to pin the title; explicit regeneration deliberately unpins and replaces it.

Settings

Open Settings → Plugins → Automatic chat titles.

  • Title model — inherit the exact conversation route or choose any model advertised by the host catalog.
  • Title length — target words for non-CJK languages.
  • Regeneration context — number of recent human messages included in manual regeneration.
  • Advanced generation limits — CJK length, framed input bytes, output tokens, and timeout.

The settings are stored in $DSH_HOME/settings.yaml under auto-chat-titles when the standard file settings provider is mounted.

Commands

The UI action invokes /regenerate-title. It can also be entered directly in the composer. The button confirms command admission; the conversation activity reports the eventual generation result. Command lifecycle events remain in the session audit log, and the generated title is persisted as DSH's standard session/title event.

Development

npm install
npm run typecheck
npm test
npm run build
node scripts/preflight.mjs
npm pack --dry-run

The host half compiles to lib/. The browser half compiles to the DSH lazy-CJS module in client/client.js.

License

MIT