v0.39.0

drizzle-team/drizzle-ormv0.39.0Jun 24, 2026by github-actions[bot]

AI Summary

Added support for several AI coding agents (Pi, Devin, Windsurf, Cline, Roo Code) and improved request log details.

Key Highlights

  • Added Pi, Devin, Windsurf, Cline, and Roo Code to knownAgents
  • Actor names resolved in request log details

New Features

  • Support for new AI coding agents
  • Improved request log details with resolved 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"
```