dsh-loglens
Bounded, cursor-aware log analysis tools and Conversation card for DeepSeek Harness.
AI Analysis
提供 logs_list、logs_read 等工具,对配置的日志源进行去重、脱敏和有界分析。适合需要让 AI 辅助排查系统日志与异常的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Monicaxixi/dsh-loglensREADME
Read the full README ↗Configuration
.dsh/logs.yml uses a deliberately small YAML subset: mappings, scalar strings/numbers/booleans, and comments. Lists are rejected so configuration remains predictable. Relative file paths resolve from the project root. See .dsh/logs.yml.example.
Fingerprinting replaces volatile timestamps, UUIDs, ids, temporary paths, and long numeric values. Exception fingerprints include the exception type/message and the first meaningful stack frames. It is intentionally conservative: application-specific fields can remain in the message and should be reviewed before enabling this on sensitive logs.