Version 2.43.0 Release: Contextual Project Trace & Overrides

This commit is contained in:
g1nation
2026-05-03 00:59:38 +09:00
parent 1d9c7f203f
commit d2c9f624b8
5 changed files with 84 additions and 4 deletions
+1 -1
View File
@@ -843,7 +843,7 @@ export class AgentExecutor {
}
private isBlockingProjectKnowledgeAnswer(content: string): boolean {
return /(블로킹 질문|어떤 기능 영역|어떤 부분.*먼저|어떤 기능이나 아키텍처|구체적인 방향|방향 설정이 필요|명확히 알려주시면|우선적으로 정리|최종 사용 목적|Question reason)/i.test(content);
return /(블로킹 질문|어떤 기능 영역|어떤 부분.*먼저|어떤 기능이나 아키텍처|구체적인 방향|방향 설정이 필요|명확히 알려주시면|우선적으로 정리|최종 사용 목적|Question reason|별도의 파일 기록.*생성되지|파일 기록이 생성되지|더 깊이 있는 분석.*지정|해당 기능.*지정하여 요청)/i.test(content);
}
private buildProjectKnowledgeFallbackAnswer(localPathContext: string): string {