You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Package Search: Interactive scope selector — Replaced the Read-Host prompt "Search (I)nstalled or (G)lobally available packages?" with a color-highlighted horizontal selector. Use ◄► arrows to toggle between options or press I/G as a single keystroke (no Enter required). The last-used scope is remembered across sessions in config.json.
Config Changes
Added packageManager.lastSearchScope (string: "installed" or "global") — Persists the last-selected package search scope; defaults to "installed"
Config version: config.14 → config.15
upgrade-prod.ps1 will automatically add the new field on next upgrade