### Description There seems to be a bug in the `--delete-older-than` flag. It deletes all conversations regardless of their age. <img width="400" alt="Image" src="https://github.com/user-attachments/assets/40225a30-720e-4e6e-b960-f6ae68381467" /> ### Steps to Reproduce 1. Create multiple conversations at different timestamps. 2. Run: ```bash go run . --delete-older-than <some time duration> ### Expected behavior: in my case, conversations older than 1h should be deleted. aka "Top 5 anime to watch", "This is conversation1". ### Actual behavior: all of them are deleted. ### Version v1.8.1 ### Environment Windows11
Description
There seems to be a bug in the
--delete-older-thanflag.It deletes all conversations regardless of their age.
Steps to Reproduce
Expected behavior:
in my case, conversations older than 1h should be deleted. aka "Top 5 anime to watch", "This is conversation1".
Actual behavior:
all of them are deleted.
Version
v1.8.1
Environment
Windows11