chaimi-keep-mcp 3.1.38 → 3.1.39

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/SKILL.md +3 -2
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -30,7 +30,7 @@ argument-hint: "[记账内容]"
30
30
  | **Cursor** | `Cmd+N` (Mac) / `Ctrl+N` (Windows) |
31
31
  | **Claude Desktop** | 点击 `+ New Chat` |
32
32
  | **OpenClaw** | 输入 `/new` |
33
- | **WorkBuddy** | 输入 `/new` |
33
+ | **WorkBuddy** | 输入 `/clear` |
34
34
  | **Trae** | `Cmd/Ctrl + N` 或点击 `+` 按钮 |
35
35
  | **其他 Agent** | 输入 `/new` 或菜单"新建会话" |
36
36
 
@@ -89,7 +89,8 @@ Agent 必须输出:
89
89
  Agent 根据当前环境,向用户说明开启新会话的具体操作方式:
90
90
  - **Cursor**: 按 `Cmd+N` (Mac) / `Ctrl+N` (Windows)
91
91
  - **Claude Desktop**: 点击 `+ New Chat`
92
- - **OpenClaw/WorkBuddy**: 输入 `/new`
92
+ - **OpenClaw**: 输入 `/new`
93
+ - **WorkBuddy**: 输入 `/clear`
93
94
  - **Trae**: 按 `Cmd/Ctrl + N` 或点击 `+` 按钮
94
95
  - **其他**: 输入 `/new` 或菜单"新建会话"
95
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chaimi-keep-mcp",
3
- "version": "3.1.38",
3
+ "version": "3.1.39",
4
4
  "description": "柴米记账 MCP Server - 支持 Claude、Cursor、OpenClaw、WorkBuddy 等 AI 工具直接记账",
5
5
  "main": "server.js",
6
6
  "bin": {