Auto sync connectai update

This commit is contained in:
2026-05-19 19:20:24 +09:00
parent 59e0139bbe
commit 3fb05e7b13
9 changed files with 36 additions and 17 deletions
+10
View File
@@ -1,5 +1,15 @@
# Astra Patch Notes
## v2.2.33 (2026-05-19)
### 🔍 Slash 명령 진단: dispatch root 로깅 + StatusBar toast
- **dispatch root 진입 trace:** webview에서 들어오는 모든 메시지(type + value preview)를 OutputChannel(Astra)에 log. "메시지가 진짜로 Astra에 도착했는지"부터 결정적으로 판별 가능.
- **StatusBar 5초 toast:** `/research`, `/benchmark`, `/youtube`, `/blog` 명령이 slashRouter에 진입하면 VS Code 하단 StatusBar에 `📻 Datacollect Radio: /benchmark 처리 중…` 표시. OutputChannel 못 봐도 진입 자체를 즉시 확인.
- **신규 패키징:** `astra-2.2.33.vsix` 패키지로 배포합니다.
---
## v2.2.32 (2026-05-19)
### 🔬 Datacollect Radio: 슬래시 명령 진단 로깅 강화
- **OutputChannel(Astra)에 단계별 trace 추가:** `[SLASH] prompt received`, `[SLASH] handleSlashCommand start/finished/error` 라인을 logInfo로 출력. "/benchmark 입력했는데 아무 응답 없음" 같은 보고가 들어왔을 때 어디서 막혔는지 (분기 진입 여부 / webview 부재 / bridge 호출 실패) 즉시 판별 가능.