zeroclaw/src
Chummy b0e1e32819
feat(config): make config writes atomic with rollback-safe replacement (#190)
* feat(runtime): add Docker runtime MVP and runtime-aware command builder

* feat(security): add shell risk classification, approval gates, and action throttling

* feat(gateway): add per-endpoint rate limiting and webhook idempotency

* feat(config): make config writes atomic with rollback-safe replacement

---------

Co-authored-by: chumyin <chumyin@users.noreply.github.com>
2026-02-15 12:18:45 -05:00
..
agent feat(config): make config writes atomic with rollback-safe replacement (#190) 2026-02-15 12:18:45 -05:00
channels feat: implement AIEOS identity support (#168) 2026-02-15 11:46:02 -05:00
config feat(config): make config writes atomic with rollback-safe replacement (#190) 2026-02-15 12:18:45 -05:00
cron refactor: consolidate CLI command definitions to lib.rs 2026-02-15 06:52:33 -05:00
daemon feat(channels): wire up email channel (IMAP/SMTP) into config and registration 2026-02-15 10:58:30 -05:00
doctor fix: add missing port/host fields to GatewayConfig and apply_env_overrides method 2026-02-14 16:05:13 -05:00
gateway feat(config): make config writes atomic with rollback-safe replacement (#190) 2026-02-15 12:18:45 -05:00
health fix: add missing port/host fields to GatewayConfig and apply_env_overrides method 2026-02-14 16:05:13 -05:00
heartbeat feat: enhance agent personality, tool guidance, and memory hygiene 2026-02-14 11:28:39 -05:00
integrations refactor: consolidate CLI command definitions to lib.rs 2026-02-15 06:52:33 -05:00
memory fix(discord): track gateway sequence number and handle reconnect opcodes (#159) 2026-02-15 10:25:38 -05:00
observability feat: implement AIEOS identity support (#168) 2026-02-15 11:46:02 -05:00
onboard feat(providers): add multi-model router for task-based provider routing 2026-02-15 11:40:58 -05:00
providers feat(providers): add multi-model router for task-based provider routing 2026-02-15 11:40:58 -05:00
runtime feat(config): make config writes atomic with rollback-safe replacement (#190) 2026-02-15 12:18:45 -05:00
security feat(config): make config writes atomic with rollback-safe replacement (#190) 2026-02-15 12:18:45 -05:00
service refactor: consolidate CLI command definitions to lib.rs 2026-02-15 06:52:33 -05:00
skillforge feat: SkillForge — automated skill discovery, evaluation & integration engine (#144) 2026-02-15 09:26:13 -05:00
skills fix(skills): prevent path traversal in skill remove command 2026-02-15 08:15:41 -05:00
tools feat(config): make config writes atomic with rollback-safe replacement (#190) 2026-02-15 12:18:45 -05:00
tunnel fix: resolve all clippy --all-targets warnings across 15 files 2026-02-14 03:52:57 -05:00
identity.rs feat: implement AIEOS identity support (#168) 2026-02-15 11:46:02 -05:00
lib.rs feat: implement AIEOS identity support (#168) 2026-02-15 11:46:02 -05:00
main.rs fix: install default Rustls crypto provider to prevent TLS initialization error 2026-02-15 11:10:28 -05:00
migration.rs refactor: consolidate CLI command definitions to lib.rs 2026-02-15 06:52:33 -05:00
util.rs fix(channels): check response status in send() for Telegram, Slack, and Discord 2026-02-15 09:48:58 -05:00