deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
A DeepSeek Harness (dsh) Web plugin that lets you quote any fragment of a conversation and reply to it.
一个 DeepSeek Harness Web 插件:选中对话里任意一段文字 → 引用 → 单独回复。
> …)进入输入框,输入框自动聚焦,直接打字回复;$DSH_HOME/profiles/web/node_modules/dsh-quote-reply(默认 ~/.dsh/profiles/web/node_modules/dsh-quote-reply);$DSH_HOME/profiles/web/cordis.patch.yml 中把 [] 替换为:- insert:
- id: quote-reply
name: 'dsh-quote-reply'
dsh web,刷新浏览器页面。提示:新增插件需要重启;之后仅修改
lib/client.js内容时只需刷新页面,无需重启。
删除 cordis.patch.yml 中的 quote-reply 条目并删除插件目录,重启即可。
dsh.client(platform: web)包形式提供,注册进 conversation.chat.assistant-actions 槽位;mouseup/selectionchange,记录松手点,在鼠标周围按优先级生成候选位(右→右下→左→右上→上→下),用 document.elementFromPoint 探测每个候选位的最顶层元素,跳过被外部浮层占据的位置,兜底锚定选区末尾上方/下方;useInput/inputActions 写入输入框草稿,与官方 @/命令引用共用同一输入状态机。无需构建步骤,lib/client.js 为手写的 dsh client-bundle 格式。冒烟测试(Node 直接运行,无需浏览器):
node test/client.smoke.cjs
quote 图形(ISC 许可);dsh-client-ui-message-feedback 插件的挂载模式编写。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。