chaimi-keep-mcp 3.1.38-beta.0 → 3.1.38

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -141,6 +141,12 @@ AI 会自动调用 `save_income` 工具记录收入。
141
141
 
142
142
  ## 更新日志
143
143
 
144
+ ### v3.1.38 (2026-04-16)
145
+ - **优化** SKILL.md 时间戳说明:使用占位符避免 AI 抄写
146
+ - 将示例时间戳改为占位符格式 `[毫秒时间戳]`
147
+ - 明确禁止使用示例中的具体数字
148
+ - 强制 AI 根据实际时间重新计算
149
+
144
150
  ### v3.1.37 (2026-04-16)
145
151
  - **重构** 授权流程:实现方案三(混合模式),优化用户体验
146
152
  - 优先尝试刷新 Token,减少不必要的授权提示
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chaimi-keep-mcp",
3
- "version": "3.1.38-beta.0",
3
+ "version": "3.1.38",
4
4
  "description": "柴米记账 MCP Server - 支持 Claude、Cursor、OpenClaw、WorkBuddy 等 AI 工具直接记账",
5
5
  "main": "server.js",
6
6
  "bin": {