Skip to content

v0.1.0 — 峰谷计价支持

Choose a tag to compare

@kbtime kbtime released this 14 Aug 02:25
· 2 commits to main since this release

首次发布。

  • 统计每次 LLM 调用的完整 TokenUsage(输入/输出/缓存/推理 tokens)
  • 按 DeepSeek 官方定价计算费用(USD,含人民币换算展示)
  • 支持即将启用的峰谷计价(2026-08-16 16:00 UTC 自动切换 peak/off-peak)
  • 缓存命中率统计(cacheRead/cacheWrite)
  • 当前对话上下文占用监控(vs 1M 窗口)
  • /usage 与 /usage.context 查询命令

安装:

dsh plugin --profile web add github:kbtime/DSH-plugin#v0.1.0