hajimixiaojie/dsh-lens

hajimixiaojie★ 0TypeScript最后同步: 2026-08-14

在 GitHub 打开

DeepSeek Harness代码自动检查插件

README 摘要

dsh-lens A "code health check" plugin for DSH (DeepSeek Harness). It watches your code changes, checks for syntax/type/lint problems, shows them on a card next to the chat input, and shares them with the AI assistant — no technical knowledge required. 1. What does it do? Think of it as a doctor who sits next to your code: - After every edit, it quickly checks for obvious mistakes (e.g. a missing bracket). - When the AI reads or edits a TypeScript/JavaScript file, it runs a full check in the background (type check, lint). - Problems appear on a diagnostic card above the chat input and are also reported to the AI assistant so it can help fix them. It never blocks your edits or modifies your files on its own. Card refreshes use a separate read-only endpoint and never place snapshot JSON in the AI conversation context. 2. Before you start You need How to check A computer (Windows or Mac) You are using one now ✓ DSH installed You can open the DSH web UI A terminal window See Step 1 below What is a terminal? On Windows it is called PowerShell : click the Start button → type PowerShell → press Enter. A dark window with a blinking cursor appears. All commands below are typed there. 3. Inst…

在 GitHub 查看完整 README →
Tools / Devdshdsh-plugin

分类