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
feat(windows): support vfox use without hook environment (#611, #620)
On Windows, allow `vfox use` to work even without shell hook activated:
- Auto-switch to global scope when no hook environment detected
- Write environment variables to Windows Registry (HKEY_CURRENT_USER\Environment)
- Remove old version's registry entries before adding new ones when switching
- Spawn a new shell after completion so user can use new version immediately
This enables:
- VSCode and other GUI apps to pick up SDK paths
- Users to use vfox directly in CMD without configuring shell hooks first
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments