dsh-whale-report: Agent Report Generator for DeepSeek Harness
senmuuuuw/dsh-whale-report
A DSH plugin that turns session event logs into Agent daily/weekly/monthly/yearly reports, read-only.
Turn DeepSeek Harness session logs into readable daily, weekly, monthly, and yearly reports to review costs and anomalies.
dsh plugin --profile web add github:senmuuuuw/dsh-whale-report- Category
- Sessions & Messages
- Platform
- DSH-Plugin
- Author
- senmuuuuw
- Distribution
- Plugin
dsh-whale-report Key Features
dsh-whale-report Repository

dsh-whale-report Repo Summary
dsh-whale-report is an entertainment/fun DSH plugin for DeepSeek Harness that aggregates session event logs into a truly readable Agent annual report. It answers the hardest questions after an Agent run: which sessions are most expensive, why retries suddenly started, which operations deserve attention, how much ran at night, and which task drove up costs. It's not a log viewer or a plain dashboard—it uses a SEE → NOTICE → TRACE loop to turn cost, calls, models, and anomalies into traceable review material.
What core features does the dsh-whale-report DSH plugin support?
The plugin supports 6 report periods (daily/weekly/monthly/quarterly/yearly/custom range), 8 built-in analysis rules, and 4 export methods (including long-image export), all read-only and deterministic. Cost is calculated in real time using official pricing (6-hour cache with built-in fallback), and is allocated by model and by session. It also tracks tokens, tool calls, risks, and anomalies, with a Whale Note giving a deterministic review of the period, and an Activity scan showing a sonar view of when the agent actually worked.
How do I install dsh-whale-report?
Run the following command in your DeepSeek Harness environment:
dsh plugin --profile web add github:senmuuuuw/dsh-whale-report
After installation, the plugin automatically connects to DSH session event logs and generates reports without extra configuration.
Which DeepSeek Harness versions and platforms is dsh-whale-report compatible with?
The plugin is maintained by SenmuuuuW, licensed under MIT, written in TypeScript, and depends on official packages like @deepseek-ai/dsh-session, @deepseek-ai/dsh-session-query, @deepseek-ai/dsh-storage, @deepseek-ai/dsh-storage-domain, and @deepseek-ai/dsh-tools. It includes the official dsh.bundle manifest, ensuring seamless integration with the DeepSeek Harness ecosystem. The repository was created on 2026-08-14 and last updated on 2026-08-16, with 14 stars and 2 forks.
How do the report export and read-only features of dsh-whale-report work?
Reports can be exported as long images for easy sharing anywhere; all operations are read-only and never modify session data, ensuring audit safety. Reports cover cost, tokens, tool calls, risks, and anomalies, and can be generated for any time range, meeting different granularity needs.
What do the Whale Note and Activity scan in dsh-whale-report do?
The Whale Note provides a deterministic review of each period, with a tone that can be light or spicy, helping users quickly grasp key points. The Activity scan shows a sonar view of when the agent actually worked, making it easy to see nighttime or peak activity. Together, they turn reports from mere data dumps into insightful review tools.