noname-iii/dsh-code-checker ↗★ 1
dsh-code-checker
DSH 代码全面检查插件:提供编译运行、功能完整性核对、真实用户模拟测试三步流水线,并自动反馈给 AI 修复。
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: 没有问题