v0.23.0

Infisical/agent-vaultv0.23.0Jun 1, 2026by github-actions[bot]

AI Summary

Introduced support for OpenClaw/Codex and removed the legacy proxy TLS wrapping functionality to streamline the architecture.

Key Highlights

  • Added OpenClaw/Codex support
  • Removed proxy TLS wrapping
  • Architectural simplification

Breaking Changes

  • Removed proxy TLS wrapping functionality

New Features

  • OpenClaw/Codex support

Full Release Notes

## Changelog
* 7d60bbaac800f805148604abce4e4af732dccbd6 feat(run): add OpenClaw/Codex support, remove proxy TLS wrapping (#213)

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