diff --git a/src/resources/extensions/sf/unit-context-manifest.js b/src/resources/extensions/sf/unit-context-manifest.js index 8f1e69884..02d6ea46d 100644 --- a/src/resources/extensions/sf/unit-context-manifest.js +++ b/src/resources/extensions/sf/unit-context-manifest.js @@ -460,6 +460,7 @@ export const UNIT_MANIFESTS = { inline: ["task-plan", "slice-plan", "prior-task-summaries", "templates"], excerpt: [], onDemand: ["slice-research"], + computed: ["knowledge", "graph"], }, maxSystemPromptChars: COMMON_BUDGET_LARGE, }, @@ -474,6 +475,7 @@ export const UNIT_MANIFESTS = { inline: ["slice-plan", "prior-task-summaries", "templates"], excerpt: [], onDemand: ["slice-research"], + computed: ["knowledge", "graph"], }, maxSystemPromptChars: COMMON_BUDGET_LARGE, }, @@ -536,6 +538,7 @@ export const UNIT_MANIFESTS = { inline: ["project", "templates"], excerpt: [], onDemand: [], + computed: ["knowledge", "graph"], }, maxSystemPromptChars: COMMON_BUDGET_MEDIUM, }, @@ -550,6 +553,7 @@ export const UNIT_MANIFESTS = { inline: ["project", "requirements", "templates"], excerpt: [], onDemand: [], + computed: ["knowledge", "graph"], }, maxSystemPromptChars: COMMON_BUDGET_MEDIUM, }, @@ -564,6 +568,7 @@ export const UNIT_MANIFESTS = { inline: ["project", "requirements", "decisions", "templates"], excerpt: [], onDemand: [], + computed: ["knowledge", "graph"], }, maxSystemPromptChars: COMMON_BUDGET_LARGE, }, @@ -578,6 +583,7 @@ export const UNIT_MANIFESTS = { inline: ["templates"], excerpt: [], onDemand: [], + computed: ["knowledge"], }, maxSystemPromptChars: COMMON_BUDGET_MEDIUM, },