TinyClaw v0.0.8
feat: add /restart in-chat command and tinyclaw-admin skill and fix: add polling watchdog and recovery to Telegram client
- Add /restart command to Discord, Telegram, and WhatsApp channel clients
so users can restart TinyClaw from any chat channel - Register /restart in Telegram's bot command menu
- Add tinyclaw-admin skill for agents to self-administer TinyClaw
(manage agents, teams, settings, queue, tasks via REST API) - Include tc-api.sh helper script wrapping common API operations
- Update README with /restart in-chat command documentation\
- Watchdog timer restarts polling after 2 min of inactivity
- Auto-restart polling on fatal errors (EFATAL, 409)
- Track last polling activity timestamp
- Add unhandledRejection/uncaughtException handlers for visibility