CommandCodeAI / CommandCodeAI/desktop

[Bug]: Stale completed todos persist in session panel after todo_write([]) — no recovery even after restart

オープン
#15 コメント 2 件 リアクション 0 件 担当者 1 名 GitHub で見る

@aliarain がすでに取り組んでいます。

2026年8月6日 から。

bug
主要言語
Shell
スター
80
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

GUI version

0.1.7

Operating system

macOS (Apple silicon)

Reproduction steps

Description:
Completed todo items remain permanently visible in the session TODO panel. Calling todo_write({"todos": []}) succeeds at the API level but the GUI panel does not re-render. Restarting the desktop app does not clear them.

Steps to Reproduce:

  1. Create 2-3 todo items via todo_write during a session
  2. Mark each as "status": "completed" as you finish them
  3. Notice completed items remain in the panel (expected behavior — they should show as done)
  4. Call todo_write with {"todos": []} to clear the list
  5. Observe the session TODO panel still shows the completed items
  6. Restart the desktop app — completed todos remain stuck

Want me to format this into the actual GitHub issue submission or do you want to copy it over yourself?

Expected behavior

Expected: Panel clears to empty after todo_write([]).

Actual behavior

Actual: Completed todos permanently stuck until a new session is started.

Notes: This blocks the user from starting a fresh todo list within the same session. The only recovery is starting a completely new chat

Screenshots, recordings, or sanitized logs
Image
Safety check
  • I removed credentials and private project information from this report.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

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

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