dshbase

Plugin directory / Developer / dsh-copy-fix

dsh-copy-fix

Unverified lhh666-6

✓ Actively maintained Builds on 3 official DSH packages

View on GitHub ↗ ← Back to plugin directory

0Stars
0Forks
0Open issues
Language
2026-08-23Last push
Cross-platformPlatform

What it does

Fix DSH Desktop copy buttons by bridging clipboard writes to the Electron main process.

Our take
Unverified — not yet verified

Fix DSH Desktop copy buttons by bridging clipboard writes to the Electron main process. Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-copy-fix

GitHub: https://github.com/lhh666-6/dsh-copy-fix

npm: dsh-copy-fix

A profile plugin for DSH that makes the built-in copy buttons work inside the packaged DSH Desktop Electron app.

Why

The DSH Desktop renderer is sandboxed. In some environments the browser Clipboard API is rejected for programmatic writes, so every copy button appears to do nothing. This plugin:

  1. Wraps navigator.clipboard.writeText.
  2. First tries the native browser write.
  3. Then POSTs the text to a plugin-owned loopback route.
  4. The Host side writes it through Electron's main-process clipboard.
  5. Finally falls back to document.execCommand('copy').

Install in a profile

# npm (recommended, prebuilt)
dsh plugin --profile desktop add dsh-copy-fix
dsh plugin --profile web add dsh-copy-fix

# or directly from GitHub
dsh plugin --profile desktop add github:lhh666-6/dsh-copy-fix
dsh plugin --profile web add github:lhh666-6/dsh-copy-fix

Then restart DSH Desktop.

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-copy-fix for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:lhh666-6/dsh-copy-fix

Headless (CLI) profile:

dsh plugin --profile headless add github:lhh666-6/dsh-copy-fix

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-27 · flagged webonly
Note: 验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →