@rayadesu/dsh-billing 0.3.5 → 0.3.6

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.
package/AGENTS.md CHANGED
@@ -47,7 +47,7 @@ cordis.patch.yml DSH profile bundle 补丁层:挂载 llm-billing + ui-
47
47
  - **密钥不进仓库**:`DEEPSEEK_API_KEY` 等一律由用户环境或凭据 seam 提供,仓库不含真实值。
48
48
  - **README 双语**:每个 README 遵循 DSH 结构 `README.md`(EN) + `README.zh.md`(ZH) +
49
49
  `README.i18n.yaml`(记录两文件 git blob hash,改动后需更新)。
50
- - **版本对齐**:根 bundle 与两个包统一版本号(当前 0.3.5),`pnpm-lock.yaml` 随依赖变更更新。
50
+ - **版本对齐**:根 bundle 与两个包统一版本号(当前 0.3.6),`pnpm-lock.yaml` 随依赖变更更新。
51
51
  - **文本规范**:LF 换行、文件末尾一个换行(`.editorconfig`/`.gitattributes` 已声明)。
52
52
 
53
53
  ## 常用命令
package/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # last confirmed-consistent state. Both languages carry equal authority; after
3
3
  # editing either side, bring the other along and re-record both hashes with:
4
4
  # git hash-object README.md README.zh.md
5
- README.md: 3f7f9c46aeb998284ea56cf06d61942dffe1b5e8
6
- README.zh.md: 96f2085337067d5720bfe9c2f766b39c3562238d
5
+ README.md: 841fb8d702f4cf47e0892be8a69485175d089082
6
+ README.zh.md: da8ff60723cf529527294d6fc6198d0428c4efba
package/README.md CHANGED
@@ -29,7 +29,7 @@ Close-up of the detail panel — the `API 剩余金额` figure, `本会话花费
29
29
 
30
30
  <img width="640" alt="Detail panel close-up: API remaining amount, this session's spend next to today's all-session spend, per-model rows and today's session ranking" src="preview-detail.png" />
31
31
 
32
- Close-up of the turn-cost amount — the static `¥` amount at the end of the actions row, after the clock (screenshot from before the 0.3.5 redesign):
32
+ Close-up of the turn-cost amount — the static `¥` amount at the end of the actions row, after the clock:
33
33
 
34
34
  <img width="640" alt="Turn-cost amount close-up: the static ¥ amount at the end of the actions row, after the clock" src="preview-turn-cost.png" />
35
35
 
package/README.zh.md CHANGED
@@ -29,7 +29,7 @@
29
29
 
30
30
  <img width="640" alt="详情面板特写:API 剩余金额、本会话花费与今日共花费、按模型分项与今日会话花费排行" src="preview-detail.png" />
31
31
 
32
- 本轮花费金额特写 —— 操作行行尾(时钟之后)的静态 `¥` 金额(截图来自 0.3.5 改版前):
32
+ 本轮花费金额特写 —— 操作行行尾(时钟之后)的静态 `¥` 金额:
33
33
 
34
34
  <img width="640" alt="本轮花费金额特写:操作行行尾的静态金额,位于时钟之后" src="preview-turn-cost.png" />
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayadesu/dsh-billing",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "DeepSeek Harness billing plugin: account balance and this session's billed spend with a session-header badge.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -39,8 +39,8 @@
39
39
  "access": "public"
40
40
  },
41
41
  "peerDependencies": {
42
- "@rayadesu/dsh-client-ui-billing": "^0.3.5",
43
- "@rayadesu/dsh-llm-billing": "^0.3.5"
42
+ "@rayadesu/dsh-client-ui-billing": "^0.3.6",
43
+ "@rayadesu/dsh-llm-billing": "^0.3.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@deepseek-ai/cordis": "^4.0.1",
Binary file