AI Agent Hub
Back to plugins
dsh-logger-panel preview

dsh-logger-panel

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install LingLambda/dsh-logger-panel

Paste the following prompt into your AI chat to install this plugin:

Run the installation command in DeepSeek Harness to enable the logger panel, with the source code repository at https://github.com/LingLambda/dsh-logger-panel.

About this plugin

When using DeepSeek Harness for development or debugging, a common challenge is monitoring host logs in real-time while ensuring critical information is not lost. The dsh-logger-panel is designed specifically to address this pain point. As a client-side plugin, it captures the Host's Cordis logger output and streams it live into a "Settings > Logs" page, allowing users to monitor runtime status without leaving the interface. The plugin's core strength lies in its robust logging management and presentation capabilities. It not only provides a live view with snapshots and batched SSE appends but also supports paginating through historical records stored in locally persisted JSONL files. Even when the browser's in-memory window is limited, users can retrieve older logs via a "Load older" button. It features intelligent auto-follow functionality and strict memory constraints to ensure efficient operation during extended sessions. This tool is particularly suited for developers and operators who need deep debugging insights and long-term log retention. Whether troubleshooting complex system issues or monitoring service health, users benefit from a clear and secure log view. All sensitive log data is processed locally and never leaves the browser wire, ensuring that critical debugging information remains accessible even after the session ends.

Screenshots

Use Cases

  • Monitor real-time logs of DeepSeek Harness.
  • Debug runtime errors and application states.
  • View and review historical log records.

Best For

  • Developers using DeepSeek Harness.
  • Developers needing local log persistence.
  • Users focused on system debugging and log analysis.