Skip to content

feat(cli, conversation): Add --until flag to rm command#355

Merged
JeanMertz merged 1 commit intomainfrom
jean/pr44
Dec 31, 2025
Merged

feat(cli, conversation): Add --until flag to rm command#355
JeanMertz merged 1 commit intomainfrom
jean/pr44

Conversation

@JeanMertz
Copy link
Collaborator

Introduce the --until flag to the conversation rm command, allowing users to remove conversations up to, but excluding, a specific ID. This flag can be used in conjunction with --from to define a range of conversations for removal.

Additionally, the deletion process is now more resilient. The command no longer fails if a conversation's metadata or event log is missing prior to deletion, ensuring that "dangling" conversation references can be cleaned up successfully.

Introduce the `--until` flag to the `conversation rm` command, allowing
users to remove conversations up to, but excluding, a specific ID. This
flag can be used in conjunction with `--from` to define a range of
conversations for removal.

Additionally, the deletion process is now more resilient. The command no
longer fails if a conversation's metadata or event log is missing prior
to deletion, ensuring that "dangling" conversation references can be
cleaned up successfully.

Signed-off-by: Jean Mertz <git@jeanmertz.com>
@JeanMertz JeanMertz merged commit 0cb0eae into main Dec 31, 2025
11 of 12 checks passed
@JeanMertz JeanMertz deleted the jean/pr44 branch December 31, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant