v0.39.0

greensock/GSAPv0.39.0Jun 24, 2026by github-actions[bot]

AI Summary

Infisical Agent Vault v0.39.0 is a minor update that expands the list of supported AI coding agents and improves logging details for better visibility into request origins.

Key Highlights

  • Add Pi, Devin, Windsurf, Cline, and Roo Code to known agents
  • Resolve actor names in request log details

New Features

  • Add Pi, Devin, Windsurf, Cline, and Roo Code to knownAgents

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