WIP: Add GitHub notification summary Cursor command#667
Draft
drbenvincent wants to merge 5 commits intomainfrom
Draft
WIP: Add GitHub notification summary Cursor command#667drbenvincent wants to merge 5 commits intomainfrom
drbenvincent wants to merge 5 commits intomainfrom
Conversation
Features: - Interactive web UI with tabbed categories (PRs, Issues, Watching, Resolved) - 'Action Required' vs 'FYI' subheadings within each tab - Mark Done buttons to archive notifications directly - Refresh button with real-time progress updates (SSE) - AI-generated comprehensive summaries for each notification - Smart tagging (PR MERGED, CHANGES REQUESTED, CI FAILED, etc.) - Bot comment filtering (ignores routine Codecov/pre-commit-ci activity) Files: - .cursor/commands/notification_summary.md - Command definition - .cursor/commands/fetch_notifications.py - Fetch & enrich from GitHub API - .cursor/commands/generate_summaries.py - Generate AI summaries - .cursor/commands/notification_server.py - Local web server (port 8765)
- Add notification_config.py for centralized configuration - Auto-detect org/repo from git remote origin - Support optional .cursor/notification_config.json for customization - Remove hardcoded pymc-labs/CausalPy references - Update documentation with configuration section
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #667 +/- ##
==========================================
- Coverage 94.38% 94.35% -0.03%
==========================================
Files 44 44
Lines 7517 7517
Branches 456 456
==========================================
- Hits 7095 7093 -2
- Misses 261 262 +1
- Partials 161 162 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Add notification_bots.yml with commented bot blacklist - Rename 'bot_usernames' to 'bot_blacklist' for clarity - Simple YAML parsing (no PyYAML dependency needed) - Update documentation with clear blacklist explanation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Cursor command (
/notification_summary) that provides a "morning briefing" for GitHub notifications.Features
Status
🚧 Work in Progress - Still iterating on features and testing.
Files
.cursor/commands/notification_summary.md- Command definition.cursor/commands/fetch_notifications.py- GitHub API fetcher.cursor/commands/generate_summaries.py- Summary generator.cursor/commands/notification_server.py- Web server📚 Documentation preview 📚: https://causalpy--667.org.readthedocs.build/en/667/