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 6b1db6eb96
commit d03dd90b7f
4 changed files with 6 additions and 5 deletions
+1 -1
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: {