fix(FN-4447): restore workspace typecheck compatibility

Fusion-Task-Id: FN-4447
Fusion-Task-Lineage: 935b18e7-edda-4183-9ac2-d0081dd4fbc7
This commit is contained in:
Fusion
2026-05-14 00:01:59 -07:00
committed by gsxdsm
parent 231e3f516e
commit aeea274f8a

View File

@@ -1935,6 +1935,12 @@ export interface GlobalSettings {
* undefined, this value seeds that undefined granular kind at read time.
* Default: false (suppressed). */
persistAgentThinkingLog?: boolean;
/** Agent memory prompt inclusion mode baseline for all projects/agents.
* - "full": inline full curated memory content into prompts (default)
* - "index": include only a compact memory index, then fetch on demand via memory tools
* - "off": omit agent-memory prompt sections entirely
*/
agentMemoryInclusionMode?: AgentMemoryInclusionMode;
/** Research defaults shared across all projects.
* Project settings may override these via `researchSettings`. */
researchGlobalDefaults?: ResearchGlobalDefaults;