Nothree-code/review-quote-sh

项目介绍Project Overview

review-quote-sh 是 DSH web 的对话评审与引用插件,以 profile bundle 热插拔,零核心修改。提供代码/回复分级审查、多模型独立互审并汇总分歧、长内容压缩、历史回看,以及选中回复生成引用胶嚡继续问答;偏好由 Host 持久化。适用于需要交叉核验 AI 输出或围绕回复追问时。注意评审/汇总入口限流 30 次/分钟、并发 16、请求体 2MB,安装后需重启 dsh web。

review-quote-sh is a DSH web plugin for conversation review and quoting, installed as a hot-pluggable profile bundle with no core changes. It provides graded code/reply review, independent multi-model cross-review with disagreement summaries, long-content compression, review history, and quote chips for follow-up Q&A; preferences persist via Host. Use it to cross-check AI output or ask grounded follow-ups. Caveat: review endpoints are rate-limited to 30/min, 16 concurrent tasks, 2MB body; restart dsh web after install.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:Nothree-code/review-quote-sh

Nothree-code/review-quote-sh 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

review-quote-sh

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

功能

多模型交叉评审

  • 代码审查:按 CRITICAL / MAJOR / MINOR / NIT 分级输出审查报告(定位、解释、修复建议、额外核查项)
  • 回复审查:事实准确性 / 逻辑一致性 / 完整性 / 可验证性 / 表达质量五项检查
  • 多模型互审:同一内容交给多个模型独立评审,再自动汇总为综合意见(标注模型间分歧点)
  • 历史回看:评审记录可回看
  • 支持对长对话/代码先压缩再评审(保结构、控篇幅)

引用问答

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

偏好记忆

  • 模型清单、默认行为等偏好由 Host 文件持久化,重启不丢

安全与限流

  • Origin 白名单:拒绝跨站请求与外部 Origin
  • 速率限制:评审/汇总类消耗 token 的入口 30 次/分钟
  • 并发限制:同时最多 16 个评审任务
  • 请求体上限 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 生效

许可

MIT

上一个 Prev dsh-stage-gate 下一个 Next dsh-prompt-profile