dsh-mixxed/dsh-client-ui-filesystem-manager

dsh-mixxed★ 0TypeScriptLast synced: 2026-08-16

Open on GitHub

A customized DeepSeek Harness filetree manager UI plugin.

README excerpt

dsh-client-ui-filesystem-manager English · 中文 A dsh plugin that adds a Files (文件) tab to the conversation window. Pick the tab and the session area becomes a VSCode-style explorer: a file tree of the current workspace on the left, and a file viewer on the right. Built as a fully out-of-tree plugin — the deepseek-harness source stays untouched. It registers into the same conversation.view ring as the shipped Trajectory tab, serves the tree and file contents over its own HTTP routes ( ctx.webServer ), and is styled entirely with the dsh design tokens ( --dsw- ) and ui-primitives components. Install 1. Install the plugin from npm (published as @dsh-mixxed/dsh-client-ui-filesystem-manager ): 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 . 2. Restart the profile (new plugins are discovered at boot), open a session, and click the 文件 / Files tab. Building from source (development / offline) Features - Third conversation tab : 对话 / 轨迹 / 文件, registered into the conversation.view ring (order 20, after Trajec…

View full README on GitHub →
Terminal / TUIdeepseek-harnessdshdsh-plugindsh-pluginsvscode

Category