Under the hood
Permission-prompt skip decisions now report a specific reason instead of yes/no
What
The internal function that decides whether a tool call can skip the permission prompt now returns one of three specific reasons instead of a plain true/false: "none", "artifact-tool", or "webfetch".
Why
This lets the code that consumes this decision know exactly why a permission prompt was or wasn't needed, rather than just whether it was, which supports more precise handling of each case.