Feat/stealth mode#1
Merged
Merged
Conversation
added 3 commits
April 18, 2026 22:38
Adds a stealth mode that masks the most common bot-detection signals (navigator.webdriver, missing chrome.runtime, empty plugins, identical languages, WebGL vendor/renderer, the AutomationControlled blink feature) without changing the agent-browser command surface. Stealth is opt-in via --stealth or AGENT_BROWSER_STEALTH=1 and threads through the existing daemon-options channel so it survives across CLI invocations against the same session. The init script is injected per-page in enable_domains via Page.addScriptToEvaluateOnNewDocument, so it runs before any document JS on every navigation. Launch arg is prepended in build_chrome_args so explicit AGENT_BROWSER_ARGS overrides still win. Spirit of vercel-labs#471 (stealth mode), ported to the current Rust codebase.
- package.json + CHANGELOG.md prepped for the release workflow to cut a Celeria-flavored tag. - release.yml `publish` job gated to `vercel-labs` so the npm step doesn't fire on this fork (we don't own the package and don't have the token). The build-binaries + github-release jobs still run, so pushing/dispatching this branch produces a v0.26.0-celeria-stealth.1 GitHub release with the Linux binaries.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.