v0.5.1

Infisical/agent-vaultv0.5.1Apr 10, 2026by github-actions[bot]

AI Summary

Adds new commands for discovering vaults and creating proposals, alongside a critical fix for handling null data in proposal title derivation.

Key Highlights

  • Added discover, catalog, and proposal create commands
  • Fixed handling of null services_json in proposal title derivation

New Features

  • Discover command
  • Catalog command
  • Proposal create command

Full Release Notes

## Changelog
* ff1d4208f5ca979e74598bfa4d2e5495857c6b50 feat: add discover, catalog, proposal create commands and split agent skills (#42)
* 51c01cfa1f402dc7ffcce1fdf892d3e54268ef7f fix: handle null services_json in proposal title derivation

## 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
```