Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 19 Feb 05:29
· 8 commits to main since this release

agent-secrets v0.5.2

Portable credential management for AI agents.

Installation

# One-liner
curl -fsSL https://raw.githubusercontent.com/joelhooks/agent-secrets/main/install.sh | bash

# Or download binary directly
# macOS (Apple Silicon)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.2/agent-secrets_0.5.2_darwin_arm64.tar.gz

# macOS (Intel)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.2/agent-secrets_0.5.2_darwin_amd64.tar.gz

# Linux (x86_64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.2/agent-secrets_0.5.2_linux_amd64.tar.gz

# Linux (ARM64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.2/agent-secrets_0.5.2_linux_arm64.tar.gz

Changelog

  • aa38d53 ralph: Remove MCP references, credit Alex Hillman, clean up README