Releases: Han-Yao94/dsh-filelens
Releases · Han-Yao94/dsh-filelens
Release list
dsh-filelens 1.0.0
dsh-filelens 1.0.0
FileLens - right-column file explorer for the DeepSeek Harness web UI, as an installable bundle plugin.
Install
dsh plugin --profile web add github:Han-Yao94/dsh-filelens#v1.0.0Or download the prebuilt tarball below and run:
dsh plugin --profile web add ./dsh-filelens-1.0.0.tgzHighlights
- Host half: filelens Typert Remote service (SRC mode, no generated artifacts) - root/list/search/grep/read/readMore/readHex/write/readImage
- Browser half: details-column UI - lazy directory tree, multi-tab previews (Markdown/JSON/CSV/diff/log/hex/image), filename/content search, inline editing
- Security: fail-closed containment, writes require explicit root, version-guarded saves (stale rejection), edit disabled until fully loaded, cancelable search/grep, stream-continued readMore
- Zero runtime npm dependencies for the Host half beyond the harness peers; zod inlined into the browser bundle
Rev 2: fixes file browsing showing no files — Host now registers its Remote endpoints at runtime (typert.local) instead of relying on @Remote decorator markers, so npm/git/tarball installs all work.