feat: add optional feature flag for code context (#1165)

* feat: add featureFlag for codebase analysis

* chore: add changeset

* chore: run format
This commit is contained in:
Ralph Khreish
2025-08-29 00:28:00 +02:00
committed by GitHub
parent be0c0f267c
commit c4f92f6a0a
14 changed files with 98 additions and 38 deletions

View File

@@ -419,7 +419,11 @@ async function analyzeTaskComplexity(options, context = {}) {
tasks: tasksData.tasks,
gatheredContext: gatheredContext || '',
useResearch: useResearch,
hasCodebaseAnalysis: hasCodebaseAnalysis(useResearch, projectRoot),
hasCodebaseAnalysis: hasCodebaseAnalysis(
useResearch,
projectRoot,
session
),
projectRoot: projectRoot || ''
};