dsh-loghud
Local Java and Spring error HUD with opt-in AI diagnosis for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XuXcode/dsh-loghud说明文档
阅读完整 README ↗配置
enabled: true
enableAiAnalysis: true # 仅允许手动触发,不会自动调用
maxErrorContextLines: 120
maxResolvedHistory: 50
secretRedaction: true
beginnerFriendly: true
缺少 Terminal 服务时,只会禁用 loghud_run,命令结束后的结果检测仍可使用。缺少 LLM 路由时,只会禁用 AI 诊断,本地错误卡片不会受到影响。没有兼容的 storageDomain 时,状态会保存在进程内存中,并保持有界。