fix: restore notify init + Plivo numbers (#846) (thanks @vrknetha)

This commit is contained in:
Peter Steinberger
2026-01-15 07:28:14 +00:00
parent 2579609922
commit 3e6917c8ae
4 changed files with 40 additions and 32 deletions

View File

@@ -9,6 +9,7 @@
- Agents: add optional auth-profile copy prompt on `agents add` and improve auth error messaging.
- Security: expand `clawdbot security audit` checks (model hygiene, config includes, plugin allowlists, exposure matrix) and extend `--fix` to tighten more sensitive state paths.
- Security: add `SECURITY.md` reporting policy.
- Voice Call: add Plivo provider for the voice-call plugin. (#846) — thanks @vrknetha.
- Plugins: add Zalo channel plugin with gateway HTTP hooks and onboarding install prompt. (#854) — thanks @longmaba.
- Onboarding: add a security checkpoint prompt (docs link + sandboxing hint); require `--accept-risk` for `--non-interactive`.
- Docs: expand gateway security hardening guidance and incident response checklist.