Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

GitHub-not-connected / access errors for cloud review restructured with reusable builders

GitHub-access error messages for cloud review reworked with dedicated builders and a faster inconclusive path

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.268,
Under the hood

GitHub-access error messages for cloud review reworked with dedicated builders and a faster inconclusive path

What

When /review's cloud review flow (ultrareview) can't find a GitHub account linked to your Claude account, or the linked account can't see the target repository, the error text is now assembled by dedicated helper functions instead of being built inline. The underlying check for GitHub access now has its own capped time budget, and it returns "inconclusive" immediately if the account isn't eligible, instead of always waiting on a full network call.

Why

This should make these GitHub-access errors return faster and more consistently, particularly when the account clearly can't proceed, rather than always waiting out a full request.

Read from
Names in the bundle/review
What the documentation says
/review CLI reference modified, high confidence | `--system-prompt-file` | Replaces with file contents | `claude --system-prompt-file ./prompts/review.txt` | see the edit
/review Extend Claude with skills modified, high confidence | Plugin `skills/` subdirectory | Frontmatter `name` or the directory name, namespaced by plugin | `my-plugin/skills/review/SKILL.md` → `/my-plugin:review`, or `/my-plugin:fancy` with `name: fancy` | see the edit
/review apply modified, high confidence Resources refer to each other by path. Wherever the API expects another resource's ID, write the relative path to that resource's file instead. In this project, the reviewer agent lists `../skills/pr-summary` under `skills`, the lead agent… see the edit
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up /review, on Plugins reference. | `agents` | string\|array | Custom agent files (replaces default `agents/`) | `"./custom/agents/reviewer.md"` | plugins-reference see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agrees/review on CLI reference

See this entry in the whole of v2.1.268 →