WeKnora
Tencent
Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:duanzongyuan/dsh-desktop-drop-path
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 中文
Drag a file into the DSH composer to auto-fill its absolute path.
Desktop only. This plugin resolves a file's real absolute path through the DSH Desktop Electron preload bridge (
window.__DSH_DESKTOP_FILE_PATH__). In the plain web UI (dsh web in a browser) that bridge does not exist, so the plugin installs nothing and stays inert.
Drop a non-image file (.pdf, .md, .txt, .json, code, …) onto the
composer input box. Instead of uploading it, the plugin inserts the file's
full absolute path into the input, so you can send it to the agent and it
can read the file straight from disk.
pnpm dsh plugin --profile <profile-name> add git+https://github.com/duanzongyuan/dsh-desktop-drop-path.git
Replace <profile-name> with your DSH profile (e.g. desktop, web), and
duanzongyuan with your GitHub username.
After installing, restart DSH Desktop.
DeepSeek Harness reads files from your disk (the workspace / any absolute path). Its message-attachment protocol is image-only, so there is no "upload a non-image file" channel. This plugin bridges that gap the natural way: it hands the agent the file's real path so the agent can read it itself.
@deepseek-ai/dsh-client-ui-attachment plugin's window-level dragend
reset. If that internal plugin changes, overlay dismissal may need a tweak.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: drag-drop、file-path。