Skip to content

docs: add AGENT_BROWSER_CDP to --help environment variables list#1078

Open
tmchow wants to merge 1 commit intovercel-labs:mainfrom
tmchow:osc/674-document-cdp-env-var
Open

docs: add AGENT_BROWSER_CDP to --help environment variables list#1078
tmchow wants to merge 1 commit intovercel-labs:mainfrom
tmchow:osc/674-document-cdp-env-var

Conversation

@tmchow
Copy link
Copy Markdown

@tmchow tmchow commented Mar 30, 2026

Adds AGENT_BROWSER_CDP to the environment variables section of --help output (cli/src/output.rs).

The original issue reports this env var being ignored by the Node.js daemon (daemon.ts). That daemon was removed in the Rust rewrite. The Rust daemon reads AGENT_BROWSER_CDP correctly at actions.rs:1415, but the env var was missing from the help text.

This contribution was developed with AI assistance (Claude Code).

Closes #674

The AGENT_BROWSER_CDP env var is read by the Rust daemon's auto_launch()
(actions.rs:1415) but was missing from the --help environment variables
section. The original issue (vercel-labs#674) reported the env var being ignored by
the Node.js daemon, which was removed in the Rust rewrite.

Closes vercel-labs#674
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 30, 2026

@tmchow is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AGENT_BROWSER_CDP env var ignored by Node.js daemon auto-launch

1 participant