MisRightW/dsh-at-file

MisRightW★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

dsh-at-file.

README 摘要

dsh-at-file @ workspace file references for DeepSeek Harness: type @ in the web composer, pick a file from the workspace, and its content is injected into the model context when you send the prompt — no copy-paste, no extra tool round trip. 中文说明见 README.zh.md。 Install The first GitHub install runs the package's prepare build; pnpm asks you to allow it once (copy the exact package key pnpm prints into the profile's pnpm-workspace.yaml under allowBuilds ). See the harness plugin guide for the mechanics. Usage 1. Open a session in the web GUI and pick a workspace directory. 2. Type @ in the composer — a Files group lists workspace files (the group title shows as file until the harness localizes it). 3. Filter by basename ( @main ), path prefix ( @src/m ), or substring; arrow keys + Enter pick. 4. Send the prompt. Every @path token naming a readable regular file expands host-side into an injected content block appended to the model request; unresolvable or oversized tokens stay plain prose. The literal @path stays in the prompt, and the injected message is recorded on the session log with an at-file source, so the model input is reconstructable from the log. How it works Half Package e…

在 GitHub 查看完整 README →
工具/开发dshdsh-plugindsh-plugins

分类