dsh plugins中文
← Back to popular plugin directory

Workspace Reference Input

WhitePlusMS/dsh-input-plus · skills

Improve the DSH Web composer with workspace file references, prompt history, and lightweight editing enhancements.

★ 4GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
MITLicense

Project overview

An input composer enhancement plugin for the DSH Web UI. On the Host side, it builds an index of the active workspace. In the browser, it connects to DSH's official @ input trigger so files and directories can be searched and inserted into the composer. Type /h to open a candidate menu of previous prompts from the current Session. Features @ file and directory path selection

Type @ in the DSH composer, then continue with a file name, directory name, or path fragment. The candidate menu lists files and directories from the current Session workspace. After selection, the draft keeps a plain-text path reference, for example:

The reference contains only the path. Sending the message does not read the file, expand the directory, or generate a directory manifest. When the model needs the target, it can inspect the path with the native workspace tools provided by the current Session.

Install command

dsh plugin --profile web add github:WhitePlusMS/dsh-input-plus
View GitHub repository ↗Back to popular plugin directory