noname-iii/dsh-code-checker ↗★ 1
dsh-code-checker
DeepSeek Harness 浠g爜鍏ㄩ潰妫€鏌ユ彃浠讹細涓夋娴佹按绾匡紙缂栬瘧杩愯妫€鏌?鈫?鍔熻兘瀹屾暣鎬ф牳瀵?鈫?鐪熷疄鐢ㄦ埛妯℃嫙娴嬭瘯锛夛紝鑷姩鎶婇棶棰樺弽棣堢粰 AI 淇锛屽彲閫夌敤 GUI锛屽苟闄勫甫閫傜敤浜?Trae/Qoder 绛夊钩鍙扮殑鐙珛 CLI 涓?MCP 鏈嶅姟
AI 分析
核心用途是自动验证 AI 生成的代码质量。适合进行软件开发、希望减少代码 Bug 的用户。支持在 AI 停止输出时自动触发检查,并可将错误信息自动喂回给 AI 进行修复。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:noname-iii/dsh-code-checkerドキュメント
README 全文を読む ↗Usage
| How | Action |
|---|---|
| Automatic | Just let the AI write code / run commands — the check runs when the turn stops |
| Slash command | Type /check in the chat (optionally /check ) |
| Model tool | Ask the AI to call check_project |
| GUI | Open 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: 没有问题