Skip to content

v1.2.0 — Sweep AI Cleaner

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:22
· 4 commits to main since this release

✨ 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.