opencode-cursor-agent/internal/providers
王性驊 bef521504e feat: Add debug mode with screenshot and page analysis
Features:
- Wait for user ENTER in visible mode (GEMINI_BROWSER_VISIBLE=true)
- Save screenshot to /tmp/gemini-debug.png
- Save HTML to /tmp/gemini-debug.html
- JavaScript-based element detection
- Multi-strategy wait (A: selectors, B: time, C: JS, D: debug)
- Detailed logging of each strategy attempt
- Page structure dump in debug mode

This helps identify why input field is not found
2026-04-03 01:31:37 +08:00
..
cursor feat: Add GeminiWeb provider foundation 2026-04-02 22:45:41 +08:00
geminiweb feat: Add debug mode with screenshot and page analysis 2026-04-03 01:31:37 +08:00
factory.go feat: Switch to playwright-go for better DOM automation 2026-04-03 01:20:42 +08:00