Changelog/Surface/v0.1.9
March 18, 2026
v0.1.9

Surface

CLISecurityFeaturesBug Fixes

Features

Self Update Support

You can now update the Surface directly from the terminal:

sudo surface update

Scanner Status Command

Quickly verify if the Surface scanner is running correctly:

sudo surface status

Version in UI

  • Backend now exposes the running version
  • Version is displayed directly in the UI for better visibility

Release Distribution Changes

Releases are now served from https://superalign.ai (previously hosted under console.superalign.ai).

Security Changes

All CLI commands now require elevated privileges:

sudo surface <command>

Ensures better control over system-level operations.

Improvements

Organization Inference

Now derived from the authenticated user token, eliminating reliance on query parameters. This improves security and reduces client-side complexity.

Bug Fixes

  • Refresh token issues resolved — Users will no longer be logged out unexpectedly during active sessions
  • Version & Commit display fixedsudo surface --version now correctly returns version and commit details