From 14d55d843ca9983e7f31cd9d2cb22fc2a21ebf6b Mon Sep 17 00:00:00 2001 From: Thibault Sottiaux Date: Mon, 20 Oct 2025 14:53:39 -0700 Subject: [PATCH] docs: align platform sandbox blurb --- docs/platform-sandboxing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-sandboxing.md b/docs/platform-sandboxing.md index 39ffce67c3..0e28a951dc 100644 --- a/docs/platform-sandboxing.md +++ b/docs/platform-sandboxing.md @@ -1,3 +1,3 @@ ## Platform sandboxing -This content now lives alongside the rest of the sandbox guidance. See [Sandbox mechanics by platform](./sandbox.md#platform-sandboxing-details) for up-to-date details. +This content now lives alongside the rest of the sandbox guidance. See [Sandbox mechanics by platform](./sandbox.md#platform-sandboxing-details) for up-to-date details, including how the read-only preset automatically runs sandboxed commands under `AskForApproval::OnRequest` instead of requiring approval for every command.