kuangre123/dsh-clipboard-history ↗★ 1
dsh-clipboard-history
Clipboard history plugin for DeepSeek Harness: monitors the system clipboard and exposes recall/copy tools.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kuangre123/dsh-clipboard-history说明文档
阅读完整 README ↗Configuration
Edit the row in the profile's cordis.patch.yml (or the config block the
bundle inserted) to tune it:
- id: clipboard-history
config:
pollIntervalMs: 700 # clipboard poll interval in ms
maxHistory: 200 # max stored entries
maxEntryChars: 50000 # max stored characters per entry
previewChars: 160 # preview length in clipboard_list
historyFile: clipboard-history.json # relative to the DSH home
poll: true # false disables background monitoring