Lan-zk/dsh-at-mention0

dsh-at-mention

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

AI 분석

核心用途是通过“@”符号快速引用工作区文件或历史会话内容作为上下文。适合需要频繁关联本地文件或其他会话信息进行讨论的用户。

패키지
dsh-at-mention
버전
0.1.4
최근 업데이트
2026. 8. 17.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lan-zk/dsh-at-mention

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