Add typing indicator while agent is processing

Shows "typing..." in WhatsApp while the agent container is running.
Uses Baileys sendPresenceUpdate with 'composing' and 'paused' states.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Gavriel
2026-02-01 15:10:42 +02:00
parent 2026eaf53d
commit aa6dcf39d7
2 changed files with 13 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ Single Node.js process that connects to WhatsApp, routes messages to Claude Agen
## Development
Run commands directly—don't tell the user to run them.
```bash
npm run dev # Run with hot reload
npm run build # Compile TypeScript