fix: reviewer 타임아웃 300초, unified에 workspace 경로 추가
- reviewer agent timeout: 180s → 300s (에이전트 시작 오버헤드 고려) - unified context에 workspace path 명시 → 경로 질문에 정확한 답변 - planner agent timeout 유지: 180s
This commit is contained in:
@@ -114,6 +114,7 @@ async def _unified_call(text: str, history: str, project_path: str) -> dict:
|
||||
|
||||
context = (
|
||||
f"{history}"
|
||||
f"## Workspace\nPath: {project_path}\n\n"
|
||||
f"## Project Docs\n{docs_index}\n\n"
|
||||
f"## User Message\n{text}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user