@kenz1117/dsh-ui-usage-billing 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * TokenPanel: 「Token」分区——把 token 从费用里独立出来洞察。
3
3
  * 四个板块 + 导出,全部由 `UsageStats` 派生,服务端零改动:
4
- * 1. 每日 Token 堆叠趋势(未命中输入 / 缓存命中 / 输出[含 reasoning]),7/30 天切换;
4
+ * 1. 每日 Token 堆叠趋势(未命中输入 / 缓存命中 / 输出[含 reasoning]),7/30 天切换,悬停显示当日精确明细;
5
5
  * 2. 模型 Token 总量排行 + 占比;
6
6
  * 3. Token 结构 KPI(缓存命中率 / reasoning 占比 / 输入:输出比 / 峰值日)+ 显式缓存写入;
7
7
  * 4. 工具调用排行(byTool 计次;token 无法按工具归因)。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kenz1117/dsh-ui-usage-billing",
3
3
  "description": "Usage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.",
4
- "version": "1.0.13",
4
+ "version": "1.0.14",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },