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.274 ·

Self-hosted runner: inaccessible context-source repos are skipped instead of failing the whole clone

Self-hosted runner now skips context-source repos it can't access instead of failing the whole clone

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSelf-Hosted Runnerwhat it touches
KindImprovementsin v2.1.274,
You'll notice

Self-hosted runner now skips context-source repos it can't access instead of failing the whole clone

What

When a self-hosted runner (the claude runner binary used to run hosted or CI-style pools of sessions) prepares context sources for a session, it used to fail the whole clone if one repo couldn't be reached. Now, if a repo that isn't a work repo (it has no push_targets entry) can't be accessed through the git mount or proxy because of an authentication or permission problem, the runner logs a warning, records the skip as context_source_access_denied, and shows a step message telling the user to check their GitHub connection or ask an admin to check org access.

Why

This keeps one inaccessible repo from blocking an entire session's setup, and it gives users a clear next step (check GitHub access, or ask an admin) instead of an opaque failure.

See this entry in the whole of v2.1.274 →