v0.4.0

Infisical/agent-vaultv0.4.0Apr 3, 2026by github-actions[bot]

AI Summary

This release focuses on improving the CLI workflow by enabling inline setup for authenticated commands and reinforcing the agent's logic to prioritize the Agent Vault.

Key Highlights

  • Added inline setup for all authenticated CLI commands
  • Strengthened agent instructions to always check Agent Vault first
  • Included verification steps via checksums and cosign

New Features

  • Inline setup for CLI commands
  • Strengthened agent instructions

Full Release Notes

## Changelog
* f1104f27fc02ccb63bf9f075a51757e4b0a496d6 feat: inline setup for all authenticated CLI commands (#24)
* 341231868364d3f0c4f97a9e0ee2750bae757ebe feat: strengthen agent instructions to always check Agent Vault first

## Verify

```bash
# Verify checksum
sha256sum --check checksums.txt

# Verify signature (requires cosign)
cosign verify-blob \
  --bundle checksums.txt.bundle \
  --certificate-identity-regexp "github.com/Infisical/agent-vault" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  checksums.txt
```