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
Deploy: revision log now stores successful uploads — Previously only files rejected by the API with MD5-match errors were recorded. Successfully uploaded files were never stored, requiring two no-change deploys before the revision log was fully populated. Now files are recorded immediately after upload.
Deploy: async MD5 hashing — Switched from md5File.sync to async md5File so files within a chunk hash in parallel instead of blocking the event loop.
Deploy: differentiated skip logging — (unchanged) = revision log skip (no API call), (unchanged, md5 match) = API confirmed content matches (now stored for next time).
Init: fix --endpoint being ignored — promptArgs() hardcoded the default API endpoint, overriding any --endpoint CLI argument when init fell through to interactive prompts.