Your machine can now answer tool calls sent back to it by a cloud session.
What's wrong with this entry?
The remote session manager can now accept work sent back from a cloud session and answer it locally. Incoming control requests of subtype remote_tool_call, remote_plumbing_call and remote_tools_probe are tracked as pending served requests, answered, and cancelled or retired when the session gives up.
- Whether this runs is decided by whether a serving callback is registered, not by a named feature flag; no flag guarding it appears in the build.
- With no serving callback registered, the request is left unanswered and the reason is logged as not serving tools here.
- The manager also tracks whether the remote worker is alive and whether this machine is currently serving.
not serving tools here, leaving it unanswered
Strings lifted out of the shipped bundle, so the claim above can be checked against them.