Version 2.43.0 Release: Contextual Project Trace & Overrides
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user