Changelog›v1.0.x
v1.0.x Changelog
This initial version series establishes the core Go CLI implementation, the zero-knowledge client-side encryption engine, and fundamental secrets sync capabilities.
v1.0.4
- PyPI Compatibility: Updated PyPI packaging wrapper to resolve dependency conflicts with
agentsecrets-clidistribution packages.
v1.0.3
- Zero-Knowledge Enforcements: Enforced strict validation checking to ensure plaintext secrets never reach the backend database.
- Interactive Keychain Mapping: Overhauled key resolution to treat the local OS Keychain as an iterable map, allowing seamless diffs, pulls, and pushes.
- OpenClaw Integration: Updated initial OpenClaw skill specifications.
v1.0.2
- Multi-Platform Support: Fixed GoReleaser configurations to support compiling native binary distributions for macOS (Darwin), Linux, and Windows.
- Configuration Upgrades: Refactored
~/.agentsecrets/config.jsoninitialization parameters.
v1.0.0
- Go Core Engine: Complete rewrite of the CLI and credential proxy in Go for cross-platform performance.
- Workspaces & Projects: Initial implementation of organizational workspaces (
create,switch,list) and project scoping. - Secrets Sync: Built client-side encryption and decryption wrappers (X25519 sealed box and AES-256-GCM) to push/pull secrets securely.
Was this helpful?
Thanks for your feedback!
Your feedback helps us improve the platform.