GitHub Activity adds a BB sidebar panel for comments and mentions on pull requests and issues you authored.
The feed uses the account already authenticated in the GitHub CLI. It keeps only incoming comments and mentions on resources authored by that account, then presents one searchable, filterable, and sortable table with separate resource and activity icons, repository, title, actor, and recency.
BB hosts the page beside its native Browser and Terminal tools. Each row remains a normal GitHub link, so standard link behavior and modifiers are preserved.
From this repository:
npm ci
bb plugin install "path:$PWD/plugins/github-notifications" --yesThe plugin needs an authenticated GitHub CLI session:
gh auth statusRun the focused package check from the repository root:
npm run check --workspace=bb-plugin-github-notifications