v2.2.1
podcli v2.2.1
⚠️ Behavior change: podcli uninstall now removes everything by default
podcli uninstall previously kept your user data (config, knowledge, presets, assets, history, cache) unless you passed --purge. It now removes the entire managed podcli folder, including that user data, by default.
- If you want to keep your data, back up your podcli folder before uninstalling, or run
podcli uninstall --dry-runfirst to see exactly what will be removed. --purgeis now a no-op alias, kept only for compatibility (uninstall already removes everything).- Uninstall still prompts for confirmation unless you pass
--yes.
Changes
- Native
podcli uninstallremoves the full managed podcli folder by default (runtime files, models, cached data, and the managed user-data folder). (#41) - Windows: uninstall now removes
%LOCALAPPDATA%\podcli\binfrom the userPATH, and--dry-runreports the PATH cleanup it would perform. install.ps1gains-Uninstall -Purgesupport with the same PATH cleanup.- Uninstall tests updated for the new default behavior.
Full changelog: v2.2.0...v2.2.1