v0.20.0

Infisical/agent-vaultv0.20.0May 14, 2026by github-actions[bot]

AI Summary

Redesigned the agent connection modal to focus on the agent-vault CLI and increased the default rate limits for agents.

Key Highlights

  • Rewrote Connect Your Agent modal
  • Increased agent rate limit defaults

New Features

  • CLI-based agent connection modal

Full Release Notes

## Changelog
* 68306fd4be026f037d7ba3b7273016e9de755fb0 agents: rewrite Connect Your Agent modal around the agent-vault CLI (#169)
* 98f9b76d7735e37fc1c3ebae651f50dde1aa7544 fix(rate-limits): raise agent rate limit defaults (#171)

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