v0.39.0
mherrmann/heliumv0.39.0Jun 24, 2026by github-actions[bot]
AI Summary
The update expands support for AI coding agents and improves the visibility of request logs by resolving actor names. It ensures the tool remains compatible with the latest AI development environments.
Key Highlights
- Support for Pi, Devin, Windsurf, Cline, and Roo Code agents
- Resolve actor names in request log details
New Features
- New AI coding agents (Pi, Devin, Windsurf, Cline, Roo Code)
- Enhanced request log details with actor names
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" ```