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: docs/usage.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ provide both. At least one is required.
34
34
|`--gemini [model]`| Run the whole session on Google Gemini via `GEMINI_API_KEY` (OpenHands agent + Gemini passes). Bare flag reads `--model` / `GEMINI_MODEL`. |
35
35
|`--anthropic [model]`| Run the sandboxed agent on OpenHands with a Claude model via `ANTHROPIC_API_KEY`. |
36
36
|`--budget-usd`| Abort the run if the agent's cost exceeds this. |
37
+
|`--dry-run`| Stop after ingest/planning with the feasibility verdict and blockers — no agent time spent. |
37
38
|`--skip-video` / `--with-video`| Skip or force VHS rendering. |
38
39
|`--allow-docker-socket`| Mount the host Docker socket into the sandbox. Security tradeoff — trusted repos only. |
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "readme2demo"
3
-
version = "0.5.0"
3
+
version = "0.6.0"
4
4
description = "Verified tutorials and demo videos from your README. An AI agent runs it in a hardened Docker sandbox and replays it in a fresh container before anything is published."
0 commit comments