dsh-daily-brief
Run the following command in DeepSeek Harness:
dsh plugin install Equinox7379/dsh-daily-brief
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Equinox7379/dsh-daily-brief in the DeepSeek Harness terminal to install this plugin; the source is hosted at https://github.com/Equinox7379/dsh-daily-brief.
About this plugin
By the end of a long day you may want to know how many rounds the AI actually worked through, how many tool calls were made, and which session was busiest. The records are scattered across multiple live sessions, and manually scrolling through them is slow and incomplete. dsh-daily-brief squeezes that review into a single daily_brief tool call and returns a cross-session workload summary in a fraction of a second.
The plugin walks the in-memory event arrays of live sessions and aggregates rounds, user messages, assistant replies, and tool-call counts over the past N days (default 1). An optional sessionId parameter narrows the view to a single conversation. The whole process is strictly read-only with zero runtime dependencies. It performs no disk I/O, opens no HTTP routes, and never throws errors: if a service is missing or a session is malformed it simply returns an empty result.
It suits teams or individuals who regularly need quantitative snapshots such as today round count or this weeks busiest session. The plugin delivers clean numbers; the narrative and interpretation are left to the AI or the user.
Use Cases
- Quick end-of-day recap of rounds and tool-call counts across live sessions
- Pull a one-week activity rollup before writing the weekly report
- Compare user messages versus assistant replies across different sessions
Best For
- Developers who need quantified AI collaboration metrics
- Team members who write regular daily or weekly reports
- AI engineers tracking session efficiency and tool-usage patterns
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.