noname-iii/dsh-code-checker1

dsh-code-checker

DeepSeek Harness 浠g爜鍏ㄩ潰妫€鏌ユ彃浠讹細涓夋娴佹按绾匡紙缂栬瘧杩愯妫€鏌?鈫?鍔熻兘瀹屾暣鎬ф牳瀵?鈫?鐪熷疄鐢ㄦ埛妯℃嫙娴嬭瘯锛夛紝鑷姩鎶婇棶棰樺弽棣堢粰 AI 淇锛屽彲閫夌敤 GUI锛屽苟闄勫甫閫傜敤浜?Trae/Qoder 绛夊钩鍙扮殑鐙珛 CLI 涓?MCP 鏈嶅姟

AI Analysis

核心用途是自动验证 AI 生成的代码质量。适合进行软件开发、希望减少代码 Bug 的用户。支持在 AI 停止输出时自动触发检查,并可将错误信息自动喂回给 AI 进行修复。

Package
dsh-code-checker
Version
0.2.3
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:noname-iii/dsh-code-checker

Usage

HowAction
AutomaticJust let the AI write code / run commands — the check runs when the turn stops
Slash commandType /check in the chat (optionally /check )
Model toolAsk the AI to call check_project
GUIOpen http://127.0.0.1:3080/code-checker/

Configuration

Override by row id in your profile's cordis.patch.yml (all fields have defaults, see src/config.ts):

- id: code-checker
  config:
    autoCheck: true
    maxAutoChecksPerPrompt: 6
    installDeps: true
    buildTimeoutMs: 180000
    runProbeMs: 8000
    simulate: true
    useLlm: true
    reportToAi: steer   # steer | inject | none
    gui: true
    language: zh
    cleanMessage: 没有问题