clawt 2.19.0 → 2.20.0

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
@@ -100,10 +100,10 @@ clawt run -b <branch> --tasks "任务1" --tasks "任务2" --dry-run
100
100
 
101
101
  ```bash
102
102
  clawt resume -b <branch> # 指定分支
103
- clawt resume # 交互式多选
103
+ clawt resume # 交互式多选(按创建日期分组)
104
104
  ```
105
105
 
106
- 支持多选:选 1 个在当前终端恢复,选多个自动在独立终端 Tab 中批量恢复(仅 macOS)。
106
+ 不传 `-b` 时,分支列表按创建日期分组显示,支持全局全选和按组全选。选 1 个在当前终端恢复,选多个自动在独立终端 Tab 中批量恢复(仅 macOS)。
107
107
 
108
108
  如果目标 worktree 存在历史会话,会自动继续上次对话(`--continue`)。
109
109