deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:yangYzc/dsh-plugin-quote-reply
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
DeepSeek Harness (DSH) 划词引用插件 — 在会话中选中文字,一键「引用回复」或「新窗口回复」。
Select text (划词) in a DSH conversation, then quote it into the composer or reply in a new window.
在 DSH Web 界面里,用鼠标划选任意消息中的文字,选中处下方会浮出工具条:
> …)插入当前输入框,直接接着打字回复。划词来源不限:助手回复、用户消息、工具输出都可以。
# 任意 profile(推荐 web)
dsh plugin --profile web add dsh-plugin-quote-reply
安装后重启 dsh web(或运行仓库内 重启-DSH-Web.cmd),刷新浏览器即可生效。
dsh plugin --profile web add "github:<your-name>/dsh-plugin-quote-reply"
git 安装会触发 prepare 构建脚本。pnpm ≥ 10 默认拒绝执行 git 依赖的构建脚本,首次安装会失败并提示你放行——把报错里给出的包名写进 profile 的 pnpm-workspace.yaml:
allowBuilds:
dsh-plugin-quote-reply: true
然后重新执行上面的 add 命令。(放行 = 允许在安装时执行该包的代码,只放行你信任的源码。)
exports["./client"] + dsh.client 声明)。selectionchange / mouseup 事件 + 选区坐标定位浮动工具条(框架本身没有消息文本选区 API)。inputActions.setDraft()(经 conversation.input.dock 槽位注入)。SessionRuntime.create() → sessions.open() → conversation.input.for(binding.ctx).setDraft() 预填。npm install # 安装依赖
npm run typecheck # 类型检查
npm run build # 构建 lib/index.js + lib/client.js(client 半身按官方 __ModuleLoader__ 格式包装)
npm version patch # 0.1.0 → 0.1.1
npm publish # prepare 会自动重新构建
MIT © yangaazz
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。