CLI
April 28, 2026
Add
"probe"value tolinux.noSandboxoption."probe"is now the default behavior: at runtime, it detects whether the host supports Linux user namespaces (unshare -Ur) and only passes--no-sandboxwhen they are not available. SetnoSandbox: trueto always pass--no-sandbox(previous default behavior), ornoSandbox: falseto never pass it.Fix CLI release metadata so Changesets can prepare releases that include CLI updates.