zeroclaw/src
fettpl 1f9247092c fix: replace UUID v4 key generation with direct CSPRNG
Use ChaCha20Poly1305::generate_key(&mut OsRng) to generate encryption
keys directly from the OS CSPRNG, providing full 256-bit entropy without
the fixed version/variant bits that UUID v4 introduces (6 fixed bits
per 128-bit UUID = only 244 effective bits from two UUIDs).

Closes #54

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 23:51:57 +01:00
..
agent feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
channels fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
config feat: add browser automation tool using Vercel agent-browser 2026-02-14 15:46:36 -05:00
cron fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
daemon feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
doctor fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
gateway refactor: remove AIEOS identity support 2026-02-14 14:05:14 -05:00
health fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
heartbeat feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
integrations refactor: simplify CLI commands and update architecture docs 2026-02-14 05:17:16 -05:00
memory feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
observability fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
onboard fix: add memory config to wizard and fix clippy warnings 2026-02-14 15:50:53 -05:00
providers feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
runtime feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
security fix: replace UUID v4 key generation with direct CSPRNG 2026-02-14 23:51:57 +01:00
service fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
skills fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00
tools fix: replace UUID v4 key generation with direct CSPRNG 2026-02-14 23:51:57 +01:00
tunnel fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
lib.rs refactor: remove AIEOS identity support 2026-02-14 14:05:14 -05:00
main.rs fix: add memory config to wizard and fix clippy warnings 2026-02-14 15:50:53 -05:00
migration.rs fix: resolve clippy warnings and formatting issues for CI 2026-02-14 15:36:19 -05:00