Skip to content

Release 2.1.152 (2026-07-17)

Bug fixes

  • create host-path prefix and symlink under sudo (#2432) Regression from #2410: _cloud_session -> ensure_host_path ran an unprivileged 'mkdir -p /Users//dev/projects/' in the cloud guest. /Users sits under root-owned /, so it failed with 'mkdir: cannot create directory /Users: Permission denied', aborting every cloud 'vrg-vm session' before it opened. Run both the mkdir and the ln under sudo (the guest has passwordless sudo, already used for the cloud-init log tail); a root-owned symlink is traversable and its /vergil target stays ubuntu-owned. Host-side change only — reinstalling the host tool fixes existing VMs with no rebuild. Ref vergil-project/.github#156.

CI Evidence: All gates passed — full audit bundle available. Download →