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

Cloud scheduling tool's enablement check consolidated into a single gate lookup

Cloud scheduling tool's availability check simplified to a single feature-gate lookup

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

Cloud scheduling tool's availability check simplified to a single feature-gate lookup

What

The check that decides whether the scheduled cloud agent tool is available used to combine two separate flag checks (one for allow_remote_sessions and another flag) along with other conditions. It's now simplified to a single gate lookup, alongside the unchanged checks for the other conditions and the CLAUDE_CODE_REMOTE environment variable.

Why

This is an internal simplification of how the tool's availability is determined; it consolidates two prior checks into one without changing the other conditions involved.

See this entry in the whole of v2.1.269 →