No tool currently offers Claude a device option; the check that would add it always fails.
The device parameter is stripped from every remote-capable tool schema because the availability check returns false.
What's wrong with this entry?
Tools that declare support for running on a remote device have the device parameter stripped out of the schema the model sees whenever an availability check fails, and that check bottoms out in a helper returning false unconditionally here. So no tool currently offers device to the model.
- The property is deleted at schema-build time, meaning the model has no way to request remote execution on this build.
- Nothing in the build makes the availability helper return true.
remoteExecution
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.246
Read, Write and Edit now declare remote execution support
Both mention execution
-
v2.1.246
Edit and Write check admission before writing on remote-driven calls
Both mention execution
-
v2.1.246
Remote-driven file reads get their own admission and re-verification path
Both mention execution