DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Review Quote Sh — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
R

review-quote-sh

Review Quote Sh

Message review (configurable multi-round cross review + auto summary + thinking-effort) + quote (Q&A chips) for the DSH conversation UI

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Nothree-code/review-quote-sh#842a5a651913a54458eda271281dc0f933132705
READMECompatibilityVersions

Compatibility and provenance

Review Quote Sh is published as review-quote-sh and currently resolves to version 1.2.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/13/2026

Versions

1.2.1stable
9/13/2026
1.2.0stable
9/12/2026

Related plugins

Loading related plugins…

Latest
1.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/13/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Deepseek Idesigndeepseek-idesigniPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

review-quote-sh

DeepSeek Harness(dsh web)对话评审 + 引用插件:多模型交叉评审、可配置多轮审查、重答对比、引用问答胶囊、评审偏好记忆。零核心修改,profile bundle 热插拔。

功能

多模型交叉评审

  • 代码审查:按 CRITICAL / MAJOR / MINOR / NIT 分级输出审查报告(定位、解释、修复建议、额外核查项)
  • 回复审查:事实准确性 / 逻辑一致性 / 完整性 / 可验证性 / 表达质量五项检查
  • 重答对比模式:审查非代码回答时,审查模型先独立回答原始问题,再与原回答逐点对比(事实差异 / 逻辑差异 / 遗漏项 / 过度断言 / 表达质量)
  • 多模型互审:同一内容交给多个模型独立评审,再自动汇总为综合意见(标注模型间分歧点)
  • 可配置多轮审查:在设置中配置 1~5 轮审查模型,每轮使用不同模型审视原文,最终自动汇总
  • 思考模式可调:每轮审查模型与总结模型均可单独选择思考强度(非思考 / 轻思考 / 高思考 / 极限思考)
  • 历史回看:评审记录可回看
  • 支持对长对话/代码先压缩再评审(保结构、控篇幅)

引用问答

  • 选中 AI 回复 → 生成引用胶囊(Q&A chips)→ 基于该回复继续提问
  • 引用内容随问题一起发送,上下文清晰

设置界面

在「设置 → 🔍 审查与引用」中配置(DSH 原生设置页,与通用设置/模型/插件同级):

配置项说明
审查轮数1~5 轮,决定并行审查的模型数量
第 N 轮模型每轮对应的审查模型
第 N 轮思考模式非思考 / 轻思考 / 高思考 / 极限思考(默认非思考)
总结模型汇总各轮报告使用的模型(留空自动选择)
总结思考模式生成综合意见时的思考强度(默认非思考)
重答对比模式开启后非代码回答走「先独立作答再对比」流程

审查弹窗内还可临时切换本次的总结模型。

偏好记忆

  • 模型清单、审查范围、轮数配置等由 DSH Settings 系统持久化,重启不丢
  • 兼容旧版文件偏好(~/.dsh/.review-quote-prefs.json)

安全与限流

  • Origin 白名单:拒绝跨站请求与外部 Origin
  • 速率限制:评审/汇总类消耗 token 的入口 30 次/分钟
  • 并发限制:同时最多 16 个评审任务
  • 白名单校验:provider/model 必须在已配置列表内
  • 请求体上限 2MB

安装

dsh plugin --profile web add github:Nothree-code/review-quote-sh
# 重启 dsh web 生效

若之前在 profile 的 cordis.patch.yml 手动 insert 过 review-quote-sh,请删除该行后再用上述命令安装(bundle 会自动插入,避免重复 id)。

开发

# 修改 lib/ 后同步到 node_modules 实体拷贝
powershell -ExecutionPolicy Bypass -File sync.ps1
# 重启 dsh web 生效

兼容性

  • DSH 0.1.5-rc.2(已在 settings.section / settingsScope / reasoningEffort 上核对)
  • 同时兼容 0.1.1-rc.2 及以上(所用 slot 与服务接口自该版起未变)

更新日志

v1.2.0

  • 新增:DSH 原生设置页「🔍 审查与引用」(settings.section 顶级 tab,与通用设置/模型/插件同级)
  • 新增:可配置多轮审查(1~5 轮,每轮独立模型),审查完成后自动汇总
  • 新增:重答对比模式——审查非代码回答时先独立作答再逐点对比(可开关)
  • 新增:每轮审查模型与总结模型均可单独配置思考模式(非思考/轻思考/高思考/极限思考,默认非思考)
  • 新增:审查弹窗内可临时选择本次总结模型
  • 修复:轮数大于已配置模型数时静默少审查一轮的问题(现会明确提示缺第几轮)
  • 优化:导航图标改为与设置面板同风格的线条图标

v1.1.0

  • 新增审查报告汇总功能(多模型互审后一键汇总)
  • 增加安全限流(Origin 白名单、速率限制、并发限制、provider/model 白名单)
  • 支持审查耗时显示

v1.0.1

  • 安全修复:Origin 守卫、2MB 请求体上限、provider/model 白名单、限流

v1.0.0

  • 初始版本:多模型交叉审查、引用问答、偏好记忆

许可

MIT