I'm facing a persistent issue where Cron jobs running in an isolated session fail to deliver external messages/notifications.
Symptom: The Cron job executes message or exec(curl) commands. The system reports "Executed Successfully", but the external recipient (Telegram Chat ID or Bark) never receives the message.
Diagnosis: The exact same commands work perfectly when run directly in the main session.
Attempted Fix: I explicitly granted exec and message tool permissions to isolated sessions in clawdbot.json, but the issue remains.
Question: Is there an underlying security or sandboxing policy that blocks external communication from the Cron isolated environment? What specific configuration is needed to lift this restriction?