dsh-plugin-marketplace:在 DSH Web UI 设置页浏览社区插件

`dsh-plugin-marketplace` 是 Scorp1o117 维护的一款 DSH Web UI 插件,旨在解决用户在 GitHub 与终端间频繁切换以查找和安装 DSH 插件的繁琐流程。该插件利用公共 GitHub Search API,在 DeepSeek Harness Web UI 的设置页中内置插件市场,支持按关键词搜索 `github.com/topics/dsh-plugin`,并按 Star 数或更新时间排序。用户可直接浏览插件卡片(含描述、语言、更新日期等)及详情面板(含 README 摘要、安装命令、仓库链接),甚至使用“AI explain”功能通过配置的大模

Read More
dsh-open-browser:在 dsh web 就绪后自动打开 Web UI

dsh-open-browser 是由 peach0x33a 维护的 MIT 许可证 DSH 插件,旨在解决 `dsh web` 启动后需手动打开浏览器的问题。该插件在服务就绪时自动调用系统默认浏览器访问 Web UI。其核心特点包括零运行时依赖、支持 macOS、Linux、Windows 及 WSL 等跨平台环境,且具备无头环境安全性,在无显示环境下静默跳过操作。插件时机精确,确保能获取动态端口,并通过 detached 子进程机制避免阻塞系统关停。用户可通过 `dsh plugin` 命令安装,并利用 `cordis.patch.yml` 配置文件灵活控制开启状态及延迟时间。尽管在不同平

Read More
dsh-recall:DSH Web UI 的消息撤回插件,不回退代码改动

dsh-recall 是 DSH Web UI 的 MIT 许可证客户端插件,用于撤回指定用户消息及其后续的所有对话内容(包括智能体回复、子智能体指令、压缩、重试等),使模型在后续对话中不可见这些内容,但绝不影响已发生的代码或文件改动。其核心机制是通过在 Append-only 日志中追加一条持久墓碑事件实现,确保重启后撤回依然生效。该插件提供“整轮撤回”功能,撤回后可将被撤消息的文本和图片恢复至输入框供重新编辑。界面设计上,撤回按钮位于复制键左侧,不遮挡原有UI元素,且支持实时更新,无需刷新页面即可隐藏被撤回行。技术上,宿主端提供 `POST /recall` 路由,基于 DSH 既有的 s

Read More
DSH Whale Desktop Launcher:给 DeepSeek Harness Web UI 的 Windows 桌面启动器

`dsh-whale-desktop-launcher` 是由社区维护的 Windows 桌面启动器插件,旨在简化 DeepSeek Harness Web UI 的启动流程。该插件在桌面创建带图标的 `DeepSeek Harness.exe`,单击即可在不打开终端的情况下启动或重连本地服务,并自动在 Edge 或 Chrome 的应用模式窗口中打开无标签页、无地址栏的紧凑 UI。安装需通过 `dsh plugin` 命令添加,支持 Windows 10/11 及 Node.js 22.19+ 环境。插件会复用现有健康服务器,并捕获当前 DSH 配置。卸载后需手动清理残留文件。作为非官方社区

Read More
dsh-pomodoro: Adding a Pomodoro Timer to DSH Web

`dsh-pomodoro` is an MIT-licensed plugin designed specifically for the DeepSeek Harness (DSH) web interface, aimed at integrating a focus timer into the working environment. The plugin provides a sidebar entry and a draggable overlay, supporting customizable focus and break durations, phase controls (start, pause, reset, skip), a circular progress display, and in-app reminders with optional system notifications. It features a Mini compact mode, state persistence (automatic timer restoration after restart), bilingual language switching between Chinese and English, and adapts to DSH light/dark themes and accessibility preferences. Installation requires DSH `>=0.1.0-rc.7`, Node.js `^22.19.0` or `>=24.0.0`, and running under the `web` profile. Users can install it via the command line `dsh plug`

Read More
dsh-vision-provider: Selecting Vision Model Combinations in the DeepSeek Harness Web UI

dsh-vision-provider is a community plugin for DeepSeek Harness (DSH), designed to enable a dual-model bridge of "vision model analysis + DeepSeek reasoning responses." Rather than native pixel input, it exposes third-party vision models declared with image input capability in Settings as an optional combination. When a user sends an image-containing request, the selected vision model processes the image, and the result replaces the original image before being handed over to DeepSeek for reasoning, tool invocation, and final responses; plain-text requests are handled directly by DeepSeek. The plugin supports configuring third-party vision models via the Web UI or directly connecting to OpenAI-compatible endpoints. Installation requires Node.js >=22.19.0 and a compatible DSH version. Usage:

Read More
dsh-plugin-market: Adding a Plugin Market Entry to the dsh Web UI

dsh-plugin-market is a DeepSeek Harness (DSH) bundle plugin maintained by TheYoungChen, designed to solve the tedious problem of manually finding and installing third-party plugins in the Web UI. This plugin is not an official app store, but rather provides a "Plugin Market" entry integrated into the Web UI sidebar and settings page. Its core features include: fast browsing of plugins, keyword searching, and sorting by stars through a static index generated by GitHub Action (distributed via CDN and updated every 2 hours), with automatic fallback to API search when the index is unavailable. The plugin supports one-click installation, executing `pnpm add github:<owner/repo>` and automatically coordinating dependencies. The installation process

Read More
dsh-plugin-manager: Managing Profile Plugins in DeepSeek Harness Web UI

dsh-plugin-manager is a DSH Web UI plugin maintained by monk233, designed to address the issues of error-proneness and unclear status when manually modifying configuration files to manage plugins. The plugin provides a visual interface, allowing users to search plugins directly on the web page, view status badges, and perform enable, disable, or delete operations through menus, with a confirmation mechanism to ensure safety. After operations, changes are automatically written to `cordis.patch.yml` and take effect immediately via HMR hot reload, eliminating the need for frequent service restarts. Installation supports `git clone` combined with dsh commands, or using DSH Creative Mode with AI-assisted setup. The current version is 0.1.0, depends on `@deepseek-ai/cordis`, and is licensed under MIT. Please note

Read More
dsh-web-attention-badge: Adding Session Alerts to the DSH Web UI

`dsh-web-attention-badge` is a DSH plugin designed for the DeepSeek Harness Web UI, aimed at helping developers intuitively monitor session states. This plugin provides reminders through three approaches: a badge displayed in the upper-left corner of the interface, a count shown in the browser tab title, and a color-changing whale favicon. Specifically, the Amber color represents sessions awaiting user input, while the Green color indicates completed but unopened sessions. These reminders share built-in session storage counts, requiring no additional host code or transport layer, and the badge supports click-through, without obstructing sidebar operations. Installation is straightforward, achieved via the `dsh plugin` command for automatic registration and updates, supporting installation from local sources or GitHub. Users can customize by modifying the `lib/client.js` file through the

Read More
dsh-funpack: Integrating Procrastination, Atmosphere, and Desktop Pets into the DSH Web Interface

dsh-funpack is a lightweight MIT-licensed plugin designed for the DeepSeek Harness Web interface, aimed at providing instant feedback and interactive entertainment during development breaks. This plugin runs as a single file with zero dependencies, offering a one-click command button above the input box. It integrates features such as random compliments, developer fortune, procrastination reports, Pomodoro timer, break suggestions, ambient sound synthesis, and virtual pet interaction. Key features include support for customizable Live2D virtual pets with appearance and voice options (supporting Cubism 2/4 models), Web Audio-based fileless ambient sound generation, an accumulable achievement season system, and a "Boss Stealth" mode (which hides entertainment elements and simulates a work interface). Additionally, the "Code Garden" feature combines focus time with virtual planting to create a simple tracking record. The plugin can be installed via the `dsh plugin` command.

Read More
dsh-message-preview: Right-side Message Navigation Bar for DeepSeek Harness Web UI

dsh-message-preview is a DSH Web UI plugin maintained by asukasec, designed to address the inconvenience of manually scrolling through long sessions to find specific messages. The plugin adds a message navigation bar on the right side of the session, indexing only user-sent messages while excluding tool notifications and background tasks. Key features include: automatic highlighting of the current reading position; hover functionality to display message sequence number, relative time, and text preview; smooth scrolling and historical message loading upon clicking navigation blocks to jump to specific positions; and support for keyboard navigation (Tab to focus, arrow keys to select, Enter to jump). The navigation blocks adapt their layout automatically, hide when fewer than two user messages are present, and default to displaying only a position indicator, expanding when the mouse approaches the right edge. Interface text automatically switches based on DSH language settings. Installation requires DeepSeek Harness 0.1.0-rc.6.

Read More
DSH History Tree Plugin: Adding Conversation Round Timeline Matrix to DSH Web

DSH History Tree is a plugin designed for the DSH Web interface, aiming to address the issue of lengthy message lists in multi-turn Q&A conversations that make it difficult to navigate back. It provides a vertically centered timeline grid on the left side of the interface, generating scales based on actual user prompts. It supports scrolling via the mouse wheel and adaptive height limits. When a user hovers over a scale, a frosted glass-style floating card appears, displaying the prompt, the model's final response, along with metadata such as time and tokens, while filtering out the tool execution process. Clicking on a scale smoothly scrolls the view to the corresponding conversation, and automatically loads earlier history when hovering near the top or reaching the top. This plugin can be installed into a Web Profile via the DSH CLI, npm/pnpm, or a local link, and becomes usable once the DSH Web service is started. It is suitable for developers who need to quickly locate historical conversation turns, verify response content, and check metadata. During installation, attention should be given to permission reviews and configuration settings.

Read More
DSH UI Harmonizer: Unifying Web Interfaces with Official Design Tokens

dsh-ui-harmonizer is a pure client-side DSH plugin maintained by Physicolor. It standardizes the incomplete official UI and harmonizes the styles of plugins like better-sidebar and widgets by using official slots and --dsw-* design tokens, without modifying session logs or incurring model costs. It also automatically corrects the layout of third-party settings pages. The installation command is `dsh plugin --profile web add dsh-ui-harmonizer`. After a hard refresh, you can adjust settings such as conversation width, Markdown font size, and rounded card corners in Settings → General. It is compatible with DSH 0.1.x, licensed under MIT, and leaves no residue upon uninstallation.

Read More
dsh-web-file-uploader: Adding File Upload Capability to DSH Web Input Fields

dsh-web-file-uploader is a DSH client plugin (v0.3.0, MIT) maintained by Mooling0602. It adds a paperclip attachment button to the web chat input box, uploading files to the host machine and injecting them based on model capabilities: multimodal models receive native ImageBlock, while pure text models get absolute paths. Features include content-addressed deduplication, attachment card management, automatic cleanup with a default 7-day TTL, and a single-file size limit of approximately 48 MiB. It can be installed via `dsh plugin --profile web add` and is suitable for DSH developers who need models to read local files.

Read More
dsh-theme-firefly: Applying the Firefly Theme to DSH Web UI

dsh-theme-firefly is a DSH Web UI theme plugin (v0.1.2) maintained by Liu-ZA-81. Inspired by Firefly from Honkai: Star Rail, it covers over 100 design tokens and provides wallpapers, a boot animation, firefly particles, background music, and typing sound effects. Install it with `dsh plugin --profile web add dsh-theme-firefly`, then restart DSH web to use it. It supports runtime imports for wallpapers and custom asset builds, and the code is released under the MIT license. Multiple themes are mutually exclusive, and it is recommended to enable only one at a time.

Read More
deepseek-harness-workbench-plugin: Integrating Dialogues, Editors, and Terminals into a Unified Workbench within the DSH Web UI

The dsh-workbench-plugin maintained by loadingvx provides a three-column workspace for the DeepSeek Harness Web UI: conversation on the left, an editor and intelligent terminal in the center, and files/Git/usage/Ultra Slash on the right. It supports Agent Control Plane execution traces, Canvas React previews, slash commands without interrupting the conversation round, AI terminal assistance, and streaming AI message submissions. Installation requires specifying the version: dsh plugin --profile web add dsh-workbench-plugin@0.1.31. After restarting dsh web, a new session can be started to use it. MIT license, npm latest version 0.1.31.

Read More
dsh-web-plugin-manager: Manage DSH Plugins in the Web UI

dsh-web-plugin-manager is a DSH client plugin maintained by LX2000WASD, enabling centralized management of plugins via the Web UI, including viewing, real-time start/stop, installation/uninstallation, update detection, health checks, profile environment management, and browsing of the built-in marketplace. The installation process includes quality gates and automatic rollback mechanisms, accompanied by the dshpm CLI and agent installation guards, covering both bundled and non-bundled plugins. It is recommended as the first plugin to install in a profile, facilitating the management of other community extensions thereafter.

Read More
Make DeepSeek Harness Web UI support LAN access via dsh-web-lan-access

DeepSeek Harness Web UI works normally only on localhost by default. When accessing via pure HTTP in a local area network, the front end will fail to render sessions and models due to the lack of `crypto.randomUUID` in a secure context. The community plugin *dsh-web-lan-access* (maintained by AcidGr, MIT licensed, npm version 1.1.0) injects polyfills through the official `index-tap` and binds the webserver to `0.0.0.0`. This article organizes installation commands, LAN/Tailscale usage methods, verification steps, and precautions such as unauthenticated exposure and the settings page only being accessible via loopback, based on the directory page and GitHub documentation.

Read More
1. `dsh-inline-images: Let DeepSeek Harness Chat Directly Display Local Images` 2. `dsh-inline-images: Enable DeepSeek Harness Chat to Directly Show Local Images`

### 翻译结果: dsh-inline-images is a community-maintained DSH interface enhancement plugin that rewrites the locally existing image paths in assistant replies into same-origin loopback URLs, enabling direct image rendering in Web conversation bodies. This article verifies the following points via the directory page and GitHub source code: 9 supported formats, lightbox feature, adjustable image size, installation commands and permission boundaries.

Read More
Use dsh-session-deeplink to add shareable URLs to DSH sessions

### 翻译结果(兼顾技术文档的严谨性和自然表达): `dsh-session-deeplink` is a DeepSeek Harness Web client plugin maintained by R3alloc, which generates a shareable URL containing the local session via the `?session=` parameter. This article verifies the following details through the catalog page, GitHub and npm repositories: it is licensed under MIT, with version 0.1.1, and based on dsh 0.1.0-rc.6. It is recommended to install it into the web profile; after restarting dsh web, the session ID will be synchronized to the address bar. It is not a cloud sharing tool, and the target session must already exist in the current session list.

Read More
Add a persistent session progress bar to the DeepSeek Harness web interface using dsh-ui-progress

### 翻译版本1(专业技术文档译法,符合海外开源项目表述习惯): > dsh-ui-progress is a DSH Web UI plugin maintained by lhh010. It adds a persistent session progress bar to the input box dock area, featuring real proportional todos display, real-time token throughput rate, orange-red interrupted state, and amber todo reminder. It runs purely on the client side without modifying the agent-loop. This article verifies the installation commands, the corresponding relationship between the v0.9.1 snapshot and its documentation, as well as the capability boundaries by cross-checking with the directory page, GitHub README and INSTALL.md. ### 翻译版本2(更贴合国内开源项目对外文档的自然译法): > dsh-ui-progress is a DSH Web UI plugin maintained by developer lhh010. It provides a persistent session progress bar in the input box dock zone, with functions including displaying the real proportion of todos, real-time token generation rate, showing orange-red status when interrupted and amber reminder for pending tasks. It is a pure client-side plugin and will not make any changes to the agent-loop. This article checks and confirms the installation commands, the matching relationship between the v0.9.1 snapshot and relevant documents, as well as the capability limits by referring to the directory page, GitHub README and INSTALL.md.

Read More
Customize the Web Interface of DeepSeek Harness with dsh-gui-customization

### Official Translation: dsh-gui-customization is an MIT-licensed DeepSeek Harness Web UI theme plugin maintained by LAN-TINA-WS. It provides four preset themes including Nous Blue in **Settings → Interface Settings**, 13 customizable colors (with separate light/dark variants), adjustable ambient lighting, as well as image/video background and transparency controls. User configurations are preserved across restarts via localStorage and IndexedDB. GitHub installation commands are provided in both the directory and the repository; the current released version is 0.6.2.

Read More
# DeepSeek-Harness-UX: Make Long Task Processes of DeepSeek Harness Foldable

deepseek-harness-ux is a community web version of DeepSeek Harness maintained by ayuanwong (licensed under BSD-3-Clause). It packs thinking, commands and tool calls into collapsible process areas, which will automatically collapse after successful execution and remain expanded upon failure. It also optimizes long responses, session search and product entry points. The catalog is categorized by "Sessions and Messages" with `dsh plugin add` provided; the repository notes that this is a complete source code snapshot, which requires Node.js 22.19+/pnpm 11 to start from source code, and cannot be patched into the official dsh.

Read More
Use dsh-auto-continue to automatically resume interrupted requests in DeepSeek Harness

dsh-auto-continue is a DeepSeek Harness Web UI plugin maintained by HsiangNianian: it automatically sends a "continue" request when the request is interrupted by non-human factors such as network errors, timeouts, and 5xx status codes. This article covers the directory page, verification of installation commands on GitHub and npm, error classification, backoff, idempotent guardrails, and settings.yaml configuration. It is licensed under MIT, with the npm package name dsh-client-auto-continue and the current version 0.6.0.

Read More
Adding a Zero-Server Plugin Workshop to DeepSeek Harness Web Interface with dsh-plugin-workshop

*dsh-plugin-workshop* is an interface enhancement plugin maintained by yyyyukari, which embeds a Steam Workshop-style plugin browsing experience into the sidebar of the DeepSeek Harness Web UI. It does not deploy a marketplace backend or account system, with its directory, search, and 7/30/90-day trend windows directly using GitHub. By default, it only shows repositories tagged with the `dsh-plugin` topic, and supports one-click installation, updates, and uninstallation based on the repository structure. This article verifies the functions, installation commands, and precautions by cross-checking the community directory page with the GitHub repository.

Read More
Adding an Offline Mini-Games Panel to the DeepSeek Harness Web Interface with dsh-minigames

### 标准翻译版本(适配技术文档语境): dsh-minigames is a DeepSeek Harness web interface enhancement plugin maintained by lhh010. It features a collapsible right-side mini-games panel with 18 offline Canvas games built-in, including Dino Jump, Tetris, Minesweeper, 2048, Sudoku, Pac-Man and others, and does not register tools for the model. This article verifies the installation commands, panel interactions, `registerGame` extension interface, as well as permissions, Web-only and persistence scope in accordance with the directory page and GitHub README.

Read More
Use DSH-Transparent-UI-Plugin to add frosted glass effect to the DeepSeek Harness web frontend

DSH-Transparent-UI-Plugin is a community-maintained glassmorphism theme (package name: Aqua) for the web version of DeepSeek Harness. The top bar, sidebar, input boxes, statistics row and track view can be turned into frosted glass effects, supporting dual modes of mica and compatibility. The background can be set to fluid, images or videos, and the blur and matte levels can be adjusted in the settings; turning off the switch will restore the native interface. This article verifies the installation commands, v1.3.0 capabilities and precautions according to the directory page and GitHub.

Read More
Add a pixel whale to the DeepSeek Harness session title bar with dsh-ui-whale

### 修正后的准确翻译(符合技术文档规范): dsh-ui-whale is a DeepSeek Harness Web UI interface enhancement plugin maintained by lhh010. It adds a 22-frame hand-drawn pixel whale that stays permanently in the session title bar, with animations including blinking, tail wagging, spouting water and sleeping synced with session snapshots. Clicking the whale will trigger a heart effect. The plugin does not modify core functions nor intercept model requests. This article verifies the installation commands, version compatibility and precautions against the community directory page and GitHub README/INSTALL.md.

Read More
Customize the Thinking Status Copy of DeepSeek Harness with ui-status-label

**ui-status-label** is an interface enhancement plugin for DeepSeek Harness, maintained by alingalingling. It replaces the hardcoded "Deep diving..." text in the Web chat view with customizable runtime status copy that can be modified in General settings. It supports two implementation paths: DOM injection and `conversationStatus`, only modifying the interface without touching model requests. It is licensed under MIT, and a restart of dsh web is required after installation.

Read More
Turn DeepSeek Harness Web Interface into a 2005 Portal Website with dsh-ads

DSH-ADS is a fun plugin for DeepSeek Harness maintained by Nagi-ovo, licensed under BSD-3-Clause, and only acts on the web interface. It injects fictional advertisements into the sidebar, chat interface, during inference and corners, turning the Web UI into a 2005-era portal website. The incentivized ads only block the display, while the model continues to run in the background. The recommended positions will carousel public plugins on GitHub tagged with the `dsh-plugin` topic that have been updated in the last two weeks. It can be installed with `dsh plugin add github:Nagi-ovo/dsh-ads`, and toggled per ad slot in **Settings → Ads (Unofficial)**. The community directory is an independent site and has no official affiliation with DeepSeek / Fangfang.

Read More
Using dsh-web-ui to turn DeepSeek Harness web interface into a workbench

dsh-web-ui is a collection of DeepSeek Harness Web UI plugins and skins maintained by zhu1090093659, which is open-sourced under the Apache-2.0 license. This article checks against the community directory page, GitHub README and npm aggregate package to explain how the task board, Git graph, right panel, mobile remote, SSH, image understanding and skin center work; the difference between the directory installation command and @linxin666/dsh-web-ui-all; as well as restrictions such as permissions, cron scheduling and pnpm access control.

Read More