AI Agent Hub
Back to plugins
🖥️

dsh-sidebar-plus

Client Updated 2026.09.15

Run the following command in DeepSeek Harness:

dsh plugin install sailoumili/dsh-sidebar-plus

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install sailoumili/dsh-sidebar-plus in the DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/sailoumili/dsh-sidebar-plus. Restart DSH once after installation to load the hot-swap components.

About this plugin

DSH's sidebar file preview has always been a read-only experience: Markdown renders as styled text with no source view, no line numbers, and no way to edit in place. For any other text format you get a plain rendering but still no quick search, no font-size control, and no editing shortcut. Changing a single config line means closing the preview, opening a separate editor, saving, and switching back — a workflow that shatters focus.

dsh-sidebar-plus fills those gaps with four focused features. It adds a Source Edit view for .md and .markdown files with left-side line numbers and syntax-aware colouring of the raw Markdown. It wires an Edit / Save path into every text format (Ctrl+S to save, Esc to exit, with a conflict dialog offering Force Overwrite or Reload Latest, and an automatic backup of up to 20 previous versions before any overwrite). It brings Ctrl+F search and A- / A+ font-size controls (plus Ctrl+scroll) to every view. And it adds a toggleable line-number display to the official Plain Text view. Images, PDFs, and HTML are left untouched.

This plugin is for developers who live in the DSH terminal and regularly inspect or fine-tune config files, logs, or notes without leaving the sidebar. Everything runs in a local process with zero external network calls. The hot-swap loader keeps the current version active if a new one fails validation, so the UI never crashes. User preferences are stored only in the browser's localStorage, keeping the privacy boundary clean and predictable.

Use Cases

  • Edit Markdown config files directly in the DSH sidebar without switching to an external editor
  • Quickly search keywords in logs or text files and adjust font size for extended reading
  • Toggle line numbers in the plain-text view to precisely locate specific code lines

Best For

  • Developers who frequently inspect and tweak config files in the DSH terminal
  • Ops engineers who need to quickly locate lines in logs or text within the sidebar
  • Users who prefer local-only tools with zero external network calls