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 버튼 감지 복구.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "gravity-bridge",
|
||||
"displayName": "Gravity Bridge",
|
||||
"description": "Discord-based unified approval system for Antigravity AI interactions.",
|
||||
"version": "0.5.100",
|
||||
"version": "0.5.101",
|
||||
"publisher": "variet",
|
||||
"engines": {
|
||||
"vscode": "^1.100.0"
|
||||
|
||||
Reference in New Issue
Block a user