Read, Write and Edit can now run on another machine, not just Bash.
What's wrong with this entry?
In the previous build only Bash could be routed to another machine. Read, Write and Edit now each declare remote execution support, and Edit's validation grew a remote-aware branch: when the call is remote and the file is missing, it answers "does not exist on this machine, so nothing was changed." instead of offering the local "Did you mean ...?" suggestion.
- Edit also gained a pre-check that returns error code 15 on failure, and a hook that suppresses all permission updates.
- The three file tools' input schemas each gained a spread of extra fields from a shared helper whose contents are not visible in the bundle.
- Nothing gates the descriptor itself; ordinary local use is unaffected.
remoteExecution: { supported: !0 },
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.239
Remote tool execution is complete but hard-disabled in this build
Both mention execution
-
v2.1.239
The
deviceparameter is hidden from every tool that could run remotelyBoth mention execution
-
v2.1.239
Tools can declare whether they run remotely; Bash is the first, and it is scaffolding
Both mention execution