Releases: joelhooks/agent-secrets
Releases · joelhooks/agent-secrets
v0.5.5
Fixes
- No more stderr noise:
SilenceErrors+SilenceUsageon root command. Errors go exclusively through the JSON envelope on stdout. - Non-zero exit codes: All error paths return proper exit codes via
output.PrintFail(). No more exit 0 on failures. - HTTP timeout on update check: 5s timeout prevents CLI hangs when GitHub API is slow or unreachable.
- Download timeout: Binary downloads use 60s timeout.
Internal
- New
output.PrintFail()andoutput.ExitErrorhelpers - 16 command files refactored from
Print+return niltoreturn PrintFail() - Test mock client updated to cover custom HTTP clients
v0.5.4
agent-secrets v0.5.4
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.4/agent-secrets_0.5.4_darwin_arm64.tar.gz
# macOS (Intel)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.4/agent-secrets_0.5.4_darwin_amd64.tar.gz
# Linux (x86_64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.4/agent-secrets_0.5.4_linux_amd64.tar.gz
# Linux (ARM64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.4/agent-secrets_0.5.4_linux_arm64.tar.gzChangelog
- a47cd87 ralph: Integration tests: full agent workflow with new commands
v0.5.3
agent-secrets v0.5.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.5.3/agent-secrets_0.5.3_darwin_arm64.tar.gz
# macOS (Intel)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.3/agent-secrets_0.5.3_darwin_amd64.tar.gz
# Linux (x86_64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.3/agent-secrets_0.5.3_linux_amd64.tar.gz
# Linux (ARM64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.3/agent-secrets_0.5.3_linux_arm64.tar.gzChangelog
v0.5.2
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.gzChangelog
- aa38d53 ralph: Remove MCP references, credit Alex Hillman, clean up README
v0.5.1
agent-secrets v0.5.1
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.1/agent-secrets_0.5.1_darwin_arm64.tar.gz
# macOS (Intel)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.1/agent-secrets_0.5.1_darwin_amd64.tar.gz
# Linux (x86_64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.1/agent-secrets_0.5.1_linux_amd64.tar.gz
# Linux (ARM64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.1/agent-secrets_0.5.1_linux_arm64.tar.gzChangelog
v0.5.0
agent-secrets v0.5.0
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.0/agent-secrets_0.5.0_darwin_arm64.tar.gz
# macOS (Intel)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.0/agent-secrets_0.5.0_darwin_amd64.tar.gz
# Linux (x86_64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.0/agent-secrets_0.5.0_linux_amd64.tar.gz
# Linux (ARM64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.5.0/agent-secrets_0.5.0_linux_arm64.tar.gzChangelog
- d40f16e ralph: Add fix field to all error responses
- 9b4f48f ralph: Add list command to show all stored secret names
- 5c0a22e ralph: Make lease default to raw value output
- df3b636 ralph: Refactor response envelope to match cli-design standard
- 111807c ralph: Remove TTY detection and legacy output format flags — JSON always
- 01775fe ralph: Self-documenting root command with command tree
- a1c3156 ralph: Update README, SKILL.md, and AGENTS.md for new CLI design
v0.4.1
agent-secrets v0.4.1
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.4.1/agent-secrets_0.4.1_darwin_arm64.tar.gz
# macOS (Intel)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.4.1/agent-secrets_0.4.1_darwin_amd64.tar.gz
# Linux (x86_64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.4.1/agent-secrets_0.4.1_linux_amd64.tar.gz
# Linux (ARM64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.4.1/agent-secrets_0.4.1_linux_arm64.tar.gzChangelog
v0.3.3
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.gzChangelog
v0.3.2
agent-secrets v0.3.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.3.2/agent-secrets_0.3.2_darwin_arm64.tar.gz
# macOS (Intel)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.3.2/agent-secrets_0.3.2_darwin_amd64.tar.gz
# Linux (x86_64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.3.2/agent-secrets_0.3.2_linux_amd64.tar.gz
# Linux (ARM64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.3.2/agent-secrets_0.3.2_linux_arm64.tar.gzChangelog
v0.3.1
agent-secrets v0.3.1
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.1/agent-secrets_0.3.1_darwin_arm64.tar.gz
# macOS (Intel)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.3.1/agent-secrets_0.3.1_darwin_amd64.tar.gz
# Linux (x86_64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.3.1/agent-secrets_0.3.1_linux_amd64.tar.gz
# Linux (ARM64)
curl -LO https://github.com/joelhooks/agent-secrets/releases/download/v0.3.1/agent-secrets_0.3.1_linux_arm64.tar.gzChangelog
- 7d97e29 fix: scanner exclusion matches exact dir names, not substrings