feat(todo): auto-cleanup stale todos + /clear-tasks and /清除任务 commands#25856
Open
LifetimeVip wants to merge 18 commits intoanomalyco:devfrom
Open
feat(todo): auto-cleanup stale todos + /clear-tasks and /清除任务 commands#25856LifetimeVip wants to merge 18 commits intoanomalyco:devfrom
LifetimeVip wants to merge 18 commits intoanomalyco:devfrom
Conversation
Author
|
recheck |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Author
|
Hi @adamdotdevin, this is my first PR to this repo. The CI workflows are pending approval — could you please approve and run them? Thanks! |
This was referenced May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
N/A - no related issue. Feature requested in community discussion.
Type of change
What does this PR do?
Stale todos accumulate in the chat UI and persist across conversations. This PR adds auto-cleanup logic and two slash commands to manage active tasks.
Changes:
These are safe backend-only improvements — no UI changes, no breaking changes.
How did you verify your code works?
npm run typecheck— zero errorsnpm test— 62/62 all passingScreenshots / recordings
N/A — backend-only change, no UI.
Checklist