权限确认卡片超时未处理时发送手机通知
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 401
- Avg merge
- 21h 48m
- Merged PRs (30d)
- 776
Description
**提交人**: longsiyu
**客户端版本**: 0.1.55
---
## 使用场景
用户发起任务后,Cindy 可能显示权限确认卡片并暂停等待。此时用户可能已离开电脑或没有注意到该卡片。
## 当前痛点
权限确认一直未处理会使任务停在原地,但用户没有手机端提醒,因此难以及时发现任务正在等待操作。
## 诉求
当权限确认卡片连续 2 分钟未被处理时,向已连接的手机发送通知,提示 Cindy 正在等待权限确认。
## 建议方案
- 仅在权限确认卡片持续未处理达到 2 分钟后发送,以减少打扰。
- 通知应清楚说明任务因等待权限确认而暂停,并帮助用户回到 Cindy 完成确认。
---
**版本区域**: CN
**OS**: darwin arm64 (25.5.0)
**界面语言**: zh-CN
Contributor guide
Research direction
Start by locating the permission-confirmation flow and the existing path for sending notifications to connected phones. Confirm how a card's waiting duration is tracked and how notifications are delivered. Done means an unhandled permission card triggers one clear phone notification after two minutes, without notifying earlier or repeatedly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100