Releases: L1r1h28/Sweep-agentcli-ide-cleaner
Releases · L1r1h28/Sweep-agentcli-ide-cleaner
Release list
v1.2.0 — Sweep AI Cleaner
✨ Official Store Release & Namespace Migration (@l1r1h28/sweep-core, @l1r1h28/sweep-cli, sweep-aicleaner)
- npm Scope Migration to
@l1r1h28/:- Core engine officially migrated to
@l1r1h28/sweep-core. - CLI companion migrated to
@l1r1h28/sweep-cli, providing global binary aliasessweepandaicleaner(invocable vianpx @l1r1h28/sweep-cli). - Extension maintained as
sweep-aicleanerunder publisherL1r1h28. - Updated all workspace references, internal module imports, esbuild/packaging scripts, and CI/Release automation workflows.
- Core engine officially migrated to
- Store & Registry Publishing Pipeline:
- Configured automated publishing pipeline to Visual Studio Marketplace, Open VSX Registry, and npm Registry.
- Automated release artifact distribution including SHA-256 checksums, VSIX package (
sweep-aicleaner-1.2.0.vsix), and standalone executables for Linux x64, macOS Apple Silicon / Intel, and Windows x64.
- Documentation & README Comprehensive Refresh:
- Synchronized documentation across English, Traditional Chinese (
zh-TW), and Simplified Chinese (zh-CN). - Added complete 15 AI coding tool product line matrix with directory paths and strict safety protection rules.
- Updated all CLI command references including output folding (
--limit,--all), single-tool scoping (--tool <id>), granular filters (--older-than,--min-size,--project), backup/restore (sweep restore,sweep backups), and configuration management (sweep config,sweep whitelist). - Documented new extension GUI features:
sweep.toggleHideUninstalledandsweep.addCustomPath.
- Synchronized documentation across English, Traditional Chinese (
- Full Test Suite & Quality Assurance:
- 100% test pass rate across all 16 test files (122 tests), verifying zero-PII compliance, multi-platform path expansion, backup/restore fidelity, and whitelist enforcement.
v1.0.1 — Sweep AI Cleaner
🐛 Bug Fixes & Enhancements
VS Code Extension (sweep-aicleaner)
- Fix Activity Bar Storage View: Implemented and registered
SweepTreeDataProviderfor thesweep.toolsview container, resolving the "There are no registered data providers to provide view data" error upon extension launch. - Tree View Hierarchy:
- Tool nodes: Displays per-tool storage breakdown (e.g.
484 MB (💾 82 MB · 💬 402 MB)). - Target categories: Categorizes into safe cache (💾 🟡) vs. high-risk conversations (💬 🔴) with file counters.
- Path items: Shows resolved paths with real-time detection indicators (✓ found / ✗ missing).
- Tool nodes: Displays per-tool storage breakdown (e.g.
- Interactive Commands: Fully wired up commands for scanning storage, cleaning safe cache, cleaning conversations (with destructive modal warning & automated backup), per-tool cleaning, and dry-run preview.
- Standalone Bundle: Self-contained CommonJS packaging with
@aicleaner/corebundled viaesbuild.
CLI (@aicleaner/cli)
- Module Resolution: Fixed binary/script runner in
cli.mjsto properly resolvedist/run.cjs. - Version Reporting: Corrected
--versionoutput to accurately reflect package versions.
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