notify_wecom
Send Codex task completion notifications to a WeCom group robot webhook with custom title, status, task summary, repository, and working directory.
Instructions
Send a Codex task notification to a WeCom group robot webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory. | |
| repo | No | Repository or project name. | |
| task | No | Short task name. | |
| title | No | Notification title. | |
| status | No | Task status, for example done, failed, or needs attention. | |
| summary | No | Human-readable completion summary. |