Clearing Kiro sessions and logs on macOS
Published on .
Run the following command to move all files to the Bin folder:
trash -v ~/.kiro/logs/* ~/.kiro/sessions/* ~/.kiro/session-index/*.jsonl To permanently delete them:
rm -rfv ~/.kiro/logs/* ~/.kiro/sessions/* ~/.kiro/session-index/*.jsonl