boundless2619/dsh-paste-path
boundless2619★ 1JavaScript最后同步: 2026-08-15
DSH 插件:复制文件后粘贴到聊天框,自动插入真实绝对路径(类似 codex cli)。
README 摘要
dsh-paste-path A DSH (DeepSeek Harness) plugin: copy a file in Windows Explorer, paste it into the DSH chat input, and its real absolute path is inserted automatically — the Codex-style file reference flow, without leaving the browser. Why this exists Browsers never expose the real absolute path of a pasted file — clipboardData.files[].name only gives the basename, by security design. Codex can show full paths because it runs in a terminal, not a browser. This plugin works around that with a simple trick: at paste time, the host half reads the Windows clipboard's file drop list ( Get-Clipboard -Format FileDropList via PowerShell). When you Ctrl+C a file in Explorer, the clipboard keeps the full path list — so the host can recover the real absolute paths and send them back to the browser. Requirements Thing Requirement OS Windows (uses PowerShell Get-Clipboard ) Browser Chromium-based (Edge / Chrome) DSH Web GUI running on the same machine & Windows session as the files Note DSH backend must be on the same PC as the browser (localhost setup works) Install & use This is a dynamic Cordis plugin — no npm install needed; it lives for the current session (reload after a DSH restart if yo…
在 GitHub 查看完整 README →分类
A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and more.
★ 3,820
hyhmrright/brooks-lintAI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix
★ 1,338
ccch1mneyyy/dsh-TUI解决DSH 官方尚无终端 TUI 痛点的补位之作,献给偏爱cli的各位极客:Claude Code 风格全屏交互终端插件——像素鲸鱼顶栏、实时工作状态行、思考流式展开、双击 Esc 回滚、上下文进度条 + TPS 仪表。npm 一键安装。
★ 1,141