|
|
62306d3cf1
|
docs: update devlog index with commit hash a07d9d3
|
2026-03-09 18:25:04 +09:00 |
|
|
|
a07d9d3803
|
feat(bridge): deep-inspect HTTP endpoint + recursive DOM inspector #task-264
|
2026-03-09 18:24:41 +09:00 |
|
|
|
dddbd2b96f
|
docs: update devlog index with commit hash 32bf5ae
|
2026-03-09 18:07:01 +09:00 |
|
|
|
32bf5ae416
|
feat(bridge): renderer v3 deep DOM traversal (iframe/webview/shadow) #task-255
- deepFindButtons(): traverse iframe contentDocument, webview.executeJavaScript, shadow DOMs
- dumpDOMStructure(): startup diagnostic dump of all iframes/webviews/buttons
- 3-phase trigger-click: deep DOM → webview execJS → iframe direct
- known-issues: webview iframe isolation confirmed, v3 solution documented
|
2026-03-09 18:06:01 +09:00 |
|
|
|
5e64860c3f
|
docs: update devlog index + known-issues with renderer DOM click status
|
2026-03-09 15:12:12 +09:00 |
|
|
|
3b1bb9246e
|
feat(bridge): step-type-specific approval commands + SDK research
- tryApprovalStrategies: terminalCommand.run > terminalCommand.accept > command.accept > acceptAgentStep
- Step probe: immediate on first stall (5s), 775-limit detection with dynamic fallback
- NOTIFY filter: skip <50 chars, TASK dedup by taskName+taskStatus
- BTN-DUMP diagnostic removed from renderer
- Focus: agentPanel.focus + agentSidePanel.focus (verified SDK commands)
- known-issues: add step-type command mismatch finding
|
2026-03-09 09:19:36 +09:00 |
|