Skip to content

Release 2.1.43 (2026-06-19)

Features

  • credential-less VM identity (auth_type=none) (#1707)
  • docs(specs): credential-less VM identity (auth_type=none) design

Design for #1705: a single guard in inject_credentials() so an identity with auth_type="none" skips the entire credentials stage, enabling an isolated, no-git VM (e.g. 'anonymous') for bootstrap testing in parallel with credentialed agent work. Includes operator-side config, footprint caveats, and acceptance criteria.