* chat

* docs

* fmt
This commit is contained in:
Chris Tate
2026-04-06 09:21:11 -05:00
committed by GitHub
parent 317e6869b6
commit 131f229971
10 changed files with 655 additions and 15 deletions
+7
View File
@@ -224,6 +224,13 @@ agent-browser diff screenshot --baseline before.png # Visual pixel diff
agent-browser diff url <url1> <url2> # Compare two pages
agent-browser diff url <url1> <url2> --wait-until networkidle # Custom wait strategy
agent-browser diff url <url1> <url2> --selector "#main" # Scope to element
# Chat (AI natural language control)
agent-browser chat "open google.com and search for cats" # Single-shot instruction
agent-browser chat # Interactive REPL mode
agent-browser -q chat "summarize this page" # Quiet (text only, no tool calls)
agent-browser -v chat "fill in the login form" # Verbose (show command output)
agent-browser --model openai/gpt-4o chat "take a screenshot" # Override model
```
## Streaming