
wuwuzhige-sudo/dsh-terminal-panel
30Last commit Aug 14, 2026
dsh-terminal-panel DSH plugin
dsh-terminal-panel installs into the DSH web profile and adds a Terminal tab to conversation views. It supports persistent working directories, command history, sudo prompts, configurable SSH execution, and terminal settings stored locally.
How to install the dsh-terminal-panel DSH plugin
dsh plugin --profile web add <your-account>/dsh-terminal-panelThis source command needs manual review. Copying does not run it.
Data source
Snapshot date: Aug 15, 2026
indexed
What the dsh-terminal-panel DSH plugin can do
- Adds a Terminal tab to DSH web conversation views.
- Executes manual commands locally or through a persistent SSH pseudo-terminal session.
- Persists the working directory across commands.
- Provides command history, Ctrl+C interruption, screen clearing, and directory reset.
- Supports sudo password entry with masked input.
- Offers green-on-black and black-on-white themes persisted in localStorage.
- Sanitizes ANSI output and maintains a 512 KiB rolling output buffer.
- Exposes runtime SSH and connection settings without requiring a service restart.
Where the dsh-terminal-panel DSH plugin fits
- Running host-machine commands from the DSH web interface.
- Using a remote SSH host as the terminal execution target.
- Working around local sandbox limitations for sudo through an SSH target.
- Managing command-line tasks while viewing DSH conversations.
Who the dsh-terminal-panel DSH plugin is for
- DeepSeek Harness web users who need a manual terminal panel.
- Administrators operating DSH behind loopback, a reverse proxy, or Tailscale.
- Users who want to execute commands on a configured SSH host from DSH.
dsh-terminal-panel DSH plugin limitations
- The plugin executes arbitrary commands as the configured target user.
- There is no built-in authentication; the README advises protecting non-local exposure with reverse-proxy authentication.
- Local mode may not support sudo when DSH is sandboxed, because the process cannot setuid.
- Extra non-loopback hostnames must be configured in trustedHosts.
- SSH passwords, when configured, are stored in a user-level config.json file; the README recommends key authentication on shared machines.
- Output is limited to a 512 KiB rolling buffer.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 0 runtime, 0 development, 0 peer, and 0 optional dependencies.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-terminal-panel DSH plugin alternatives
awesome-deepseek-harness
36
A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh
dsh-user-experience
18
Persona-driven UX walkthrough plugin for DeepSeek Harness (DSH) - scans React + TypeScript source code for UX issues, pinpoints them, and suggests fixes.
dsh-mcp-manager
6
A DeepSeek Harness MCP server manager that adds a Settings → MCP page for HTTP and local stdio servers.
dsh-automation
32
Schedule standalone coding tasks in fresh DeepSeek Harness Agent sessions, with workspace-scoped controls and durable run history.
dsh-terminal-panel DSH plugin questions
What is the dsh-terminal-panel DSH plugin?
dsh-terminal-panel is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-terminal-panel DSH plugin?
The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.
Which DSH profile does dsh-terminal-panel use?
The snapshot records web as the dsh-terminal-panel profile. DSH conventions can change quickly, so verify the manifest and README before installation.
Is dsh-terminal-panel compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-terminal-panel fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-terminal-panel?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.