Files
gravity_control/docs/devlog/2026-04-19.md
Variet Worker e95e7791f9 fix(observer): v36 Accept all 감지 — span.cursor-pointer 선택자 추가 (v0.5.101)
근본 원인: AG Native에서 Accept all 버튼이 <button>이 아닌 <span> 태그.
Observer의 allBtns 선택자가 button만 스캔하여 Accept all 미감지.
ACCEPT-SCAN 로그에서 tag=SPAN cls=cursor-pointer 확인.
span.cursor-pointer 추가로 diff review 버튼 감지 복구.
2026-04-20 04:26:58 +09:00

16 lines
666 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Devlog 2026-04-19
## v0.5.97 — Observer 명령어 추출 안정화 (21:22 KST 검증 완료)
### 변경사항
- **v32**: 터미널 프롬프트(``) 조기감지 — JUNK/PROMPT 필터 전에 명령어 직접 추출
- **v31**: content_copy 아이콘 필터 + 후보 길이순 정렬 + trailing icon strip
- **v30**: "Running command" div 형제 탐색 (pre/code 대신 plain div)
- 배포 전 체크리스트 보강 (log relay 필터, regex E2E, 가정 검증)
- observer-dev-guide DOM 구조 BTN-DOM-DUMP 기반 갱신
### 검증 결과
- 14/14 E2E 테스트 통과
- SYNTAX OK
- Accept all (diff review) 자동 승인 테스트 — v0.5.100 04:13 KST ✅