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: allow ARM64 architecture when --skip-windsurf flag is set
- Modify architecture check to only enforce x86_64 requirement when Windsurf installation is enabled
- Add --skip-windsurf suggestion to error message for non-x86_64 architectures
- Log architecture detection results (skip Windsurf on ARM64, proceed on x86_64)
- Skip Windsurf connectivity check when --skip-windsurf is set or architecture is not amd64
- Add separate log messages explaining why connectivity check was skipped (flag vs
0 commit comments