Feature request: allow manual deletion/removal of specific entries #1293
Replies: 3 comments
-
|
Manual deletion feels like a reasonable baseline feature because memory systems only stay useful if users can correct them when they drift. Even a strong automatic memory pipeline will occasionally store something misleading, stale, or not worth preserving. A small UI affordance for deleting or editing specific entries would make the system feel much safer to live with. It also gives maintainers a way to improve generation later without forcing users to tolerate bad memory in the meantime. |
Beta Was this translation helpful? Give feedback.
-
|
I hope to add this function, and now I'm going to delete it in the database. |
Beta Was this translation helpful? Give feedback.
-
|
PR: #1393 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Before submitting
Is your feature request related to a problem? Please describe.
Sometimes Claude code hallucinates and writes bad memories, or for certain reasons I just want specific memory entries to be removed as they don't benefit future sessions. Currently there is no way to delete or remove entries, neither from the web UI at port 37777 nor exposed to Claude code itself as a command.
Describe the solution you'd like
Support either (or both):
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions