yu2025-luo/dsh-file-panel ↗★ 0
dsh-file-panel
DeepSeek Harness plugin: a right-side panel that lists files the agent created or downloaded, with inline preview and "reveal in folder".
AI Analysis
核心用途是管理和预览 Agent 产出的文件。适合需要频繁查看、打开或定位 Agent 生成文件的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yu2025-luo/dsh-file-panelREADME
Read the full README ↗Usage
| Gesture | Result |
|---|---|
| Agent creates/downloads a file | Panel pops up automatically (newest files carry a NEW chip) |
| Click a row | Inline preview (image / text / metadata) |
| Row hover actions | Preview, open, show in folder, copy path |
| 🔔 bell | Toggle auto-pop for new files |
– / × | Collapse to a floating launcher button (with new-file badge) or hide |
| Bottom "open workspace folder" | Opens the session's working directory |
Panel state (open/collapsed) and the auto-pop preference persist in
localStorage. The auto-pop baseline is per session: files that already
existed when the panel first saw the session do not re-trigger a popup.