v0.29.0

Infisical/agent-vaultv0.29.0Jun 5, 2026by github-actions[bot]

AI Summary

Adds OAuth scope selection functionality with provider-specific suggestions to improve configuration flexibility.

Key Highlights

  • OAuth scope selection
  • Provider-specific suggestions

New Features

  • OAuth scope selection with provider-specific suggestions

Full Release Notes

## Changelog
* 149a32347efd43e7df09248805f42994ca5676bb feat(oauth): add scope selection with provider-specific suggestions (#237)

## Verify

```bash
# Verify checksum (portable across macOS and Linux)
shasum -a 256 --ignore-missing -c checksums.txt

# Verify signature (requires cosign v2+)
cosign verify-blob \
  --bundle checksums.txt.sig \
  --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  checksums.txt
```