Feature Request: Allow user to add deferred Todos
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
描述
### Describe the feature or problem you'd like to solve
If i notice something i want change, but dont want to kick the agent off track, i want to be able to add that thing as a deferred todo
### Proposed solution
Allow user to add todos to the session state `todos` table.
Introduce a command like.
```
/todo update th package XY to version Z and use the more modern element N instead of M in the codebase
```
Problem: i often look at the session progressing and then notice things a want to change. I would love to have a way to add such ideas to an "defered todo" list or something like that, so it doesn´t interrupt the current task.
贡献指南
调研方向
首先定位会话状态中的 `todos` 表,以及处理斜杠命令的入口点。追踪当前 todo 的存储和显示方式,然后确定 `/todo` 命令应如何添加一个延后项目,同时不中断活动任务。当用户可以将请求的文本添加到会话状态,并看到它作为 todo 被保留时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- shell
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100