t1385.4: Add iMessage/BlueBubbles subagent doc#2780
Conversation
Create .agents/services/communications/imessage.md covering: - Two integration paths: BlueBubbles REST API (recommended) and imsg CLI (send-only) - macOS requirements, Messages.app keepalive, VM/headless setup - BlueBubbles REST API endpoints, webhooks, chat GUID format - Messaging features: DMs, groups, reactions, attachments, typing, read receipts - Access control patterns and credential storage - Privacy/security assessment: E2E encryption details, Apple metadata visibility, Advanced Data Protection, comparison with Signal/SimpleX/Matrix - aidevops runner dispatch integration pattern - Limitations: platform lock-in, reliability, feature gaps, ToS considerations - Register imessage in subagent-index.toon Closes #2751
- Update BlueBubbles installation: Homebrew cask deprecated (2026-09-01), recommend DMG from GitHub Releases - Fix encryption table: use RSA-OAEP/ECIES per Apple docs instead of explicit RSA-2048 claim; separate signing (ECDSA) from encryption; add PQ3 (iOS 17.4+) and ECIES (iOS 13+) entries - Fix check_and_restart: use pgrep -x for exact process name match instead of pgrep -f substring match
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Tue Mar 3 05:09:31 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|



Summary
Changes from PR #2762 (closed)
Addresses all CodeRabbit and Gemini review feedback:
check_and_restartusespgrep -x(exact match) instead ofpgrep -f(substring)bundle_idparameter fromcheck_and_restartfunction; only suppress stdout (not stderr) inpgrepCloses #2751