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

Self-hosted runner: some context-source repos may now be exempt from silent skip-on-not-found

Self-hosted runners now check a per-source "required" setting before silently skipping missing context repos

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.275,
You'll notice

Self-hosted runners now check a per-source "required" setting before silently skipping missing context repos

What

When the self-hosted runner encounters a problem with a context-source repository, such as a missing branch reference, a failed checkout hook, or an access-denied error, it decides whether to silently skip that source or treat it as an error. Previously this decision was based only on whether the source had a matching entry in push_targets. Now it also checks whether that source is explicitly marked as required; sources marked this way are no longer silently skipped.

Why

This means a repo that's genuinely needed for the run will now surface a problem instead of being quietly ignored, while other context sources can still be skipped as before.

See this entry in the whole of v2.1.275 →