Skip to content

Commit 8022b6b

Browse files
authored
Update README with screenshot and LLM details
Added a screenshot and clarified LLM auto-detection process.
1 parent 267ebdd commit 8022b6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ browser-agent-cli replay ./hn.plan.json \
107107
# Self-heal drifted steps during replay (independent of the finish pass).
108108
browser-agent-cli replay ./hn.plan.json --ai-fallback
109109
```
110+
<img width="836" height="658" alt="Screenshot 2026-04-24 at 1 54 50 AM" src="https://github.com/user-attachments/assets/d7c159d6-e5dd-4427-95ab-c7c4ec7ff522" />
111+
110112

111113
LLM auto-detected from `GOOGLE_API_KEY` / `GEMINI_API_KEY``OPENAI_API_KEY``ANTHROPIC_API_KEY`. Override the model with `--llm-model` or `GEMINI_MODEL` / `OPENAI_MODEL` / `ANTHROPIC_MODEL`. `replay` only needs an LLM with `--ai-fallback`. Interactive: `ctrl+p` pause, `ctrl+r` resume.
112114

0 commit comments

Comments
 (0)