DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Log Viewer — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
L

dsh-log-viewer

Log Viewer

DSH log analysis plugin: select local Java service text logs, analyze ERROR/exception stack traces, and provide AI tools and a Web dashboard.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:CodeDice1024/dsh-log-viewer#91f2bee6bd16453b217893444b385188b9cb31e9
READMECompatibilityVersions

Compatibility and provenance

Log Viewer is published as dsh-log-viewer and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/15/2026

Versions

0.1.2stable
9/15/2026
0.1.1stable
9/3/2026
0.1.0stable
9/3/2026

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/15/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-log-viewer — Java 日志分析插件

选择本机 Java 服务文本日志,看异常统计,并可一键 AI 研判。
适用于 Spring Boot / Logback / Log4j 常见文本格式,自动识别异常类名与堆栈(含 Caused by)。

安装

方式一:一键安装(推荐)

dsh plugin --profile web add dsh-log-viewer

方式二:从 GitHub 安装

dsh plugin --profile web add github:CodeDice1024/dsh-log-viewer

方式三:本地开发测试

cd D:\deepseek\deepseek-harness
pnpm dsh web --patch ./scratch-plugin/dsh-log-viewer/cordis.yml --no-open

使用

  1. 打开 http://127.0.0.1:3080 → 右下角 「日志分析」
  2. 或直接访问 http://127.0.0.1:3080/log-viewer
  3. 选择 .log 文件 → 查看仪表盘 → 点击 「AI 分析异常」
  4. 在对话中也可直接说:分析一下 test.log

能力

能力说明
📊 Web 仪表盘紧凑选文件、日志级别分布、异常统计、时间线
🤖 AI 分析/log-viewer/api/ai-analyze,自动调用默认模型
🔧 AI 工具analyze_log / search_log / get_exceptions 三个对话工具

工具说明

工具名功能
analyze_log分析日志文件,返回汇总统计报告
search_log按关键字搜索日志条目
get_exceptions提取异常和堆栈追踪信息

日志格式注意

支持 Logger: 69 -(冒号后有空格)、线程名带逗号、切面 [File.java : n] [AUTO_WRITE] 等线上常见写法。

开发

git clone https://github.com/CodeDice1024/dsh-log-viewer.git
cd dsh-log-viewer
# 在 DSH 源码目录中测试
pnpm dsh web --patch ./cordis.yml