dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
DeepSeek Harness 的小工具:消息里出现的 Windows 绝对路径变成可点击元素,点击后在资源管理器中打开所在文件夹——文件用 /select, 定位选中,目录直接打开。
Click any Windows absolute path in DSH messages to reveal it in Explorer (files: select in parent folder; directories: open directly).
C:\... 与 UNC \\server\share\...)explorer.exe)+ DeepSeek Harness rc.6+dsh plugin --profile web add github:futongxu9-maker/dsh-path-reveal
dsh-path-reveal 目录复制到 ~/.dsh/profiles/web/node_modules/dsh-path-reveal/~/.dsh/profiles/web/cordis.patch.yml 追加:- insert:
- id: path-reveal
name: 'dsh-path-reveal'
在消息里看到形如 C:\Users\me\project\file.ts 的内联代码 → 直接点击,资源管理器即打开对应文件夹(文件会被选中)。
path-reveal.mjs):webServer 注册 POST /api/path-reveal,校验绝对路径 + 存在性后 spawn explorer.exe(/select,"..." 语法 + windowsVerbatimArguments 处理含空格路径)@local/dsh-path-reveal):识别内联代码中的 Windows 绝对路径 token,包装成可点击元素,点击 POST 到 API404 not-found,客户端保持原样文本MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。