Badegg404/dsh-code-review

Badegg404★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

DSH plugin: one-click Claude-subagent code review with report back to the UI

README 摘要

dsh-code-review DSH Plugin · One-click code review with Claude Code as the reviewer agent : the header "评审" button runs the claude CLI headless in your workspace, with the model route pointed at a cheap model (AGICTO's flash) — so you get Claude Code's agentic loop at flash-model cost. 中文文档 A persistent web plugin for DeepSeek Harness (DSH) that automates the "develop in DSH, review with Claude Code" workflow: click the 评审 button in the session header, and the host runs Claude Code ( claude -p ) in the session's workspace with ANTHROPIC BASE URL / ANTHROPIC AUTH TOKEN / ANTHROPIC MODEL pointing at your provider (e.g. AGICTO) and a cheap model (e.g. deepseek-v4-flash ). The core value is Claude Code the agent's capability — its own tool loop, planning, and judgment drive the review; the underlying model is whatever you configure (flash for cost). The severity-graded report is written back to the workspace ( review-report- .md ) and shown in the UI. How it works - Agent = Claude Code ( claude CLI, e.g. installed via npm i -g @anthropic-ai/claude-code ); its model route is redirected via ANTHROPIC env vars. - Model = your choice — AGICTO serves Claude models too, but the point is you …

在 GitHub 查看完整 README →
皮肤/UIcode-reviewdeepseek-harnessdshdsh-pluginweb-uiagent

分类