Follow these steps to download and set up the application. No coding experience is required.
To download the latest version of ai-task-notify, visit our Releases page and find the appropriate file for your system. Click on the link to download the file.
cd command. Example:
cd /path/to/extracted/folder
Before using the application, you must prepare the configuration files.
cp .env.example .env
Edit the .env file.
Open the .env file in a text editor and configure your notification channels. This file controls how the notifications are sent.
Adjust these settings:
# Enabled channels (separated by commas)
NOTIFY_CHANNELS=wecom,feishu
# WeCom
WECOM_WEBHOOK_URL=https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxx
# Feishu
FEISHU_WEBHOOK_URL=https://open.feishu.cn/open-apis/bot/v2/hook/xxx
Edit your Claude Code settings by opening ~/.claude/settings.json:
{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "python3 /path/to/ai-task-notify/notify.py"
}
]
}
]
}
}
For Codex CLI, edit ~/.codex/config.toml:
notify = ["python3", "/path/to/ai-task-notify/notify.py"]
WECOM_WEBHOOK_URL field in the .env file.FEISHU_WEBHOOK_URL field in the .env file..env file as needed.To run ai-task-notify, ensure your system meets the following requirements:
If you encounter issues or have questions, donโt hesitate to check our Issues page for help. You can also submit your queries there.
Following these steps will help you successfully download and run the ai-task-notify application. For more detailed assistance, refer to our documentation or reach out for support.
Remember to visit our Releases page to download the application now.