Skip to content

icm: v0.10.50

Latest

Choose a tag to compare

@rtk-ai-icm-ci rtk-ai-icm-ci released this 23 May 08:02
804dac2

0.10.50 (2026-05-23)

Features

  • init: default cli mode writes to global per-tool paths; --per-project for cwd (20666db)
  • init: gate every mode by detect_tool and record the install manifest (55233a7)
  • init: scaffold install manifest module (1073e48)
  • uninstall: --scan-dir, process detection, --purge-data guard (ebf1b67)
  • uninstall: catalog every location cmd_init may have touched (c9cee09)
  • uninstall: discovery + --check / --dry-run / --audit modes (48b4207)
  • uninstall: first-class icm uninstall with backups, dry-run, audit, check (2b7b6a2)
  • uninstall: integration tests, audit-mode purge wording, dead-code cleanup (62b040d)
  • uninstall: scaffold uninstall subcommand and clap surface (e259fb9)
  • uninstall: strippers, timestamped backups, mutation phase (72b71a7)

Bug Fixes

  • extraction: default summarizer to auto, fall back to fastembed (cd6f24d)
  • extraction: defer fastembed extraction off the per-tool-call hot path (ebeda6d)
  • extraction: defer fastembed extraction off the per-tool-call hot path (f82c25f), closes #239
  • init: create parent dir before writing settings.json hooks (4b2e5e4)
  • init: gate by detect_tool, install manifest, global paths by default (004c8cd)
  • uninstall: cross-platform tests (Windows path separators, macOS data dirs) (0a476b0)
  • uninstall: default backup path under data_dir, scope process detection, README polish (cff4abf)
  • uninstall: refuse to mutate symlinks (target would be modified without backup) (e415faf)
  • uninstall: use unwrap_or instead of unwrap_or_else in backup test (f2a261a)