Bundle
dsh-at-mention
@-mention context references for DeepSeek Harness: workspace file search and cross-session references from the web composer.
- Source
- Lan-zk
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 5 days ago
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** · [中文版](./README.zh.md) ## 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: ```sh dsh plugin --profile web add dsh-at-mention dsh --profile web ``` ## Uninstall ```sh dsh plugin --profile web remove dsh-at-mention ``` ## License MIT
Install
dsh plugin --profile web add github:Lan-zk/dsh-at-mention
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-at-mention from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.