v0.39.0
achtungsoftware/alarikv0.39.0Jun 24, 2026by github-actions[bot]
AI Summary
Expands agent support to include new AI coding models and improves request logging details.
Key Highlights
- Support for Pi, Devin, Windsurf, Cline, and Roo Code agents
- Actor name resolution in request log details
New Features
- Support for Pi, Devin, Windsurf, Cline, and Roo Code agents
- Actor name resolution in request log details
Full Release Notes
## Changelog * 3bd0c1e9c08b1b1d41a7d95e95222e0461b1bead feat: add Pi, Devin, Windsurf, Cline, and Roo Code to knownAgents (#295) * fc0443d9d1be5c8c76539dddcd85b46a831adcba feat: resolve actor names in request log details (#292) ## 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 # Verify Docker image signature (requires cosign) cosign verify infisical/agent-vault:0.39.0 \ --certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" ```