You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/content/docs/reference/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Add the schema line for editor validation and autocomplete:
23
23
```
24
24
25
25
:::note
26
-
Project-level configs cannot use `{env:VAR}` / `{file:path}` expansion and cannot set `sqlite.*` or override hidden-agent prompts/permissions — these are security boundaries against untrusted repositories. User-level config has no such restriction.
26
+
Project-level configs cannot use `{env:VAR}` / `{file:path}` expansion. A cloned repository also cannot set `sqlite.*`, hidden-agent prompts/permissions, `historian.model`, or `historian.fallback_models`. Project `execute_threshold_percentage` / `execute_threshold_tokens` may only RAISE thresholds relative to the user's effective settings (a repo may delay compaction, not make it happen earlier). Dreamer model/schedule/task tuning and `memory.enabled` remain allowed project overrides.
Copy file name to clipboardExpand all lines: packages/plugin/scripts/build-config-docs.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ Add the schema line for editor validation and autocomplete:
233
233
\`\`\`
234
234
235
235
:::note
236
-
Project-level configs cannot use \`{env:VAR}\` / \`{file:path}\` expansion and cannot set \`sqlite.*\` or override hidden-agent prompts/permissions — these are security boundaries against untrusted repositories. User-level config has no such restriction.
236
+
Project-level configs cannot use \`{env:VAR}\` / \`{file:path}\` expansion. A cloned repository also cannot set \`sqlite.*\`, hidden-agent prompts/permissions, \`historian.model\`, or \`historian.fallback_models\`. Project \`execute_threshold_percentage\` / \`execute_threshold_tokens\` may only RAISE thresholds relative to the user's effective settings (a repo may delay compaction, not make it happen earlier). Dreamer model/schedule/task tuning and \`memory.enabled\` remain allowed project overrides.
0 commit comments