Skip to content

v0.1.1

Latest

Choose a tag to compare

@joejojoking-cloud joejojoking-cloud released this 14 Aug 10:57

v0.1.1

DeepSeek Harness 全局文件资源管理器插件首个发布版本。File explorer plugin for DeepSeek Harness: file tree, preview, markdown, syntax highlighting, in-panel editing, one-click VS Code open.

What's new

  • Syntax highlighting for file previews (#1, thanks @cloudchexx): self-contained tokenizer with no runtime deps — JSON / YAML / JS / TS / Python / C / C++ / Java / Go / Rust / Shell / SQL / TOML / INI / CSS / HTML previews by extension, fenced code blocks in Markdown highlighted by language, colors follow the theme via --fe-hl-* CSS variables, >300KB falls back to plain text
  • Fix: keep the opening delimiter of JS template literals and Python triple-quoted strings in highlighted output
  • Fix: render GFM tables inside blockquotes in the Markdown preview (quoted rows were shown as literal pipe text)
  • Repo metadata: topics, bilingual description, English README tagline

Features

  • Right-side resizable file tree panel (shell.overlay, 260–900px)
  • Session header toggle button
  • Recursive workspace search (skips .git / node_modules, max 300 results)
  • Lazy-loaded file tree, Markdown preview, in-panel editing with save-to-disk
  • One-click open the whole workspace in VS Code
  • Files over 1 MB show a "too large" notice instead of preview

Install

dsh plugin --profile web add dsh-file-explorer

Restart the harness after installing, then use the "文件" button in the session header.