github / github/copilot-cli

Feature Request: Allow user to add deferred Todos

オープン
#3,142 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
area:agents
主要言語
Shell
スター
11.2k
フォーク
1.9k
平均マージ
14時間 16分
マージ済み PR(30日)
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。