v0.13.0

Infisical/agent-vaultv0.13.0Apr 27, 2026by github-actions[bot]

AI Summary

Minor update changing the --sandbox flag to --isolation in the vault run command to improve clarity and terminology.

Key Highlights

  • Renamed --sandbox flag to --isolation in vault run

New Features

  • Renamed --sandbox to --isolation

Full Release Notes

## Changelog
* 5ff0a57b0a4268bdbc4d86bb527e4b21fd8d61c0 cli: rename --sandbox to --isolation for vault run (#135)

## Verify

```bash
# Verify checksum
sha256sum --check checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle checksums.txt.bundle \
  --certificate-identity-regexp "github.com/Infisical/agent-vault" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  checksums.txt
```