[BUG] subscribe_pr_activity delivers human review events but not bot review events (from GitHub Apps like chatgpt-codex-connector[bot] and gemini-code-assist[bot])

Resolved 💬 8 comments Opened May 24, 2026 by JacquelineShi Closed Jul 5, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

subscribe_pr_activity delivers human review events but not bot review events (from GitHub Apps like chatgpt-codex-connector[bot] and gemini-code-assist[bot]).

What Should Happen?

Claude code subscribe_pr_activity should deliver both human review events and also bot review events.

Error Messages/Logs

Steps to Reproduce

  1. Open a PR on a repo with ChatGPT Codex and Gemini Code Assist configured as reviewers
  2. In a Claude Code session, use subscribe_pr_activity to watch the PR
  3. Wait for bot reviews to arrive (Codex and Gemini Code Assist both post reviews)
  4. Claude Code receives events for human comments and PR actions (open, push),

but does NOT receive events for bot reviews from GitHub Apps
(chatgpt-codex-connector[bot], gemini-code-assist[bot])

  1. The reviews ARE visible via the GitHub API (get_reviews, get_review_comments

return them), so the data exists — it's just not delivered as PR activity events

Note: Human review comments are delivered correctly. Only bot/GitHub App
reviews are missing from the event stream.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

Claude Code version 2.1.150

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 8 comments on GitHub. Read the full discussion on GitHub ↗