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/08/24

インストール

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

ドキュメント

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.