dsh-loghud
Local Java and Spring error HUD with opt-in AI diagnosis for DeepSeek Harness
AI 分析
核心用途是实时捕获并诊断 Java/Spring 运行错误。适合进行 Java 后端开发、需要一键获取 AI 错误分析的开发者。AI 诊断功能需要配置兼容的 LLM 路由。
インストール
$
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 时,状态会保存在进程内存中,并保持有界。