yu2025-luo/dsh-file-panel

yu2025-luo★ 3JavaScript最后同步: 2026-08-14

在 GitHub 打开

Right-side file panel for DeepSeek Harness — auto-popup when the agent creates or downloads files, with image/text preview, reveal-in-folder and open actions. Bilingual · MIT

README 摘要

dsh-file-panel A plugin for DeepSeek Harness ( dsh web GUI) that watches what the agent creates and downloads during a session, and shows it in a right-side popup panel — like the file viewer in Codex. When a file or image is written to disk during a session, the panel pops up automatically on the right. Every row lets you: - 👁 Preview — images render inline; text files show their first 256 KB; other types show metadata. - 📂 Show in folder — opens the OS file manager with the file selected ( explorer.exe /select on Windows, open -R on macOS, xdg-open on Linux). - ↗ Open — opens the file with the OS default application (via the harness's built-in host.openPath RPC). - 📋 Copy path — copies the absolute path to the clipboard. Also ships a workspace folder shortcut at the bottom of the panel. 中文说明 Screenshots Add screenshots after running it locally (see Development). Installation Requires DeepSeek Harness dsh CLI (npm package @deepseek-ai/dsh ) and pnpm. From a local checkout From GitHub The built artifacts are committed, so no build step runs during install. Activate Restart the dsh web server (plugin sets take effect on restart), then refresh http://127.0.0.1:3080 . That's it — n…

在 GitHub 查看完整 README →
Agent/智能体cordisdeepseekdeepseek-harnessdshdsh-pluginfile-previewpluginagent

分类