dsh-mixxed/dsh-client-ui-filesystem

dsh-mixxed★ 1TypeScript最后同步: 2026-08-16

在 GitHub 打开

A customized DeepSeek Harness filesystem UI plugin.

README 摘要

ui-filesystem English · 中文 A dsh plugin that adds @ project file/directory suggestions to the chat composer: type @ to browse the current project (the session's working directory), pick a file or directory, and the draft gains a @path reference that ships to the model verbatim. Built as a fully out-of-tree plugin — the deepseek-harness source stays untouched. It rides the same input-trigger pipeline as ui-skill's / (so it coexists with ui-subagent's @ mentions as a second menu group), and it serves its project tree over its own HTTP route ( ctx.webServer ). Install 1. Install the plugin from npm (published as @dsh-mixxed/dsh-client-ui-filesystem ): The package declares dsh.bundle (its bundled cordis.patch.yml ), so dsh plugin add automatically appends it to the profile's dsh.profile.bundles layer stack and the plugin mounts on the next boot — no manual cordis.patch.yml editing . Upgrading an install that predates the bundle declaration: remove the legacy ui-filesystem row from $DSH HOME/profiles/ /cordis.patch.yml — the bundle layer now supplies it, and leaving both would mount the id twice. 2. Restart the profile (new plugins are discovered at boot), open any session, and type @ .…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdshdsh-plugindsh-pluginsagent

分类