docs(deploy): add Agent Browser post-deploy verification template#34
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0ac471681c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| with: | ||
| url: ${{ steps.deploy.outputs.url }} | ||
| screenshot-out: agent-browser-screenshot.png | ||
| vision: "false" |
There was a problem hiding this comment.
Enable vision before advertising blank-page failures
This example enables fail-on-blank while setting vision: "false", but the Agent Browser v0 action only evaluates blank-page failures when vision is enabled (vision && failOnBlank). As written, users who copy this recommended smoke check will not get the documented blank-page vision failure signal; either enable vision in the example or avoid claiming this workflow fails on blank-page checks.
Useful? React with 👍 / 👎.
| ## Safety notes | ||
|
|
||
| - Agent Browser only allows public `http://` and `https://` URLs by default. | ||
| - Private network and localhost targets are blocked unless explicitly overridden for local development. |
There was a problem hiding this comment.
Don't overstate private-network blocking
For workflows where the checked URL can be influenced by deploy output or PR configuration, this safety guarantee is broader than Agent Browser v0 actually enforces: its URL safety code rejects localhost and only a subset of literal private IP ranges, but does not resolve hostnames and does not block literal link-local addresses such as 169.254.x.x. Please narrow this sentence to the actual restrictions or document that callers must still trust/validate the target URL.
Useful? React with 👍 / 👎.
talocode/agent-browser@v0.codra deploy verify <url>/codra browser check <url>without implementing commands yet.