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.

At Mention — DSH Plugin for DeepSeek Harness
← Plugins
A

dsh-at-mention

At Mention

@-mention context references for DeepSeek Harness: workspace file search and cross-session references from the web composer.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-at-mention@0.1.11
READMECompatibilityVersions

Compatibility and provenance

At Mention is published as dsh-at-mention and currently resolves to version 0.1.11. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.1.11stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.11
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
115.3 kB
Files
18
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
0
Last push
8/20/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in memory-context.

Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.Memory@furongjun1999/dsh-memoryLingshu (Lingshu·líng shū) DeepSeek Harness plugin: a complete brain—long-term memory/knowledge flywheel/self-awareness/recursive reflection integrated with DSH, with conversations automatically distilled into the md_cg cognitive graph (md documents)Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agentsRewind Plugindsh-rewind-pluginIn-window conversation rewind with workspace file restore · 同窗口内对话回退并可还原工作区文件

README

dsh-at-mention

@ context reference plugin for the DeepSeek Harness web composer: one @ source searches workspace files, the other references other sessions in the same workspace.

English · 中文版

Features

  • File mentions — type @ and a filename to insert a live file path reference.
  • Session mentions — type @ and a session title to reference another session in the same workspace.
  • Pre-send validation — referenced files and sessions are checked before sending; stale references block the message with a visible error.
  • Model context — mentions are rewritten to readable @label spans; snapshot mode injects bounded session snapshots before the user message, while reference mode exposes a scoped read_session tool.

Install

The plugin runs in the web profile because it needs the webServer service:

dsh plugin --profile web add dsh-at-mention
dsh --profile web

Uninstall

dsh plugin --profile web remove dsh-at-mention

License

MIT