Some tools now discard every permission rule a hook proposes and hide "always allow".
What's wrong with this entry?
A tool can now declare that it discards all permission changes returned by hooks or permission handlers, not just "always allow" rules. When it does, those updates are stripped before they reach the session's permission context and the "always allow" option is withheld.
- The new per-tool method
suppressesAllPermissionUpdates(input)sits alongside the existingsuppressesAlwaysAllowRule. - Available on this build for any tool that implements the method; tools that do not are unaffected.
- A dedicated refusal message covers the case where a hook tried to inject a machine target into a call: only the model's own input may name a machine.
only the model's own input can name a machine, so it was not run.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.