Monicaxixi/dsh-loglens0

dsh-loglens

Bounded, cursor-aware log analysis tools and Conversation card for DeepSeek Harness.

AI 분석

提供 logs_list、logs_read 等工具,对配置的日志源进行去重、脱敏和有界分析。适合需要让 AI 辅助排查系统日志与异常的开发者。

패키지
dsh-loglens
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 24.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Monicaxixi/dsh-loglens

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.