feat(chat): 일정/할일 질의에 Google Calendar·Tasks 실데이터 주입 (v2.2.221)
"오늘 업무 목록 알려줘" 류 질문에 채팅이 캘린더를 못 읽던 문제 수정. 채팅 경로(RAG)는 두뇌·기억만 검색해 캘린더가 연결돼 있어도 일정 질의에 모른다고 하거나 지어내던 구조적 공백. - scheduleContext.ts: 일정/할일 질의 감지(isScheduleRequest) 시 iCal 캐시 새로고침 + 기간 내 일정 + Tasks(기간 마감/기한 경과/조건부) 실데이터 블록을 contextBlock 에 주입. "데이터에 없으면 없다고 답하라" 지시 포함 (환각 방지). 기간 해석: 기본 오늘 · "내일" · "이번 주". - 미연결이면 연결 명령 안내 블록 — 지어내지 않고 정직하게 안내. - Tasks 조회 실패(토큰 만료 등) 시 에러를 그대로 사용자에게 전달. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "astra",
|
||||
"displayName": "Astra",
|
||||
"description": "The personal intelligence layer for Antigravity and VS Code. A private cognitive partner for deep project context, memory, and proactive strategic decision-making.",
|
||||
"version": "2.2.220",
|
||||
"version": "2.2.221",
|
||||
"publisher": "g1nation",
|
||||
"license": "MIT",
|
||||
"icon": "assets/icon.png",
|
||||
|
||||
Reference in New Issue
Block a user