Manually run the log cleaner to delete old session files
Deletes old session log files based on retention rules or custom time periods.
/plugin marketplace add andrewm4894/claude-log-cleaner/plugin install log-cleaner@log-cleaner-marketplaceRun the log cleaner script to delete old Claude Code session logs.
Arguments: $ARGUMENTS
Run the cleanup script located at the plugin root:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/cleanup.py" clean $ARGUMENTS
Available options:
--dry-run - Preview what would be deleted without actually deleting--hours N - Override retention period for this runExamples the user might want:
--dry-run: See what would be deleted--hours 1: Delete files older than 1 hour