DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Workspace Tree — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

@dsh-external/dsh-workspace-tree

Workspace Tree

Virtual session folder grouping, move-to-folder menu, and nested workspace subproject manager for DeepSeek Harness (DSH).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:pipipigu/dsh-workspace-tree#ba54918312313e7ce423fd35631bc887acf781c1
READMECompatibilityVersions

Compatibility and provenance

Workspace Tree is published as @dsh-external/dsh-workspace-tree and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/31/2026

Versions

0.2.0stable
8/31/2026
0.1.4stable
8/28/2026
0.1.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/31/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

🌲 dsh-workspace-tree

English | 简体中文

Virtual Session Folder Grouping, Move-to-Folder Menu, and In-App Visual Directory Browser for DeepSeek Harness (DSH).


📸 Visual Previews

1. Sidebar Overview & Core Features

dsh-workspace-tree Sidebar Overview


2. In-App Visual Directory Browser & Workspace Creator

dsh-workspace-tree Visual Directory Browser


3. Precision Click-to-Move Folder Menu

dsh-workspace-tree Move-to-Folder Interaction


🌟 Key Features

  • 📁 Virtual Session Folders

    • Zero Filesystem Pollution: Never moves or modifies underlying conversation logs or physical directories. Metadata is atomically persisted at .dsh/workspace-tree.json.
    • Multi-Workspace Stability: Independent classification and pin queue per workspace. Folders remain persistent and stable across workspace switches.
    • Full Folder Lifecycle: Create, inline rename (double-click), custom color badge, and delete (internal sessions safely fallback to uncategorized).
  • ➕ Folder-Scoped Session Creation

    • Hover on any folder and click [+] to start a new conversation directly inside that targeted folder with atomic SessionId binding, avoiding race conditions.
  • 🚀 Active Task Banner & Read-to-Dismiss

    • Compact 28px Top Capsule: Pins active running tasks and unread completed conversations at the top of the sidebar.
    • Smooth Lifecycle Transition: Pulsing blue dot during generation -> persistent green [Unread] badge when completed in background -> automatically dismissed upon reading.
    • Deep-Jump & Auto-Expand: One-click navigation that automatically expands the parent workspace and folder.
  • 📂 Precision Move-to-Folder Dropdown Menu

    • Zero Misclicks: Replaced awkward sidebar drag-and-drop with a crisp, reliable click-to-move dropdown menu.
    • Instant Categorization: Quick folder selection or inline new folder creation; dedicated eject button inside folders to return sessions to uncategorized.
  • 🗂️ In-App Visual Directory Browser & Workspace Creator

    • One-Click Visual Adoption: Click [+] on the sidebar header to open a native-feeling "Select Workspace Directory" modal dialog.
    • Full Hierarchy Navigation: Home directory jump, breadcrumb navigation, single-click selection, double-click/chevron drill-down, and up-level button.
    • Inline Folder Creation & Hidden Files: Create new subdirectories directly in the dialog and toggle hidden files (.config, etc.).
    • Direct Path Editing: Click the pen icon to switch to raw path typing/pasting.
    • Zero Slot Conflicts: Self-contained host RPC and UI, completely bypassing DSH internal slot conflicts with 100% stability across Web and Desktop.
  • 📌 Session Pinning, Inline Rename & Pagination

    • Pin important sessions to the top of the workspace.
    • Double-click any session title to activate inline renaming.
    • Displays top 10 sessions by default with an expander for remaining items.
  • 🎨 Native Single Slot Shadowing

    • Seamlessly shadows the native sidebar.workspaces slot with priority: -10, blending with DSH dark/light color schemes (--dsw-*).
    • Pure SVG vector icons with zero emoji clutter.
  • ⚡ 0ms Reactive Engine (Version Snapshot)

    • Powered by useSyncExternalStore with immutable version increment snapshots, ensuring instant 0ms UI re-renders on any action.

📦 Installation

Option A: Install from GitHub (Recommended)

Run the following command in your terminal:

dsh plugin --profile web add github:pipipigu/dsh-workspace-tree

Restart your DSH Web instance (or refresh the browser) to enjoy!

Option B: Local Development (Link Mode)

# 1. Clone repository
git clone https://github.com/pipipigu/dsh-workspace-tree.git
cd dsh-workspace-tree

# 2. Install dependencies & build
pnpm install
pnpm build

# 3. Link to DSH Web Profile
dsh plugin --profile web add link:$(pwd)

🏗️ Architecture & Data Flow

dsh-workspace-tree Architecture & Data Flow


🛠️ Development & Commands

# Install dependencies
pnpm install

# Type checking (0 errors)
pnpm typecheck

# Unit tests (Vitest)
pnpm test

# Production build (generates lib/index.js & lib/client.js)
pnpm build

📄 License

This project is licensed under the MIT License.