Netclaw 0.3.5
0.3.5 2026-03-07
Netclaw v0.3.5 — Reminder Slack notification reliability
Reminder Notification Delivery
- Treat reminder notification delivery as part of execution success:
send_slack_messagetool results are now tracked during reminder execution and delivery failures are surfaced as execution failures rather than silently ignored. (#181) - Made tool argument parsing resilient to common LLM key variants (
Message/message,ChannelId/channel_id) and addedtextas aMessagealias forsend_slack_messageto prevent delivery failures caused by argument name mismatches. (#181)