Running astra setup with Astra CLI 0.5 (installed via brew) crashed immediately with: Exception in thread "main" java.lang.UnsatisfiedLinkError: jdk.internal.io.JdkConsoleImpl.echo(Z)Z, in SetupCmd.execute at the interactive password prompt. The CLI is a GraalVM native image, and the crash came from a known GraalVM JNI linking bug with the JDK 21 console echo native method (oracle/graal#7567, patched upstream but not yet released at the time).