v1.0.0 — Sweep AI Cleaner
🚀 Initial Release — Standalone CLI & Core Engine
This is the first official release of Sweep, featuring high-performance cross-platform standalone binaries (built with Node.js Single Executable Applications) and a shared safety-first clean engine.
✨ Key Features
- 🖥️ Cross-Platform Standalone Binaries:
- Windows x64 (
sweep-windows-x64.exe) - macOS Apple Silicon (
sweep-darwin-arm64) - macOS Intel (
sweep-darwin-x64) - Linux x64 (
sweep-linux-x64)
- Windows x64 (
- 🤖 6 AI Coding Tools Supported:
- Google Antigravity IDE
- OpenAI Codex (CLI + Desktop App)
- Anthropic Claude Code
- Codeium Windsurf (Cascade)
- AWS Kiro IDE
- ByteDance Trae IDE
- 🛡️ Three-Tier Safety Cleaning Model:
--kind cache: Safely deletes Electron, GPU, and IndexedDB caches without touching chats.--kind conversations: Destructive cleanup for session histories and chat databases (requires explicit--force).--kind all: Cleans both caches and conversations.
- 📦 Automated Backup System:
- Automatically archives conversation files to
~/AI-Cleaner-Backups/<timestamp>/prior to deletion.
- Automatically archives conversation files to
- 🔒 Never-Delete Guard:
- Built-in permanent exclusion layer protecting
.sandbox-bin/,.kiro/extensions/,settings.json,auth.json,config.toml, andmcp_config.json.
- Built-in permanent exclusion layer protecting
- 🧪 Cross-Platform CI & Smoke Testing:
- Automated multi-OS verification across Windows, Linux, and macOS.
Full Changelog: https://github.com/L1r1h28/Sweep-agentcli-ide-cleaner/commits/v1.0.0