send_code_update
Send a code update notification to Telegram after significant changes, delivering a summary and diff preview to keep you informed.
Instructions
Send a code update notification to Telegram. Use after making significant code changes to inform the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Brief summary of the changes | |
| file_path | Yes | Path to the modified file | |
| change_type | Yes | Type of change made | |
| diff_preview | No | Optional diff or code snippet showing the change |