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
Added .crabboxignore for repo-local sync-only exclude patterns shared by run and sync-plan.
Added WebVNC portal controls for reconnect, fullscreen, and clipboard-ready bridge commands.
Fixed
Fixed managed AWS Windows WSL2 bootstrap by using the current Ubuntu WSL rootfs URL, downloading large rootfs files through curl.exe, and retrying empty or partial rootfs downloads instead of reusing a poisoned tarball. Thanks @vincentkoc.
Fixed AWS Windows WSL2 mode overrides so they refresh the default instance type to a nested-virtualization-capable family. Thanks @steipete.
Fixed AWS Windows WSL2 runs so mode overrides also refresh the default work root to /work/crabbox while keeping WSL2 sync on the fast rsync path.
Fixed remote git seeding so an unfetchable local commit cannot leave an empty .git worktree that makes sync sanity report every tracked file as deleted.
Skipped remote git seeding for local commits that are not present in any remote-tracking ref, avoiding slow doomed clone/fetch attempts before rsync.
Fixed WebVNC bridge reconnects so reloading or reconnecting the browser no longer requires restarting the local bridge.
Fixed Windows archive sync from macOS so Apple extended attributes do not spam remote tar warnings.
Fixed the Homebrew formula test command so GoReleaser emits the expected formula syntax.