deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
DSH Web 的选区评论插件,提供类似 ChatGPT/Codex 网页端的评论体验:在聊天消息中选中一段文字,针对该选段写评论;可以继续选择其他内容追加评论;最后一次性把所有选段和评论组成一条普通用户消息提交给当前会话。
依赖 dsh 和 pnpm。dsh plugin 会在首次使用时自动初始化 web profile。
dsh plugin --profile web add github:surenkid/dsh-selection-based-comments
安装完成后重启 DSH Web:
dsh web --port 3080
然后刷新浏览器页面。插件不需要额外构建步骤,也没有安装脚本。
dsh plugin 会把参数转发给 pnpm,因此可以使用 pnpm 的 GitHub 依赖语法固定分支或 tag:
dsh plugin --profile web add github:surenkid/dsh-selection-based-comments#main
dsh plugin --profile web add github:surenkid/dsh-selection-based-comments#v0.1.0
dsh plugin --profile web update dsh-selection-comments
dsh plugin --profile web remove dsh-selection-comments
git clone https://github.com/surenkid/dsh-selection-based-comments.git
dsh plugin --profile web add link:/absolute/path/to/dsh-selection-based-comments
如果不想使用 dsh plugin,也可以直接编辑 ~/.dsh/profiles/web/package.json,在 dependencies 中加入 GitHub 依赖,并把插件加入 dsh.profile.bundles:
{
"dependencies": {
"dsh-selection-comments": "github:surenkid/dsh-selection-based-comments"
},
"dsh": {
"profile": {
"bundles": [
"@deepseek-ai/dsh-base",
"@deepseek-ai/dsh-web-app",
"dsh-selection-comments"
]
}
}
}
然后在 profile 目录执行:
cd ~/.dsh/profiles/web
pnpm install
sessionId 分组)。提交是唯一的持久化步骤,发送路径就是普通 session.prompt(..., 'queue'),所以模型看到的是与手打一样的用户消息。[data-chat-anchor-key] 消息行,不依赖任何 conversation 内部实现。conversation.input.dock slot。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。