fix(tools): harden pushover security and validation

This commit is contained in:
Chummy 2026-02-17 18:25:40 +08:00
parent 82790735cf
commit d00c1140d9
3 changed files with 212 additions and 25 deletions

View file

@ -60,6 +60,11 @@ PROVIDER=openrouter
# ZEROCLAW_GATEWAY_HOST=127.0.0.1
# ZEROCLAW_ALLOW_PUBLIC_BIND=false
# ── Optional Integrations ────────────────────────────────────
# Pushover notifications (`pushover` tool)
# PUSHOVER_TOKEN=your-pushover-app-token
# PUSHOVER_USER_KEY=your-pushover-user-key
# ── Docker Compose ───────────────────────────────────────────
# Host port mapping (used by docker-compose.yml)
# HOST_PORT=3000