deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:yuanc1204/dsh-multi-selection-comments
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 简体中文
为 DeepSeek Harness(DSH)带来仿 Codex 的“多段选中文本、逐条提出要求”体验。
你可以在助手回复或工具输出里连续选择多段文字,分别写下后续要求,再把它们作为一组结构化上下文随主消息一起发送。主输入框始终保持简洁。
需要 Node.js、npm,以及可正常运行的 DSH。
git clone https://github.com/yuanc1204/dsh-multi-selection-comments.git
cd dsh-multi-selection-comments
powershell -ExecutionPolicy Bypass -File .\install.ps1
安装脚本会:
node_modules。~/.dsh/profiles/web/cordis.patch.yml。完成后停止当前进程并重新运行:
dsh web
验证插件已经进入 DSH 实际加载配置:
dsh --profile web --dump-config | Select-String dsh-plugin-multi-selection-comments
如果页面仍显示旧版本,请强制刷新浏览器缓存。
从旧版 dsh-plugin-quote-to-chat 升级时,请先在 DSH 插件管理器中卸载旧插件,再安装本仓库,避免两个客户端模块同时加载。
插件内部会把各段要求序列化为结构化上下文,但聊天记录中只显示可展开的选中内容胶囊。
npm install
npm run check
也可以分别运行:
npm run typecheck
npm test
npm run build
构建产物为 dist/index.js(服务端入口)和 client.js(DSH Web 客户端模块)。
插件使用 DSH Web 的 conversation.input.dock 插槽,并依赖会话 DOM 上的 data-conversation-scroll 与 data-chat-flow-kind 标记。已使用 DSH 0.1.0-rc.6 客户端包进行类型检查。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。