docs: clarify policy requirement for general.plan.directory in settings schema (#23784)

This commit is contained in:
Jerop Kipruto
2026-03-25 15:37:48 -04:00
committed by GitHub
parent 86111c4d54
commit 6d3437badb
4 changed files with 6 additions and 5 deletions

View File

@@ -300,7 +300,7 @@ const SETTINGS_SCHEMA = {
requiresRestart: true,
default: undefined as string | undefined,
description:
'The directory where planning artifacts are stored. If not specified, defaults to the system temporary directory.',
'The directory where planning artifacts are stored. If not specified, defaults to the system temporary directory. A custom directory requires a policy to allow write access in Plan Mode.',
showInDialog: true,
},
modelRouting: {