You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ If you use tools like Codex or Claude Code, note that they may already include b
23
23
-`browser`: always uses headless browser
24
24
-`raw`: send `Accept: text/markdown`, then print that single HTTP response body as-is (no fallback/conversion)
25
25
-`--meta` (default `true`): control whether non-`raw` outputs include front matter (`title`/`description`). For `auto`/`static` direct markdown responses, it may do one extra HTML request to collect metadata.
26
+
- One or more URL arguments are supported. For multiple URLs, requests run concurrently (configurable via `--concurrency`) and output is emitted in input order.
26
27
27
28
## Runtime dependency
28
29
@@ -79,7 +80,7 @@ It includes installation guidance and usage instructions for `agent-fetch`.
0 commit comments