Skip to content

Releases: L1r1h28/Sweep-agentcli-ide-cleaner

v1.2.0 — Sweep AI Cleaner

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:22

✨ 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 aliases sweep and aicleaner (invocable via npx @l1r1h28/sweep-cli).
    • Extension maintained as sweep-aicleaner under publisher L1r1h28.
    • Updated all workspace references, internal module imports, esbuild/packaging scripts, and CI/Release automation workflows.
  • 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.toggleHideUninstalled and sweep.addCustomPath.
  • 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

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:08

🐛 Bug Fixes & Enhancements

VS Code Extension (sweep-aicleaner)

  • Fix Activity Bar Storage View: Implemented and registered SweepTreeDataProvider for the sweep.tools view 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).
  • 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/core bundled via esbuild.

CLI (@aicleaner/cli)

  • Module Resolution: Fixed binary/script runner in cli.mjs to properly resolve dist/run.cjs.
  • Version Reporting: Corrected --version output to accurately reflect package versions.

v1.0.0 — Sweep AI Cleaner

Choose a tag to compare

@github-actions github-actions released this 30 Aug 11:36

🚀 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)
  • 🤖 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.
  • 🔒 Never-Delete Guard:
    • Built-in permanent exclusion layer protecting .sandbox-bin/, .kiro/extensions/, settings.json, auth.json, config.toml, and mcp_config.json.
  • 🧪 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