@weibaohui/nothing-todo 0.0.60 → 0.0.62
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ A cross-platform CLI tool for managing your daily tasks, built with Rust.
|
|
|
13
13
|
## Features
|
|
14
14
|
|
|
15
15
|
- **智能任务管理** — 创建、编辑、跟踪 Todo,支持多种状态(待办、进行中、已完成、已取消、已归档)
|
|
16
|
-
- **多 AI 执行器支持** — 集成 Claude Code、
|
|
16
|
+
- **多 AI 执行器支持** — 集成 Claude Code、CodeBuddy、OpenCode、AtomCode 等多种 AI CLI 工具
|
|
17
17
|
- **可视化仪表盘** — 实时统计任务完成情况,支持趋势图表和数据洞察
|
|
18
18
|
- **标签系统** — 灵活的标签分类,快速筛选和定位任务
|
|
19
19
|
- **定时调度** — 内置 Cron 调度器,支持定时触发任务执行
|
|
@@ -42,7 +42,6 @@ ntd --help # 查看帮助
|
|
|
42
42
|
| Executor | Description |
|
|
43
43
|
|----------|-------------|
|
|
44
44
|
| Claude Code | Anthropic 官方 CLI |
|
|
45
|
-
| JoinAI | AI 工作流工具 |
|
|
46
45
|
| CodeBuddy | 代码助手 |
|
|
47
46
|
| OpenCode | 开源代码助手 |
|
|
48
47
|
| AtomCode | AI 代码编辑器 |
|