dsh plugins中文
← Back to popular plugin directory

Workspace file manager

joejojoking-cloud/dsh-file-explorer · skills

File Explorer for DeepSeek Harness — right-side resizable file tree with Markdown rendering, syntax highlighting, in-panel editing, and one-click VS Code open.

★ 14GitHub stars
1Forks
2026-08-15Last updated
JavaScriptLanguage
License

Project overview

dsh-file-explorer File Explorer for DeepSeek Harness — right-side resizable file tree with Markdown rendering, syntax highlighting, in-panel editing, and one-click VS Code open. Install: dsh plugin --profile web add dsh-file-explorer.

重启 harness 后生效:所有会话都会加载该插件(host 路由 /plugins/file-explorer/ + web client 面板)。 结构 lib/index.js — host 半部:fs/shell 服务 + webServer HTTP 路由(list / search / read / write / open-vscode) lib/client.js — web client 半部:window.ModuleLoader bundle,注册 shell.overlay 面板与 conversation.session.header.actions 切换按钮 cordis.patch.yml — bundle 补丁,把 file-explorer 行插入 profile 的 host 组合

Install command

dsh plugin --profile web add github:joejojoking-cloud/dsh-file-explorer
View GitHub repository ↗Back to popular plugin directory