Commit Graph

2 Commits

Author SHA1 Message Date
sjd9021 a4e6630f22 fix: add 30s fetch timeout and response.text() guard to notifier-openclaw
Adds AbortSignal with 30s timeout to all fetch calls so requests don't
hang indefinitely if the OpenClaw gateway is unresponsive. Wraps
response.text() in try/catch to handle malformed or already-consumed
response bodies gracefully.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 21:20:01 +05:30
sjd9021 e31690278f feat: add notifier-openclaw plugin for OpenClaw gateway
Adds a new notifier plugin that sends session events to an OpenClaw
gateway via HTTP POST. Includes configurable host, port, token, and
event filtering. Added to urgent and action notification channels by
default.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 21:04:54 +05:30