Skip to content

Releases: Han-Yao94/dsh-filelens

dsh-filelens 1.0.0

Choose a tag to compare

@Han-Yao94 Han-Yao94 released this 14 Aug 09:25

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.0

Or download the prebuilt tarball below and run:

dsh plugin --profile web add ./dsh-filelens-1.0.0.tgz

Highlights

  • 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

Docs: English | 中文

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.