shaomingbo/dsh-file-picker

shaomingbo★ 0JavaScriptLast synced: 2026-08-17

Open on GitHub

README excerpt

DSH File Picker A portable DeepSeek Harness Web GUI bundle that lets you select regular files anywhere on the local DSH host , then makes the chosen paths available to the active conversation. It is designed for the case where the file is outside the current workspace: Downloads, Desktop, another project, or any other readable host directory. Install Install the versioned GitHub release into the default web DSH profile: For a different profile: Restart DSH and refresh the existing Web GUI. The installer adds the package dependency and its Cordis bundle row to /.dsh/profiles/ /package.json and runs pnpm install . Use 1. Open a normal DSH Web conversation. 2. Click 📁 in the composer tool row. 3. Browse the host filesystem, select one or more files, then click Apply . 4. Send your next prompt. The model receives the selected paths in a context block and can use DSH's read tool when appropriate. Applying a new selection replaces the selection for that conversation. Clear removes it. The selection is kept only in the running DSH process; restart DSH to discard it. Security and privacy - The picker returns paths and file kinds only; it never reads or uploads file contents. - The selecte…

View full README on GitHub →
Tools / Devdsh-plugin

Category