Workspace trust status is now passed into session setup and checked against trusted network directories
A workspaceTrust setting from init configuration is now passed through to session setup, where it's used to run a new workspace-trust check. That check considers the current working directory, a list of trusted network directories, and storage state, and runs during setup when the host owns the terminal's standard input.
This threads workspace trust information deeper into session initialization, likely as part of deciding what a session is allowed to do in an untrusted workspace, though the finding doesn't specify the effect of the check's result.
What happens as a result of this workspace-trust check (e.g. what gets blocked or warned) is not stated.