elviass/dsh-cost-insights:DeepSeek Harness 的本地用量与费用分析插件

`elviass/dsh-cost-insights` 是一款专为 DeepSeek Harness (DSH) Web 端开发的本地用量与费用分析插件。它旨在解决用户缺乏统一入口回看 Token 消耗、缓存命中率、API 余额及模型价格的问题。作为非官方扩展,该插件通过 MIT 许可分发,兼容 DSH `>=0.1.0-rc.7 <0.2.0` 及 Node.js `^22.19.0 || >=24.0.0` 环境,支持自动跟随语言与主题设置。 核心功能包括多维度统计(按对话、工作区、模型等)、可视化图表分析(折线图、热力图)、实时价格与汇率同步(美元/人民币换算)、以及 API 余额显示。

Read More
dsh-pulse: A Cross-Session Usage and Cost Dashboard for DSH

dsh-pulse is a Web UI plugin for DSH, designed to address usage monitoring and cost management challenges in multi-workspace, multi-model scenarios. The plugin provides a unified dashboard with core features including: cross-session token usage trend analysis (supporting hourly to yearly views and heatmaps), usage breakdown and ranking by project and model dimensions, cost estimation based on per-model rates (with peak/off-peak time-of-use pricing and exchange rate configuration), as well as DeepSeek official balance queries and reconciliation. Additionally, it supports session-level detail attribution, adaptive theming, and CSV data export. The plugin runs within the DSH UI plane, consuming no additional tokens and storing no secrets, and requires Node.js >= 22.15. It can be installed via the `dsh plugin` command.

Read More
dsh-whale-report: Generating Deterministic Agent Reports from Session Event Logs

dsh-whale-report (DeepTrace) is a memory-type plugin for DSH maintained by SenmuuuuW. It deterministically aggregates data from local session event logs to generate daily, weekly, monthly, yearly, and custom interval reports. The plugin covers 10 findings, including cost peak-valley pricing, token cost allocation, tool health, retry storms, dangerous operations, and key scanning. Starting from version v0.5, it includes 4 read-only IMPROVE suggestions and a VERIFY plan, generating reports with zero LLM tokens. Installation command: dsh plugin --profile web add "github:SenmuuuuW/dsh-whale-report", licensed under MIT, current version 0.5.2.

Read More