XuXcode/dsh-loghud1

dsh-loghud

Local Java and Spring error HUD with opt-in AI diagnosis for DeepSeek Harness

包名
dsh-loghud
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XuXcode/dsh-loghud

配置

enabled: true
enableAiAnalysis: true       # 仅允许手动触发,不会自动调用
maxErrorContextLines: 120
maxResolvedHistory: 50
secretRedaction: true
beginnerFriendly: true

缺少 Terminal 服务时,只会禁用 loghud_run,命令结束后的结果检测仍可使用。缺少 LLM 路由时,只会禁用 AI 诊断,本地错误卡片不会受到影响。没有兼容的 storageDomain 时,状态会保存在进程内存中,并保持有界。