Skip to content

React with emoji for better UX on explicit review ask - #62

Merged
masih merged 2 commits into
mainfrom
masih/ai-on-demand-review-emoji
Aug 18, 2026
Merged

React with emoji for better UX on explicit review ask#62
masih merged 2 commits into
mainfrom
masih/ai-on-demand-review-emoji

Harden error handling

3ce196d
Select commit
Loading
Failed to load commit list.
Seidroid / AI Review succeeded Aug 17, 2026 in 0s

Claude + Codex + Cursor Review: success

Adds a best-effort 👀/👍 reaction lifecycle for explicit @seidroid review requests; the design is sound (gated behind authorization, all GraphQL calls wrapped in try/catch so failures only warn). Findings are non-blocking: a likely missing issues: write scope on the GITHUB_TOKEN fallback path, a stale-👀 case when a run is cancelled, and no signal to the requester when the review fails.