v0.25.0
Infisical/agent-vaultv0.25.0Jun 2, 2026by github-actions[bot]
AI Summary
Adds configurable size limits for MITM responses and requests, and refactors skills for better seamlessness.
Key Highlights
- Configurable MITM response/request body size caps
- Skills consolidation to a single reactive skill
New Features
- Configurable MITM response/request body size caps
- Refactor skills to a single reactive skill
Full Release Notes
## Changelog * 5012f5ca5ccea7411b1b7952e1231b079bde1aa9 feat: configurable MITM response/request body size caps (#227) * fb435700feb5fde4329580f77c84a4515fd1475d refactor(skills): make agent-vault feel seamless by consolidating to a single reactive skill (#228) ## 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 ```