#366 — Add llm logs rm command*
Author: swayaam03Created Aug 23, 2026Updated Sep 7, 2026
Currently, there is no built-in CLI command to delete specific logged conversations or responses from logs.db. If sensitive data is logged by accident, or a user wants to clean up test prompts, they have to open SQLite directly.
Proposed Solution Add a new llm logs rm subcommand to delete a conversation thread and its associated turns:
Source: simonw/llm