Releases: dkjsiogu/dsh-file-path
Release list
dsh-file-path v0.1.4
Stops brute-force scanning. Drag lookup now probes the session workspace and high-probability directories (Desktop/Downloads/Documents/桌面/下载/文档) first, recursive deep search is opt-in via deepSearch: true, and the paperclip/miss dialogs open the desktop's native file/folder picker (zenity/kdialog on this Linux) for an O(1) absolute path.
dsh-file-path v0.1.3
Large-file and folder support: files are fingerprinted by name + size + head/tail 64KB SHA-256 samples (no full read, 4GB default cap), and dropped directories are fingerprinted through File System Access handles (entries hash + bounded file samples) and resolved to their original absolute folder path.
dsh-file-path v0.1.2
Fixes the YAML default search root (unquoted ~ parsed as null). Use this tarball until npm publish auth is restored.
dsh-file-path v0.1.1
Dropped non-image files now resolve to their ORIGINAL absolute path (name + size + SHA-256 search over the session workspace and configured roots, ~ by default). Nothing is copied unless the user explicitly clicks Copy to workspace. Also fixes the stuck 'drag images here' overlay by dispatching a synthetic dragend.
dsh-file-path v0.1.0
First release of the dsh-file-path plugin.
- Drag or paste non-image files into the dsh Web composer; they are copied below the session workspace (.dsh-files/) and inserted as workspace-relative paths.
- Composer paperclip button inserts manually typed absolute or workspace-relative paths.
- Strict Typert Remote endpoints filePathBridge/importFile and filePathBridge/describe.
- Tested against @deepseek-ai/dsh 0.1.0-rc.6 (dump-config, web boot graph, and live /api RPC smoke).
Install:
dsh plugin --profile web add ./dsh-file-path-0.1.0.tgz