dsh-popout-sidebar: pop-up artifact sidebar

The dsh-popout-sidebar, maintained by e2mcc, provides a persistent "Artifacts" sidebar for the DeepSeek Harness Web UI. It enables real-time tracking of files generated by write/edit and shell operations, supports multi-type previews and edit diffs for code, Markdown, images, and other formats, and offers a one-click pop-out feature to open as an independent tab, which can be dragged to a second monitor. It is compatible with other sidebar plugins and can be installed via dsh-market or from the GitHub repository e2mcc/dsh-popout-sidebar. The project is licensed under MIT and requires Node.js version 20 or higher.

Read More
DSH-better-sidebar: Enhancing DeepSeek Harness with an Extensible Sidebar Workbench

DSH-better-sidebar is an interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev, which integrates file editing, real terminals, Git panels, sub-agent task pages, and side conversations into a customizable right sidebar and bottom panel. It also exposes extension points, `registerTab` and `registerFileViewer`, to the ecosystem via `ctx.betterSidebar`. The article introduces its core capabilities, two installation methods (`dsh plugin add` and the npm channel), typical usage, and security considerations, making it a valuable reference for readers who develop daily in the DSH web interface as well as plugin authors.

Read More
Add a Sidebar Workbench to the DeepSeek Harness Web Interface Using DSH-better-sidebar

DSH-better-sidebar is a web interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev. It provides file editing preview, real terminal, Git and sub-agent workbench in the right sidebar and bottom panel, and opens the ctx.betterSidebar registration interface for other plugins. This article verifies the installation command, the capability boundaries and precautions of v0.12.3 based on the community directory page and GitHub README.

Read More