deepfish-ai 2.0.9 → 2.0.12

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/README.md CHANGED
@@ -45,6 +45,7 @@
45
45
  - [工具管理](#工具管理)
46
46
  - [会话管理](#会话管理)
47
47
  - [任务管理](#任务管理)
48
+ - [长任务规划](#长任务规划)
48
49
  - [MCP 管理](#mcp-管理)
49
50
  - [服务管理](#服务管理)
50
51
  - [缓存管理(AI自我学习的缓存)](#缓存管理ai自我学习的缓存)
@@ -183,11 +184,20 @@ ai "我刚问了一个什么问题"
183
184
  | `ai tasks del <index>` | 删除指定任务 |
184
185
  | `ai tasks clear` | 清除所有任务 |
185
186
 
187
+ ### 长任务规划
188
+
189
+ | 命令 | 说明 |
190
+ | ------------------------- | ------------------------------------------ |
191
+ | `ai plan-do <任务描述>` | 将复杂任务拆解为子任务并逐步执行完成 |
192
+
186
193
  ### MCP 管理
187
194
 
188
- | 命令 | 说明 |
189
- | ------------- | ------------- |
190
- | `ai mcp edit` | 编辑 MCP 配置 |
195
+ | 命令 | 说明 |
196
+ | --------------------------------- | ---------------- |
197
+ | `ai mcp ls` | 列出所有 MCP 服务器 |
198
+ | `ai mcp edit` | 编辑 MCP 配置 |
199
+ | `ai mcp enable <name\|index>` | 启用 MCP 服务器 |
200
+ | `ai mcp disable <name\|index>` | 禁用 MCP 服务器 |
191
201
 
192
202
  ### 服务管理
193
203