cucen066/dsh-file-ref

cucen066★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

dsh-file-ref Codex-style workspace file references for the DeepSeek Harness web GUI: type @ in the composer to browse the current workspace's files and insert the file's workspace-relative path as plain text, prefixed with a workspace anchor ( 工作区文件: ). The agent receives a relative path anchored to the workspace ( 工作区文件:file.md ), so it resolves the file inside the session workspace instead of searching the whole disk by name — no absolute paths, no truncated chips. Why plain text instead of a chip? DSH's composer reference chips occupy a single character cell , so any label longer than 1–2 characters is visually truncated (the full label only appears on hover). For file names that defeats the purpose. Inserting the path as plain text means: - the composer shows the complete file name before you send; - the sent message is exactly what you picked (WYSIWYG); - the agent gets a short, unambiguous relative path prefixed with a workspace anchor ( 工作区文件:sub/file.md for nested files), which steers it to the workspace instead of a disk-wide search. Features - @ opens a file group at the top of the existing trigger menu (before subagents/plugins). - Candidates come from a small host endpo…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagentsearch

分类