dsh-code-runner
Run the following command in DeepSeek Harness:
dsh plugin install PaidaxingTuT/dsh-code-runner
Paste the following prompt into your AI chat to install this plugin:
To install this plugin in DeepSeek Harness (DSH), run dsh plugin install PaidaxingTuT/dsh-code-runner from the command line. The source is hosted at https://github.com/PaidaxingTuT/dsh-code-runner .
About this plugin
Opening a code file in DSH better-sidebar and wanting to see output instantly usually means switching to a terminal, typing the right command, and waiting. dsh-code-runner collapses that ritual into a single button. Inspired by the vscode-code-runner executor model, it injects a play button into the editor header: click it and the file is auto-saved, an executor is matched by extension, and the command runs in the bottom terminal panel without leaving the current view.
Stability is built in. Commands travel through the built-in WebSocket terminal channel, and the connection stays open after sending so long-running tasks are never killed by the host reconnect logic. When the bottom panel is unavailable, execution falls back to the right-side terminal. The bundled executor covers dozens of languages including JavaScript, Python, C, C++, Go, Rust, Shell, Lua, Haskell, and more, with the mapping consolidated in one file for easy extension. At install time the script auto-detects and pulls in the better-sidebar base dependency. The plugin never modifies DSH source code, registers no extra tools, and leaves the session context untouched.
For developers who treat better-sidebar as a daily coding workbench and want to run scripts or compile snippets without breaking out of the chat flow, this is a small but meaningful upgrade. Open any runnable file from the tree, and that little play button in the editor header is the only interaction you need.
Use Cases
- Open a script in better-sidebar and click the button to see output instantly
- Verify code snippets quickly without switching to a separate terminal
- Automatically fall back to the right-side terminal in narrow viewports for long-running tasks
Best For
- Developers who treat better-sidebar as a daily coding workbench
- Engineers who frequently run scripts or compile snippets inside DSH
- Users who want to minimize context switching and keep their chat flow uninterrupted
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.