Plugin directory / Developer / @ohoyo/dsh-file-mention
@ohoyo/dsh-file-mention
Verified · install-tested on dsh ohoyour/dsh-file-mention ↗
What it does
DeepSeek Harness plugin: type @ to reference workspace files and directories
Works — verified, early-stage project
DeepSeek Harness plugin: type @ to reference workspace files and directories It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
When to use it
Extend the agent's coding surface — give it a new tool, workflow, or integration so it handles a dev task it couldn't before.
Who it's for
Developers who want dsh to behave like a teammate on real codebases — editing, running, and verifying changes rather than just answering.
For developers — extending it
The tool/command surface is the seam: expose more of the SDK, add smarter context wiring, or tighten the loop between code changes and verification.
Install
dsh plugin --profile web add @ohoyo/dsh-file-mention - Install pnpm once:
npm install -g pnpm(the plugin manager forwards to it). - Add the plugin to your web profile:
dsh plugin --profile web add @ohoyo/dsh-file-mention. - Restart
dsh web— the plugin loads on the next launch. - Verify:
dsh plugin --profile web list.
Package
npm: @ohoyo/dsh-file-mention · version 0.1.4 · tested on dsh 0.1.0-rc.6
Test report
Verified end-to-end: installed via `dsh plugin add`, activated in the profile, and booted a task successfully.
Repository
github.com/ohoyour/dsh-file-mention ↗
Share this badge
Paste this into your README — it links back to this page and updates automatically when our test status changes:
[](https://dshbase.com/plugins/ohoyo-dsh-file-mention/)