codebuddy-stats 1.2.3 → 1.2.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 功能特性
8
8
 
9
- - **双数据源支持** - 同时支持 CodeBuddy Code 和 CodeBuddy IDE(VS Code 扩展)
9
+ - **双数据源支持** - 同时支持 CodeBuddy Code 和 CodeBuddy IDE
10
10
  - **成本热力图** - 可视化每日 AI 使用成本分布
11
11
  - **模型统计** - 按模型分类的费用、请求数、Token 用量
12
12
  - **项目统计** - 按项目分类的费用汇总
@@ -104,7 +104,7 @@ _价格单位:USD / 1M tokens,部分模型支持分层定价_
104
104
 
105
105
  特点:包含完整的缓存命中/写入 token 数据,可计算缓存命中率和精确成本。
106
106
 
107
- ### CodeBuddy IDE(VS Code 扩展)
107
+ ### CodeBuddy IDE
108
108
 
109
109
  - **macOS**: `~/Library/Application Support/CodeBuddyExtension/Data/`
110
110
  - **Windows**: `%APPDATA%/CodeBuddyExtension/Data/`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebuddy-stats",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [