DSH Marketplace

DSH Better Sidebar: File, Terminal & Git Plugin

omdsh-dev/DSH-better-sidebar

Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.

3,376293TypeScriptMITSource

Install

Add DSH-better-sidebar to DeepSeek Harness

via npm

Resolves a published tarball rather than cloning the repository, and installs without any extra setup. Swap `web` for your profile name if you run another one.

via GitHub · npm package

Installing from GitHub runs the project's build script, which pnpm blocks until you allowlist it — run the command once and pnpm prints the exact key to add under `allowBuilds` in ~/.dsh/profiles/web/pnpm-workspace.yaml.

What happened when we ran it

Installed cleanly when we ran it

Every command here is run in a throwaway container against a clean profile, and the result is whatever the harness recorded — not a guess from the source. Last run 24d ago.

Show it in your README

install verified — dshmarketplace

For maintainers: the badge serves this listing's latest sandbox verdict, so a re-run updates it on its own — and it links readers to the full result here.

Due diligence

Before you install DSH-better-sidebar

  • Source of record: omdsh-dev/DSH-better-sidebar — present in the community registry that DSH's own plugin market installs from.
  • Licensed under MIT.
  • Detected: terminal surface. Read the source before granting these.
  • A listing here is not a security review. Plugins run with your agent's permissions.

The AI take

What it is — DSH-better-sidebar is a sidebar workbench framework providing file rendering and editing, real terminal, Git panel and subagent support.

Who it is for — When you need to display file resources and perform code editing, terminal operations and Git panel in DeepSeek Harness tasks, users are suitable for installation if they require terminal tools. If your work only involves the default sidebar without real terminal, you can skip installation.

Watch out — It passed sandbox testing in a new profile and was registered into the profile by DeepSeek Harness. No obvious issues were found. The shell command execution is for the real terminal feature.

The verdict — I would install it because it exposes the sidebar capabilities as a service allowing third-party plugins to register new tabs equally.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.

What DSH-better-sidebar does

Abstract flow of files, processes, shell access and extensions into split workspaces.

DSH-better-sidebar is a DeepSeek Harness plugin that adds a service-backed workbench to the sidebar and bottom panel. It includes a file explorer with lazy-loaded directories, CodeMirror editing, inline rendering for images, Markdown, HTML and PDF, an embedded browser, a Git panel, background-task and subagent views, and a real shell terminal. Tabs can be moved, split and merged across the two work areas, with layouts and tabs persisted per session.

The plugin is mounted through the package's dsh.bundle.patch, using cordis.patch.yml; it does not modify DSH source. Its shared ctx.betterSidebar service lets built-in and third-party plugins register tabs and file viewers through registerTab and registerFileViewer. The service also exposes capability detection, state subscription, tab lifecycle callbacks, targeted opening, persistent meta, plugin settings, and external-link handling. The workbench writes its session layout and tab state to the DSH profile's persisted state.

It suits agents that need files, Git, web content and task supervision in one work area, and plugin authors that need to add sidebar surfaces. It is the wrong choice when a separate sidebar is unnecessary or when granting the agent a shell is unacceptable: the terminal reaches a real shell through xterm.js and node-pty, and terminal_* tools can optionally be exposed to the model. Node.js ≥ 20, pnpm ≥ 10, and a working DSH web profile are required; Windows may need VS Build Tools if a matching node-pty binary is unavailable.

DSH-better-sidebar documentation

Requirements

The README requires an existing DSH installation where dsh web runs successfully, plus Node.js ≥ 20 and pnpm ≥ 10. The web profile is expected at ~/.dsh/profiles/web; running dsh web initialises it if it does not exist. On Windows, the terminal depends on a compatible prebuilt node-pty binary. If none exists for the installed Node version, VS Build Tools may be required.

Installation scripts and package mounting

The repository provides scripts/install.sh for macOS/Linux and scripts/install.ps1 for PowerShell. The scripts prepare pnpm settings, register the package through the DSH plugin mechanism, detect dsh.bundle.patch, and mount the bundle through dsh.profile.bundles. They also remove an old manual better-sidebar mount from cordis.patch.yml to avoid duplicate sidebars. The scripts support a version argument, --restart, and --dry-run; PowerShell uses -Version, -Restart, and -DryRun.

Configuration and behaviour

Settings are exposed as independent cards, with secondary options in a gear dialog. HTTP links open in the sidebar and HTTPS links in the system browser by default; these destinations can be adjusted separately. Position compatibility mode is off by default and can reserve 0–120px above the sidebar for a Windows native title bar. The interface follows the DSH zh/en language and loads heavy terminal and editor dependencies on demand.

Plugin service API

Third-party plugins use ctx.betterSidebar. The documented service includes registerTab, registerFileViewer, getSnapshot, subscribeState, updateTab, activateTab, and openFile. Tabs support onOpen, onActivate, onClose, badges, meta, urlTarget, and plugin-owned settings through pluginToggles and render. The terminal is a real shell backed by xterm.js and node-pty; reconnection can replay disconnected output, and terminal_* tools are optional.

Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub

Same category

Alternatives to DSH-better-sidebar

dsh-web

zhu1090093659

7.5k

DeepSeek Harness(DSH)Web 插件聚合生态包 · 一切皆插件,创意工坊分发

Installed cleanly when we ran it

GitHub sourceTypeScripttoday

AI review

dsh-web

What it is — Aggregates plugins for DeepSeek Harness Web GUI, providing performance engine, task board, mobile remote control, and SSH operations.

Who it is for — Developers using DeepSeek Harness Web GUI for multi-session AI tasks and performance monitoring are suitable for this plugin. Users relying solely on pure text model interactions without image understanding can do without it.

Watch out — Sandbox test passed: installed in a new profile and registered into the profile by harness. Installation requires sourcing from GitHub. Static checks indicate shell command execution.

The verdict — I would install it because it decomposes features into independent plugins for selective use without modifying official code.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-web-ui-all

zhu1090093659

7.4k

Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript2d ago

AI review

dsh-web-ui-all

What it is — This is a plugin and skin collection for the DeepSeek Harness Web UI, including Liangshen mode, task board, Git graph, right panel, mobile remote UI, SSH operations, whale girl pet, and skin center.

Who it is for — If you are using DeepSeek V4 Pro for agent tasks and need multi-column task board and Git graph to track changes, this plugin is suitable for you. If you primarily operate DeepSeek Harness in non-Web UI interfaces, you don't need this collection.

Watch out — Installation from the source subdirectory requires manually approving the build script. No sandbox testing was conducted. No obvious issues were found.

The verdict — I would install it because it provides the whale girl pet and SSH remote operations.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
LINUX DODetails

dsh-task-board

zhu1090093659

6.6k

Task board for the dsh web GUI: a sidebar multi-column kanban whose cards run in real DSH agent sessions and can also be scheduled with cron expressions, executed host-side even with the browser closed.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript13d ago

AI review

dsh-task-board

What it is — Sidebar multi-column kanban plugin for DeepSeek Harness web GUI whose cards run in real DSH agent sessions and support cron expressions executed host-side even with the browser closed.

Who it is for — Scenarios requiring multi-column task tracking while using DSH for agent sessions suit this plugin for those lacking sidebar kanban capability. If your workflow focuses on real-time file operations or SSH connections rather than task scheduling, you need not install this plugin.

Watch out — No obvious pitfalls found. From source installation you need to manually allow its build script first since the plugin will execute shell commands.

The verdict — I would install it because it supports cards running in real DSH agent sessions and cron expressions for host-side execution even when the browser is closed.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-web-all

zhu1090093659

6.6k

Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript13d ago

AI review

dsh-web-all

What it is — dsh-web-all aggregates plugins and skins for DeepSeek Harness Web UI, including task boards, Git graphs, and mobile remote control.

Who it is for — Users of DeepSeek Harness performing AI collaboration who need multi-column task boards and mobile pairing will find this package suitable. Those who prefer only official presets without community panel additions do not need it.

Watch out — The plugin will execute shell commands. Sandbox testing has not been performed. No real test results are available, so no obvious issues were identified.

The verdict — I would not install it because the plugin can execute shell commands and no sandbox testing has been done, making real-world security unconfirmed.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-TUI

ccch1mneyyy

2.8k

Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.

Installed cleanly when we ran it

npm packageTypeScript9d ago

AI review

dsh-TUI

What it is — dsh-TUI is a DeepSeek Harness plugin that provides a Claude Code-style full-screen terminal UI with pixel-whale header, live status line, and streaming thought expansion.

Who it is for — Users who need to monitor real-time agent status and perform terminal interactions during long DeepSeek Harness sessions are suitable for installing dsh-TUI. Users without terminal TTY requirements do not need to install it.

Watch out — Sandbox testing passed: it installed successfully in a new profile and was registered by harness. No obvious issues found. It requires a functional terminal TTY, pnpm version 10+, and DEEPSEEK_API_KEY.

The verdict — I would install it because it was officially collected by DeepSeek Harness as an internal test user favorite plugin and uses a pure plugin mounting approach.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

A fixed-corner whale widget showing DeepSeek balance, today usage, per-turn cost and random talk lines, with sound effects and a menu.

Installed cleanly when we ran it

npm packageJavaScript20d ago

AI review

DeepSeek-Balance-Whale-Widget

What it is — A whale widget is displayed in the bottom right corner of the DeepSeek Harness interface to monitor account balance.

Who it is for — Users conducting conversations in DeepSeek Harness would find this suitable for checking account balance. Those who do not open the DSH browser window do not need this persistent widget.

Watch out — Sandbox testing passed when installed in a new profile. It was then registered by the harness into the profile. No obvious issues were found.

The verdict — I would install it because it provides account balance monitoring without requiring additional tokens.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source