7.28.0 (2026-01-26)
Features
- cli: implement --uninstall handler (c44a5c2)
- cli: inject hooks into profile settings on launch (0099ab5)
- npm: add postuninstall script (4f28de9)
- websearch: add per-profile hook injection module (242ab76)
- websearch: add removeHookConfig function (9159aa5), closes #317
- websearch: call removeHookConfig on uninstall (fc4d987)
- websearch: inject hooks on profile creation (fca8dbd)
Bug Fixes
- address PR #373 review feedback (e98a92f)
- address PR review feedback (cd7a112)
- config: persist setup_completed flag to YAML file (a8c46cc)
- isolation: add getCcsDir/getCcsHome to more files (6a2c829)
- isolation: use getCcsDir() for test isolation (9b61f53)
- setup: persist setup_completed flag to prevent repeated first-time notice (85e41a5)
- websearch: use getCcsDir() for test isolation (b33674b)
Code Refactoring
- uninstall: stop modifying global settings.json (ba1fb7e)
- websearch: address PR review recommendations (21b18d0)