跨编辑器的 AI 编程通知网关:在 Cursor / Claude Code / Qoder 中,当任务完成、异常或等待授权时,将通知推送到桌面、手机与钉钉、飞书、企业微信等渠道。Cross-editor AI coding notifications for Cursor, Claude Code, and Qoder—desktop, mobile, and IM (DingTalk, Feishu, WeCom) when tasks complete, error, or need approval.
# AgentWake English | [简体中文](README.zh-CN.md) A cross-editor AI programming notification gateway. Supports Cursor / Claude Code / Qoder. Real-time push notifications to desktop, mobile, and IM groups when AI tasks are completed, abnormally terminated, or waiting for authorization. ## Preview <p align="center"> <img src="docs/screenshots/web.jpg" width="48%" alt="Web Interface" /> <img src="docs/screenshots/mobile_notify.jpg" width="48%" alt="Mobile Notification" /> </p> <p align="center"> <img src="docs/screenshots/cursor.png" width="48%" alt="Cursor Notification" /> <img src="docs/screenshots/qoder.png" width="48%" alt="Qoder Notification" /> </p> --- ## Core Features - **Multi-editor Support** — Cursor Hook, Claude Code Hook, Qoder log listening - **Multi-channel Notifications** — Desktop system notifications, PWA web push, DingTalk, Feishu, WeCom - **Claude Code Deep Integration** — Supports all Hook events like Stop / Notification / StopFailure / SessionEnd, customizable notification titles for each event - **Mobile Real-time Push** — Built-in PWA Web App, HTTPS + WebSocket millisecond push, supports QR code connection - **Smart Anti-disturbance** — Event deduplication + rate limiting to prevent message bombing - **Interactive Configuration** — `agentwake setup` guides you through all configurations step by step --- ## Quick Start ### Prerequisites - Node.js >= 18 - [mkcert](https://github.com/FiloSottile/mkcert) (Generates local HTTPS certificates, required for mobile push) ### Installation ```bash npm i -g agentwake ``` ### Method 1: Interactive Guide (Recommended) ```bash agentwake setup # Interactive setup (~/.agentwake/.env, HTTPS/mkcert, Cursor hooks, Cursor hooks, channels, …) ``` `setup` will guide you through: 1. Whether to enable HTTPS (optional mkcert certificates) 2. Select AI tools (Claude Code / Cursor / Qoder) 3. Select event types to listen to (Cursor) 4. Customize notification titles for each event (optional) 5. Selec
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.