Skip to content

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:47
62681a6

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-run first to see exactly what will be removed.
  • --purge is 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 uninstall removes 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\bin from the user PATH, and --dry-run reports the PATH cleanup it would perform.
  • install.ps1 gains -Uninstall -Purge support with the same PATH cleanup.
  • Uninstall tests updated for the new default behavior.

Full changelog: v2.2.0...v2.2.1