Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 02 Feb 18:54
· 24 commits to main since this release

agent-secrets v0.3.3

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.3.3/agent-secrets_0.3.3_darwin_arm64.tar.gz

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

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

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

Changelog

  • 50a6ddf feat: add serve command to start daemon
  • 9f16647 feat: auto-init store and auto-start daemon on install