- Remove built-in WhatsApp/Telegram gateways from agent-core
- Add GatewaySupervisor to spawn zee gateway as child process
- Auto-restart gateway on crash (up to 5 times per minute)
- Add --gateway flag to daemon command (default: true)
- Update systemd service for headless operation
- Gateway logs forwarded to agent-core journal
Messaging is now handled exclusively by external zee gateway,
keeping agent-core clean for upstream compatibility.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- scripts/systemd/install.sh: fix help text CLI commands
- cli/cmd/pr.ts: fix spawned command and messages
- cli/error.ts: fix MCP and model error messages
- cli/cmd/uninstall.ts: also detect "# agent-core" in shell profiles
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>