kuangre123/dsh-clipboard-history

kuangre123★ 1JavaScript最后同步: 2026-08-19

在 GitHub 打开

README 摘要

dsh-clipboard-history English 中文 A DeepSeek Harness (dsh) plugin that monitors the system clipboard and keeps a recallable history of multiple clipboard entries. What it does - Monitors the system clipboard in the background (polling pbpaste on macOS, xclip on Linux, PowerShell on Windows) and records every text change into a persisted history file. - Persists history across restarts at $DSH HOME/clipboard-history.json . - Exposes five tools to the agent: Tool Purpose clipboard list List recent history entries (id, time, size, preview). clipboard get Recall the full text of one entry by id. clipboard current Read the live clipboard content right now. clipboard copy Write text to the system clipboard and record it. clipboard clear Clear the stored history (keeps the live clipboard). Install Then restart the web app ( dsh web ) so the new host plugin is loaded. The dsh plugin command forwards to pnpm inside the profile directory and reconciles dsh.profile.bundles automatically: because this package declares "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } , it joins the profile's patch-layer stack. Configuration Edit the row in the profile's cordis.patch.yml (or the config bloc…

在 GitHub 查看完整 README →
终端/TUIclipboarddeepseek-harnessdsh-pluginagent

分类