dsh-at-mention
用于 DeepSeek Harness 的 @-提及上下文引用:从 Web 输入框搜索工作区文件和跨会话引用。
AI 分析
核心用途是通过“@”符号快速引用工作区文件或历史会话内容作为上下文。适合需要频繁关联本地文件或其他会话信息进行讨论的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lan-zk/dsh-at-mention說明文件
閱讀完整 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
@labelspans; snapshot mode injects bounded session snapshots before the user message, while reference mode exposes a scopedread_sessiontool.
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