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.